Nuno Lopes
|
573f153e06
|
MFB: int->zend_bool where possible
|
2006-09-05 12:42:25 +00:00 |
|
Nuno Lopes
|
07b26e4e5f
|
MFB (int->long)
|
2006-09-05 12:32:13 +00:00 |
|
Edin Kadribasic
|
b279fe502a
|
MFB
|
2006-09-05 11:55:08 +00:00 |
|
Antony Dovgal
|
6bf4579f82
|
fix it in an other way
|
2006-09-05 11:24:23 +00:00 |
|
Antony Dovgal
|
fcea7b3273
|
fix leak in imap_utf8(), avoid extra strlen() call
add test
|
2006-09-05 11:16:06 +00:00 |
|
Antony Dovgal
|
13427fc603
|
fix segfaulting typo in dcngettext() =)
add new test
|
2006-09-05 10:35:53 +00:00 |
|
|
146e04696c
|
ChangeLog update
|
2006-09-05 01:30:56 +00:00 |
|
Nuno Lopes
|
e09ffb06f1
|
MFB: fix gcc warning
|
2006-09-04 19:16:21 +00:00 |
|
Nuno Lopes
|
dbbe29a4ed
|
MFB: fix gcc warning
|
2006-09-04 19:00:12 +00:00 |
|
Ilia Alshanetsky
|
5e14e8ee0c
|
MFB: Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).
|
2006-09-04 16:31:38 +00:00 |
|
Dmitry Stogov
|
72594b81b8
|
Removed unreachable handlers
|
2006-09-04 13:59:07 +00:00 |
|
Dmitry Stogov
|
e9cf79d23d
|
Fixed bug #38700 (SoapClient::__getTypes never returns)
|
2006-09-04 10:52:44 +00:00 |
|
Michael Wallner
|
97db4007db
|
- fix issues with ob_start("ob_gzhandler")
- add tests
|
2006-09-04 10:31:11 +00:00 |
|
Dmitry Stogov
|
9a06a517d6
|
Fixed VIRTUAL_DIR inconsistency
|
2006-09-04 08:18:35 +00:00 |
|
Dmitry Stogov
|
df23e559b5
|
Fixed "signed/unsigned mismatch" warning
|
2006-09-04 07:27:50 +00:00 |
|
|
8465295f97
|
ChangeLog update
|
2006-09-04 01:30:57 +00:00 |
|
Ilia Alshanetsky
|
22206ebf22
|
MFB: Fixed bug #38661 (mixed-case URL breaks url-wrappers).
|
2006-09-03 16:33:02 +00:00 |
|
Michael Wallner
|
7c8079c8ce
|
- attempt to fix #38696
|
2006-09-03 09:09:38 +00:00 |
|
|
1c3836cd31
|
ChangeLog update
|
2006-09-03 01:30:50 +00:00 |
|
Johannes Schlüter
|
3a0ab6a644
|
- Add HAVE_REFLECTION define for win32 (by Steph)
|
2006-09-02 19:12:57 +00:00 |
|
|
aa7e4516ea
|
ChangeLog update
|
2006-09-02 01:30:48 +00:00 |
|
Nuno Lopes
|
045dd11483
|
MFH
|
2006-09-01 23:33:13 +00:00 |
|
Nuno Lopes
|
2e3faf9cd2
|
MFB: fix possible crash
|
2006-09-01 23:19:56 +00:00 |
|
Edin Kadribasic
|
b765958e7a
|
Obsolete, prepaing for new installer script
|
2006-09-01 20:24:48 +00:00 |
|
|
a49d277977
|
ChangeLog update
|
2006-09-01 01:30:54 +00:00 |
|
Pierre Joye
|
3dbdf4846e
|
- this moved out, invalid format
|
2006-09-01 00:39:31 +00:00 |
|
Pierre Joye
|
08b433783c
|
- updates
|
2006-08-31 22:52:29 +00:00 |
|
Pierre Joye
|
e46fa21739
|
- add new tests to the package.xml
|
2006-08-31 22:37:22 +00:00 |
|
Pierre Joye
|
e0297b480f
|
- implement FILTER_FLAG_ARRAY/SCALAR in input_get
- update changelog
- update tests
|
2006-08-31 22:32:54 +00:00 |
|
Antony Dovgal
|
e166a67ebd
|
new test
|
2006-08-31 22:15:47 +00:00 |
|
Antony Dovgal
|
835814617f
|
change filters to operate on the copy of data, so multiple filters an be applied one after another
|
2006-08-31 22:11:35 +00:00 |
|
Pierre Joye
|
7643192ca5
|
- pecl bug #8316,
empty strings are not int or float, return false (due to popular demand)
|
2006-08-31 18:28:39 +00:00 |
|
Michael Wallner
|
26a013eb08
|
- fix tests SKIPIF
|
2006-08-31 16:28:46 +00:00 |
|
Antony Dovgal
|
a10691e3b9
|
last portion of z/Z fixes
|
2006-08-31 16:14:43 +00:00 |
|
Pierre Joye
|
d10b686b6e
|
- add a test for input_get and array
This test fails now. When the input variable is an array, its contents
is replace by the filter result. To be fixed asap (before 5.2.0)
|
2006-08-31 16:13:39 +00:00 |
|
Pierre Joye
|
1fea711ac4
|
- MFB:
- clean the auto trim (behaves like php_trim now)
- simplifies bool
- fix octal parsing
i- boost int/hex/octal validate_int
|
2006-08-31 16:12:33 +00:00 |
|
Antony Dovgal
|
272e4c24fd
|
fix typo in errmsg
|
2006-08-31 15:42:06 +00:00 |
|
Antony Dovgal
|
bee846b80e
|
ext/filter z/Z fixes
|
2006-08-31 15:17:08 +00:00 |
|
Antony Dovgal
|
d08f2e8897
|
more z/Z fixes
|
2006-08-31 14:41:15 +00:00 |
|
Antony Dovgal
|
1e284298d7
|
more z/Z fixes
|
2006-08-31 14:19:33 +00:00 |
|
Antony Dovgal
|
c61a20eda0
|
z/Z problem fixes
|
2006-08-31 13:58:07 +00:00 |
|
Michael Wallner
|
d6c37b7bbc
|
- add basic zlib.output_compression tests
|
2006-08-31 13:52:41 +00:00 |
|
Michael Wallner
|
df26ea87bd
|
- output handler alias ctor should know about chunk_size and flags
|
2006-08-31 13:51:35 +00:00 |
|
Antony Dovgal
|
3aca07552a
|
fix test
|
2006-08-31 13:49:39 +00:00 |
|
Antony Dovgal
|
3b62798018
|
fix problem with mixed arguments accepted as zval* causing leaks/segfaults when converting to other types
|
2006-08-31 13:47:32 +00:00 |
|
Dmitry Stogov
|
b94fb5e09c
|
FastCGI environment variables must not be overriden by system environment variables
|
2006-08-31 13:12:18 +00:00 |
|
Dmitry Stogov
|
447cc0eb15
|
Show name of storage layer in case of initialization fault
|
2006-08-31 13:00:12 +00:00 |
|
Antony Dovgal
|
32ff2a16fe
|
minor changes in iconv_substr() to avoid zval converting
|
2006-08-31 11:17:37 +00:00 |
|
|
73fbbb48ec
|
ChangeLog update
|
2006-08-31 01:30:59 +00:00 |
|
Antony Dovgal
|
c8b6be096b
|
no such function
|
2006-08-30 22:53:42 +00:00 |
|