Gustavo André dos Santos Lopes
|
02592974b4
|
- size_t may be shorter than long and definitely is not signed. Note that the
z modifier was only added in C99, so we can't use it.
|
2012-03-04 19:30:01 +00:00 |
|
Gustavo André dos Santos Lopes
|
32c5643f6b
|
- size_t may be shorter than long and definitely is not signed. Note that the
z modifier was only added in C99, so we can't use it.
|
2012-03-04 19:30:01 +00:00 |
|
Stefan Marr
|
34fe62619d
|
Fixed Bug #60911 (Confusing error message when extending traits)
|
2012-03-04 18:33:33 +00:00 |
|
Stefan Marr
|
60dfd64bf2
|
Fixed Bug #60717 (Order of traits in use statement can cause a fatal error)
# Compatibility is now correctly checked in both directions.
# Introduced helper method for the test.
|
2012-03-04 18:26:11 +00:00 |
|
Pierre Joye
|
d85cc4a1a1
|
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
|
2012-03-04 15:23:24 +00:00 |
|
Pierre Joye
|
bda5ea7111
|
- fix bug #54407, Incorrectly defined NTDDI_VERSION macro
|
2012-03-04 15:23:24 +00:00 |
|
Nikita Popov
|
3bc1455496
|
Fix bug #60596: Code Cleanup Removing Superfluous If Statement
Cleanup only, no function change. Patch by ircmaxell.
|
2012-03-04 13:52:48 +00:00 |
|
Nikita Popov
|
6d08a84614
|
Fix bug #60596: Code Cleanup Removing Superfluous If Statement
Cleanup only, no function change. Patch by ircmaxell.
|
2012-03-04 13:52:48 +00:00 |
|
Ilia Alshanetsky
|
0fe734b7c8
|
Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)
|
2012-03-03 20:36:14 +00:00 |
|
Ilia Alshanetsky
|
5525d80982
|
Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths)
|
2012-03-03 20:36:14 +00:00 |
|
Nikita Popov
|
3e7792aed7
|
Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable
|
2012-03-03 12:46:17 +00:00 |
|
Nikita Popov
|
9b9f05fd6e
|
Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable
|
2012-03-03 12:46:17 +00:00 |
|
Nikita Popov
|
37d7df72a6
|
Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference
|
2012-03-02 18:05:38 +00:00 |
|
Nikita Popov
|
e7810c1f1e
|
Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference
|
2012-03-02 18:05:38 +00:00 |
|
Rasmus Lerdorf
|
950e6b3ea3
|
Missed 5.3 for the Armenia DST drop
|
2012-03-02 17:08:00 +00:00 |
|
Rasmus Lerdorf
|
c9eaa52fd0
|
Armenia is smarter than the rest of us. They have dropped DST.
http://www.worldtimezone.com/dst_news/dst_news_armenia03.html
Fix the test to reflect that.
|
2012-03-02 17:03:19 +00:00 |
|
Derick Rethans
|
282d601338
|
- Updated to version 2012.2 (2012b)
|
2012-03-02 17:00:33 +00:00 |
|
Derick Rethans
|
55166a0684
|
- Updated to version 2012.2 (2012b)
|
2012-03-02 17:00:33 +00:00 |
|
Christopher Jones
|
9ddf05552a
|
Reorder
|
2012-03-02 15:46:51 +00:00 |
|
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
|
03f3d03ce0
|
MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).
|
2012-03-02 03:39:04 +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
|
949ef40139
|
Fixed bug #61172 (Add Apache 2.4 support)
|
2012-03-02 00:07:41 +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 |
|