History log of /PHP-7.1/Zend/zend.c (Results 226 – 250 of 637)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6803a389 02-Aug-2011 Dmitry Stogov

Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)


# a550566c 02-Aug-2011 Dmitry Stogov

Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)


Revision tags: php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 34d93f0c 22-Jun-2011 Ilia Alshanetsky

Zend Signal Handling


Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# f7571465 07-Jun-2011 Felipe Pena

- Fixed bug #55007 (compiler fail after previous fail)


# 08b3d76c 07-Jun-2011 Felipe Pena

- Fixed bug #55007 (compiler fail after previous fail)


# bf07dcd5 07-Jun-2011 Felipe Pena

- Fixed bug #55007 (compiler fail after previous fail)


# 93987513 02-Jun-2011 Ilia Alshanetsky

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud

Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation

# Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky

show more ...


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# ae0e5a0c 27-Dec-2010 Antony Dovgal

initialize script_encoding_list (reported by Gustavo Lopes)


# bbf3d43c 19-Dec-2010 Moriyoshi Koizumi

* Refactor zend_multibyte facility.
Now mbstring.script_encoding is superseded by zend.script_encoding.


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# ab93d8c6 24-Nov-2010 Dmitry Stogov

Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# ee4f5ac1 22-Sep-2010 Felipe Pena

- Fixed EG(saved_fpu_cw) initialization


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# 25710a40 10-Jul-2010 Felipe Pena

- Added EG(saved_fpu_cw_ptr) initialization


# f0c8366a 08-Jul-2010 Dmitry Stogov

- use interned strings for auto globals
- $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)


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


12345678910>>...26