History log of /PHP-5.5/Zend/zend_execute_API.c (Results 76 – 100 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a3857fd9 01-Apr-2010 Stanislav Malyshev

fix #51394 - try harder to find script lineno when exception happens


Revision tags: php-5.3.2
# c3025097 03-Mar-2010 Felipe Pena

- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register)


Revision tags: php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 5eb4db5e 25-Jan-2010 Pierre Joye

- Ensure that stderr output are not buffered, portability for tests


# d2281d1d 05-Jan-2010 Sebastian Bergmann

sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1
# fc1e17ee 18-Dec-2009 Stanislav Malyshev

fix regression bug #50394: Reference argument converted to value in __call


Revision tags: php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 10b30b51 05-Nov-2009 Dmitry Stogov

Fixed unnecessary invokation of setitimer when timeouts have been disabled (Arvind Srinivasan)


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11
# b91e3db1 15-Sep-2009 Moriyoshi Koizumi

- WS fix (spaces to tabs)


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


12345678910>>...22