Revision tags: php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
d6ba6c69 |
| 18-Aug-2009 |
Stanislav Malyshev |
fix crash when unexpectedly passed by-ref parameter is modified
|
Revision tags: php-5.2.11RC1 |
|
#
9fd8469e |
| 30-Jul-2009 |
Stanislav Malyshev |
fix for bug #49000
|
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
d5530029 |
| 05-Jun-2009 |
Matt Wilmas |
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
|
#
b907aa43 |
| 04-Jun-2009 |
Matt Wilmas |
MFH: Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
MFH: Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit) * See bug #42868 (presumably-rare platform with different results in 5.2) * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added, otherwise it's the same as 5.2 * Use this conversion method everywhere instead of some plain (long) casts Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit: * Essentially what 5.3's new conversion was doing in most cases * Functions with "limit" or "length" type params could be updated to use this, and prevent confusing overflow behavior with huge numbers (*also* in 5.2) - See bug #47854, for example; or even #42868 again # Test updates coming
show more ...
|
Revision tags: php-5.2.10RC1, php-5.3.0RC2 |
|
#
c8e5bc59 |
| 08-Apr-2009 |
Dmitry Stogov |
Calculate hash value once
|
Revision tags: php-5.3.0RC1 |
|
#
021e5d16 |
| 19-Mar-2009 |
Matt Wilmas |
MFH: Removed extra space from eval string
|
#
c6e55db5 |
| 18-Mar-2009 |
Dmitry Stogov |
Forgotten include
|
#
31c0af24 |
| 18-Mar-2009 |
Dmitry Stogov |
Fixed floating point mathematic speed degradation (Christian)
|
Revision tags: RELEASE_1_3_5 |
|
#
2bc612bc |
| 05-Mar-2009 |
Felipe Pena |
- Fixed typo
|
#
c43b935b |
| 05-Mar-2009 |
Felipe Pena |
- MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)
|
Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2 |
|
#
c277ebc6 |
| 09-Feb-2009 |
Dmitry Stogov |
Fixed bug #47320 ($php_errormsg out of scope in functions)
|
Revision tags: php-5.2.9RC1, php-5.3.0beta1 |
|
#
2aba3684 |
| 02-Jan-2009 |
Marcus Boerger |
- MFH Catch exceptions in cli -a
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
7d4fd3fd |
| 27-Nov-2008 |
Dmitry Stogov |
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
|
#
8f32490c |
| 25-Nov-2008 |
Felipe Pena |
- Fixed bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
|
Revision tags: php-5.2.7RC4 |
|
#
3919b16f |
| 19-Nov-2008 |
Etienne Kneuss |
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
|
Revision tags: BEFORE_HEAD_NS_CHANGE |
|
#
512b8127 |
| 12-Nov-2008 |
Antony Dovgal |
make sure the slash is actually thre before reading past it
|
#
1b4134c0 |
| 11-Nov-2008 |
Stanislav Malyshev |
Namespace resolution streamlining patch [DOC] new resolution rules should be documented soon
|
Revision tags: BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
2f26deb0 |
| 05-Nov-2008 |
Felipe Pena |
- Fixed Windows build
|
#
7126de49 |
| 04-Nov-2008 |
Marcus Boerger |
- Next step in namespaces, using / as namespace separator.
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
b8794599 |
| 02-Oct-2008 |
Etienne Kneuss |
MFH: Use enum alternative instead of explicit value
|
#
f5b09f19 |
| 01-Oct-2008 |
Antony Dovgal |
MFH: initialize variable
|
#
e46d3289 |
| 17-Sep-2008 |
Dmitry Stogov |
Fixed bug #46106 (Memory leaks when using global statement)
|
#
6ebc3a8b |
| 15-Sep-2008 |
Etienne Kneuss |
MFH: Fix #45656 (new Class silenting exceptions in autoloaders)
|
#
03f41214 |
| 26-Aug-2008 |
Dmitry Stogov |
Fixed bug #45910 (Cannot declare self-referencing constant)
|