History log of /PHP-7.4/Zend/zend.c (Results 326 – 350 of 721)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# f23e8576 24-May-2010 Dmitry Stogov

Fixed ZTS build


# 0a6bcd44 26-Apr-2010 Felipe Pena

- Removed allow_call_time_pass_reference (Pierrick)


# ebd12eba 25-Apr-2010 David Soria Parra

Remove unused variable


# 08b9fdc8 24-Apr-2010 David Soria Parra

Add DTrace probes


# 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, php-5.2.13RC1
# d2281d1d 05-Jan-2010 Sebastian Bergmann

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


Revision tags: php-5.3.2RC1, 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, php-5.3.1RC3
# e8359d3f 27-Oct-2009 David Soria Parra

- Fixed bug #49142 (crash when exception thrown from __tostring())


Revision tags: php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10
# f9042531 16-Jun-2009 Rasmus Lerdorf

Tweak to make this compile with gcc2


Revision tags: php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 1033af1c 13-May-2009 Jani Taskinen

MFH: Fixed module loading order and made request shutdown functions also to
be loaded in reverse like all other shutdowns are.


Revision tags: php-5.3.0RC2
# da9405de 26-Mar-2009 Dmitry Stogov

Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)


Revision tags: php-5.3.0RC1
# 31c0af24 18-Mar-2009 Dmitry Stogov

Fixed floating point mathematic speed degradation (Christian)


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3
# d3d02fbc 18-Feb-2009 Dmitry Stogov

Fixed zend_print_zval_r_ex() to use the write callback function


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 2aba3684 02-Jan-2009 Marcus Boerger

- MFH Catch exceptions in cli -a


# 2faea53d 31-Dec-2008 Marcus Boerger

- Sync with HEAD, no ability to not start builtin functions


# 63d00f70 31-Dec-2008 Marcus Boerger

- MFH Move stdClass registering where it should be


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


# 826cc0dc 30-Dec-2008 Marcus Boerger

- MFH Provide a core module that contains all Zend and php/main (in 5.3 incl. stdClass)


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, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# 85ab4235 15-Aug-2008 Felipe Pena

- MFH: Removed some TSRMLS_FETCH()s


# 32f9d0e1 14-Aug-2008 Marcus Boerger

- MFH Improve exception linking


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# d619b57e 21-Jul-2008 Hannes Magnusson

MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)


# c3286f32 29-Jun-2008 Rui Hirokawa

implemented again zend-multibyte for PHP 5.3


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# 2ecf4bb0 29-Apr-2008 Dmitry Stogov

Lazy EG(active_symbol_table) initialization


# fcaa1c6d 17-Apr-2008 Dmitry Stogov

Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)


1...<<11121314151617181920>>...29