History log of /PHP-5.5/Zend/zend_API.c (Results 101 – 125 of 537)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1bc92476 20-May-2010 Derick Rethans

- Added scalar typehinting.


# f5f4a359 14-May-2010 Felipe Pena

- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)


# c9fc939b 14-May-2010 Felipe Pena

- Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)


# f4b927a4 11-May-2010 Dmitry Stogov

Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.


# 5b18acdc 11-May-2010 Dmitry Stogov

Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks.


# 3a15e981 04-May-2010 Dmitry Stogov

Fixed a possible memory corruption in addcslashes().


# eb7e848f 28-Apr-2010 Johannes Schlüter

spread some more const


# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# 15a3c450 11-Feb-2010 Pierre Joye

- those are in 5.3.2 now, merge to 5.3.2 section is coming


Revision tags: php-5.2.13RC1
# d2281d1d 05-Jan-2010 Sebastian Bergmann

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


# b9acd570 24-Dec-2009 Stanislav Malyshev

fix flags handling in zend_parse_method_parameters_ex


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 832e1813 30-Nov-2009 Dmitry Stogov

Reverted accidental change


# 5c56abb6 30-Nov-2009 Dmitry Stogov

Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3
# 7f36b2ea 05-Sep-2009 Pierre Joye

- don't hide early declaration


Revision tags: php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# c54f6df9 06-Aug-2009 Scott MacVicar

Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.


# bffd0807 15-Jul-2009 Felipe Pena

- MFH: Fixed bug #48899 (is_callable returns true even if method does not exist in parent class)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 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
# 82b86c1c 06-Apr-2009 Dmitry Stogov

Bug #47880 (crashes in call_user_func_array())


# 875a27b7 02-Apr-2009 Dmitry Stogov

Fixed bug #47851 (is_callable throws fatal error)


# 343bcc26 24-Mar-2009 Dmitry Stogov

Fixed double efree()


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 5d060ebe 14-Jan-2009 Dmitry Stogov

Fixed __call() to be invoked on private/protected method access through callbacks


# 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)


# 2016a84c 25-Nov-2008 Stanislav Malyshev

cleanup


12345678910>>...22