Commit Graph

44161 Commits

Author SHA1 Message Date
Felipe Pena
d4baef3d92 - Fix mem. leak 2009-02-09 12:07:10 +00:00
Felipe Pena
31af5d7309 - Fixed test 2009-02-09 11:57:29 +00:00
Dmitry Stogov
85a3b81fb2 Fixed bug #47329 (Crash in garbage collector) 2009-02-09 10:47:19 +00:00
Dmitry Stogov
15b5f9a8c7 Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:46 +00:00
Dmitry Stogov
c05dfd5605 Better fix for #47341 2009-02-09 08:55:35 +00:00
6e808e2fe7 ChangeLog update 2009-02-09 01:32:54 +00:00
Lukas Smith
c2f8ae6f64 MFB primary testers list is now mailed for every release 2009-02-08 20:24:44 +00:00
Derick Rethans
201c26283c - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0 causes
segfault.
2009-02-08 19:30:01 +00:00
Ilia Alshanetsky
4164e522c6 MFB: MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
the remote end restarts)
2009-02-08 16:54:57 +00:00
7b9cbb75c6 ChangeLog update 2009-02-07 01:32:47 +00:00
Antony Dovgal
0ba8f49faf fix unicode implementation 2009-02-06 14:38:18 +00:00
Felipe Pena
47114aaa8b - Improve test 2009-02-06 10:40:16 +00:00
Felipe Pena
b72183b595 - New test 2009-02-06 10:18:40 +00:00
Felipe Pena
9054c069b3 - Fixed bug #47322 (sscanf %d does't work) 2009-02-06 10:17:51 +00:00
Moriyoshi Koizumi
30c9faaf86 - Fix bug #45239 (encoding detector hangs with mbstring.strict_detection
enabled).
2009-02-06 07:32:44 +00:00
94f765a9d2 ChangeLog update 2009-02-06 01:32:48 +00:00
Christopher Jones
0edbaebc24 MFB: Make message punctuation consistent across PHP 2009-02-05 21:48:31 +00:00
Felipe Pena
76a7d60cc3 - Update 2009-02-05 13:45:58 +00:00
7dbc5bdbbf ChangeLog update 2009-02-05 01:32:39 +00:00
Felipe Pena
d2e40edc0a - Fixed bug #47297 (pdo_033.phpt fails on PgSQL)
Patch by matteo at beccati dot com
2009-02-04 16:40:13 +00:00
Pierre Joye
c7d8074041 - fix build 2009-02-04 09:58:39 +00:00
15b2bea84e ChangeLog update 2009-02-04 01:32:28 +00:00
David Coallier
0050c92c91 - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator). 2009-02-04 00:07:27 +00:00
Ilia Alshanetsky
f902e8d250 MFB: Return empty string when recv() does not fetch any data 2009-02-03 19:23:12 +00:00
Greg Beaver
a545c29a5b MFB: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream) 2009-02-03 19:02:41 +00:00
Greg Beaver
f232c7f945 MFB: fix bug #47085:rename() returns true even if the file in PHAR does not exist 2009-02-03 18:29:46 +00:00
Greg Beaver
d8713de264 MFB fix Bug #47265 (generating phar.phar fails because of safe_mode) 2009-02-03 18:25:59 +00:00
Etienne Kneuss
a9b3bfce52 Fix #47031 (Fix constants in example) 2009-02-03 12:40:00 +00:00
24fd4059bb ChangeLog update 2009-02-03 01:32:30 +00:00
Ilia Alshanetsky
3515b68ffa MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
addresses as invalid)
2009-02-02 23:51:19 +00:00
Nuno Lopes
46f12f8e6c regenerate 2009-02-02 19:31:53 +00:00
Nuno Lopes
8e2aa6f979 MFB: fix #46347 2009-02-02 19:25:30 +00:00
Felipe Pena
c59abf287f - Fixed bug #47269 (Typo: SoapSlient instead of SoapClient) 2009-02-02 09:59:49 +00:00
Pierre Joye
d715d8846b - define HAVE_SOCKLEN_T as it exists (vc6+) 2009-02-02 09:49:57 +00:00
Pierre Joye
569d591229 - silent compiler warning about socklen_t benign redefinition 2009-02-02 09:49:41 +00:00
Pierre Joye
2d55b6f289 - fix build (use the same arginfo than the aliased func) 2009-02-02 08:47:09 +00:00
Moriyoshi Koizumi
c3df5aa3de * Forgot to add the test. 2009-02-02 04:52:00 +00:00
Moriyoshi Koizumi
abe02d6b3d - Fix bug #46843 (CP936 euro symbol is not converted properly) 2009-02-02 04:49:48 +00:00
385ef35b26 ChangeLog update 2009-02-02 01:32:23 +00:00
David Soria Parra
c2a37c74ed Fix a typo 2009-02-01 21:51:44 +00:00
andy wharmby
32ea850bde New set_magic_quotes() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:29:29 +00:00
andy wharmby
cf39017ced New php_uname() tests. Tested on Windows, Linux and linux 64 2009-02-01 19:17:46 +00:00
andy wharmby
3a400e979a New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64 2009-02-01 18:55:24 +00:00
andy wharmby
d1980d9c57 New escapeshellarg() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:39:47 +00:00
andy wharmby
054f6e1075 New floatval() tests. Tested on Windows, Linux and Linux 64 2009-02-01 18:32:38 +00:00
5ed2f4fdd8 ChangeLog update 2009-02-01 01:32:43 +00:00
Felipe Pena
c7cc09d418 - Fixed bug #47255 (Typo in php.ini files) 2009-01-31 19:23:16 +00:00
Kalle Sommer Nielsen
4b2e3d58e9 Fix arginfo for imagefilter() 2009-01-31 15:27:11 +00:00
72d9e47e80 ChangeLog update 2009-01-31 01:32:35 +00:00
Stanislav Malyshev
b0a33fff0d fix bug #14562 2009-01-30 21:45:17 +00:00