History log of /PHP-7.3/Zend/zend_API.c (Results 451 – 475 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 50a0ea7b 12-Aug-2010 Sascha Schumann

separate properties of internal classes in ZTS mode fully,
otherwise multiple threads will modify the zvals' contents
without any synchronisation.


# 7566ff38 11-Aug-2010 Dmitry Stogov

Fixed support for static properties of internal classes


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# 3ea3bbac 06-Jul-2010 Felipe Pena

- Fix ZTS build


# 1a1178a6 06-Jul-2010 Dmitry Stogov

eliminated unnecessary iterations during request startup/shutdown


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 578d3159 26-May-2010 Dmitry Stogov

Conditional compilation is replaced by macro


# 435aa876 25-May-2010 Antony Dovgal

fix zend_std_get_static_property() in ZTS mode


# f7ce6958 25-May-2010 Dmitry Stogov

- Interned string related callbacks moved turned from compiler_globals into real globals
- Updated API version number


# 33fae4ca 24-May-2010 Ilia Alshanetsky

Added support for numeric & scalar type hint as defined within
http://wiki.php.net/rfc/typecheckingstrictandweak RFC


# f23e8576 24-May-2010 Dmitry Stogov

Fixed ZTS build


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# 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


1...<<11121314151617181920>>...36