Rui Hirokawa
5d64c94f35
MFH mb_ereg_replace_callback() for security enhancements.
2012-03-02 14:19:05 +00:00
Nikita Popov
3748034f86
Merge: Fix bug #61139 : gzopen leaks when specifying invalid mode
2012-03-02 14:16:47 +00:00
Nikita Popov
0dcff95182
Merge: Fix bug #61097 : Memory leak in xmlrpc functions copying zvals
2012-03-02 14:08:11 +00:00
Nikita Popov
503c94fc9a
Forgot NEWS for r323803
2012-03-02 08:25:28 +00:00
Nikita Popov
d256caf781
Merge: Fix bug #61184 Phar::webPhar() generates headers with trailing NUL bytes
2012-03-02 08:21:54 +00:00
Nikita Popov
09f24e0850
Fix bug #61106 Segfault when using header_register_callback
...
The callback was double dtored
2012-03-02 08:04:51 +00:00
Philip Olson
66be688c86
Removed get_magic_quotes* functions from the deprecated list, because we love them so
2012-03-02 07:54:56 +00:00
Rasmus Lerdorf
f564921c15
Fix tests that break if filter.default isn't set to unsafe_raw
2012-03-02 05:04:40 +00:00
Xinchen Hui
bacd820218
MFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
2012-03-02 03:52:06 +00:00
Philip Olson
c1a8169e14
Fixed ldap typos
2012-03-02 03:51:26 +00:00
Rasmus Lerdorf
81d45bc204
And fix the test cases as well
2012-03-02 03:43:07 +00:00
Xinchen Hui
fda8d2fe68
MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
2012-03-02 03:40:40 +00:00
Rasmus Lerdorf
d1a2e31260
Actually, this was a merge from trunk, and Gustavo did it originally.
2012-03-02 03:40:08 +00:00
Adam Harvey
4fc6861030
MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).
2012-03-02 03:39:04 +00:00
Rasmus Lerdorf
16748fe0fa
CLI Server was sending "Connection: closed" instead of "Connection: close"
2012-03-02 03:38:04 +00:00
Xinchen Hui
e83f0261c0
MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
2012-03-02 03:36:30 +00:00
Xinchen Hui
046e3e3889
MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)
2012-03-02 03:32:12 +00:00
Xinchen Hui
5f99d789b5
MFH: Fixed bug #60978 (exit code incorrect)
2012-03-02 03:25:41 +00:00
Xinchen Hui
2e5e82a8ca
MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
2012-03-02 03:18:04 +00:00
Xinchen Hui
0876d7bb89
MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
2012-03-02 03:12:15 +00:00
Xinchen Hui
213145a6da
MFH: Fixed bug #61072 (Memory leak when restoring an exception handler).
2012-03-02 02:56:08 +00:00
Xinchen Hui
0e4d46a3a7
MFH: Fix bug #61165 (Segfault - strip_tags())
2012-03-02 02:51:57 +00:00
Pierrick Charron
f7cd0588a9
Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)
2012-03-02 02:36:31 +00:00
Philip Olson
dd836f296e
magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRECATED group
2012-03-02 02:02:36 +00:00
Christopher Jones
21f7daaca8
Mention file upload progress support: http://php.net/manual/en/session.upload-progress.php
2012-03-02 01:41:05 +00:00
Philip Olson
bd3a077dea
Removed class constants (these were added in 5.3.7), and added the new Zlib functions
2012-03-02 01:09:12 +00:00
Christopher Jones
15cd45e95e
Fixed bug #61172 (Add Apache 2.4 support)
2012-03-02 00:07:41 +00:00
Rasmus Lerdorf
02f6937073
Merge: make max_file_uploads PHP_INI_SYSTEM|PHP_INI_PERDIR
2012-03-01 22:49:03 +00:00
Rasmus Lerdorf
995a668eab
Merge fix for bug 61193
2012-03-01 22:34:23 +00:00
Christopher Jones
62e1dc1dbe
Sync sqlite -> PECL terminology with release announcement's
2012-03-01 21:08:56 +00:00
Christopher Jones
0f5c34874d
Reorganized to remove duplication. Cross checked a few php.ini settings.
...
Area owners need to do a thorough review of this file.
2012-03-01 20:42:12 +00:00
Christopher Jones
561a0dfb27
Some basic tidy up and whitespace fixes.
...
The file still needs section disambiguation to remove duplicate
entries.
2012-03-01 18:27:47 +00:00
Christopher Jones
bdc4a1c996
Tidy up PHP 5.4.0 section, incuding removing most (?) bugs in new
...
features found/fixed during RC phase, and removing 5.4 section entries
for bugs already publicly released in PHP <= 5.3.10.
There are still many things in UPGRADING not mentioned here.
2012-03-01 17:59:59 +00:00
Pierrick Charron
d102030b00
Fixed memory leak in substr_replace
2012-03-01 15:10:29 +00:00
Derick Rethans
f851caa6d6
- Updated to version 2012.1 (2012a)
2012-03-01 15:09:49 +00:00
Stanislav Malyshev
23c62eb080
back to dev
2012-02-29 07:24:27 +00:00
Stanislav Malyshev
bfd72d0386
5.4.0
2012-02-29 07:22:43 +00:00
Stanislav Malyshev
5dd23ae6a7
prepare NEWS for 5.4.0
2012-02-29 00:50:00 +00:00
Stanislav Malyshev
f43330a371
remove -dev for release
2012-02-28 18:43:44 +00:00
Pierre Joye
ee772f60b1
- fix bug #60879 , unserialize does not invoke __wakeup
2012-02-28 18:36:10 +00:00
Stanislav Malyshev
f2c791c42b
update credits
2012-02-26 06:23:14 +00:00
Olivier DOUCET
ad832abba1
test for bug #61124
2012-02-25 13:27:57 +00:00
Olivier DOUCET
e613889d50
more verbose skip reason in test files with not so obvious extension requirements
2012-02-25 12:10:41 +00:00
Olivier DOUCET
6546beecec
fix test file for bug #47997 : fopen(data://) requires allow_url_fopen=1
2012-02-25 10:58:30 +00:00
Scott MacVicar
5ef66f2cf5
Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).
2012-02-23 01:26:46 +00:00
Etienne Kneuss
c51f737994
Fix #61095 (Lexing 0x0*+<NUM> incorrectly)
2012-02-20 18:28:57 +00:00
Nuno Lopes
1800baf4c2
fix race condition in find (it was finding the copied files over and over again, and recursing forever)
2012-02-20 16:01:34 +00:00
Michael Wallner
2942e86625
NEWS for r323219
2012-02-16 09:04:32 +00:00
Stanislav Malyshev
6561d47e55
back to dev
2012-02-16 07:47:02 +00:00
Stanislav Malyshev
c1d415f798
5.4.0rc8
2012-02-16 07:45:08 +00:00