History log of /PHP-5.5/Zend/zend_hash.c (Results 26 – 50 of 189)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 22a5e738 05-Aug-2011 Rasmus Lerdorf

Fix missing va_end() found by Coverity


# 1ac9192d 05-Aug-2011 Rasmus Lerdorf

Fix missing va_end() found by Coverity


Revision tags: php-5.4.0alpha3
# b0e5d352 01-Aug-2011 Dmitry Stogov

Fixed bug #50816 (Using class constants in array definition fails).


# 2edd9010 01-Aug-2011 Dmitry Stogov

Fixed bug #50816 (Using class constants in array definition fails).


# 8ff0701e 01-Aug-2011 Dmitry Stogov

Fixed bug #50816 (Using class constants in array definition fails).


Revision tags: php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2
# 5121f109 22-Jun-2011 Felipe Pena

- Fix ZTS build


# 34d93f0c 22-Jun-2011 Ilia Alshanetsky

Zend Signal Handling


Revision tags: php-5.4.0alpha1, php-5.3.7RC1
# 5ca0f699 02-Jun-2011 Felipe Pena

- Fix ZTS build


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


# 92e5b10c 15-Apr-2011 Dmitry Stogov

Fixed bug #54268 (Double free when destroy_zend_class fails)


# 50ce16de 15-Apr-2011 Dmitry Stogov

Fixed bug #54268 (Double free when destroy_zend_class fails)


# 8fe3ea75 15-Apr-2011 Dmitry Stogov

Changed initialization order to workaround against crashes after memory overflow


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


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 1e1e70dc 14-Sep-2010 Johannes Schlüter

- Don't be silent on bailout


# 0631d2c5 14-Sep-2010 Johannes Schlüter

- Don't be silent on bailout


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# 25d6aee4 07-Jul-2010 Dmitry Stogov

Removed redundant check


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# e232da02 03-May-2010 Felipe Pena

- Replaced 'zend_hash_find' to 'zend_hash_quick_find' on zend_hash_compare() function


# 44bcdeeb 03-May-2010 Felipe Pena

- Replaced 'zend_hash_find' to 'zend_hash_quick_find' on zend_hash_compare() function


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


# ea53dc5a 20-Apr-2010 Dmitry Stogov

Added an optimization which saves memory and emalloc/efree calls for empty HashTables


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, 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, php-5.2.10RC2, php-5.3.0RC3
# dca18b68 07-Jun-2009 Matt Wilmas

MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test


Revision tags: php-5.2.10RC1, php-5.3.0RC2, 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
# 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, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# cf7384aa 12-Aug-2008 Felipe Pena

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


12345678