History log of /PHP-5.4/Zend/zend_constants.c (Results 51 – 75 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7865dfb5 15-Mar-2006 Dmitry Stogov

Eliminated run-time constant fetching for TRUE, FALSE and NULL


# 161ae714 14-Mar-2006 Dmitry Stogov

zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros


# ad10a538 13-Mar-2006 Dmitry Stogov

Optimized cleanup loops on request shutdown


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 61e93ccf 04-Jan-2006 Andi Gutmans

- Update copyright notices to 2006


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 2c65e09a 20-Jan-2005 foobar

- Revert the weird change of ZEND_STRS() macro and use the correct
ZEND_STRL() macro.
# ZEND_STRS was changed to be same as ZEND_STRL..someone on crack? :)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0
# 1ea22c90 13-Jul-2004 Marcus Boerger

Bugfix #29116 Zend constant warning uses memory after free (jdolecek at NetBSD dot org)


Revision tags: php-4.3.8
# 2ba0608e 01-Jul-2004 Ilia Alshanetsky

Do not use alloca() where it can be easily abused by the users.

# This probably should go into reflection code as well.


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 81efd461 26-May-2004 Andrei Zmievski

Avoid unnecessary and silly copying of constant name when registering.


Revision tags: php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# f30b51f5 09-Mar-2004 Andi Gutmans

- Fix crash:
<?php
class ResourceFormat
{
const IMG = 1;
}

class Image
{
const RESOURCE_FORMAT = ResourceFormat::IMG;
}

print_r

- Fix crash:
<?php
class ResourceFormat
{
const IMG = 1;
}

class Image
{
const RESOURCE_FORMAT = ResourceFormat::IMG;
}

print_r(constant('Image::RESOURCE_FORMAT'));
?>

show more ...


Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 7f9d1a1f 12-Dec-2003 Ilia Alshanetsky

Do not copy extra byte.


# d0d7badf 09-Dec-2003 Andi Gutmans

- Fix overallocation (thanks to Ilia)


# bc4d0082 24-Nov-2003 Andi Gutmans

- Fix newly introduced bug which stopped class constants from working.
- Thanks to Jan Lehnardt for reporting it.


# d344648b 24-Nov-2003 Andi Gutmans

- Fix __autoload() to preserve class case.
- Heads up, this patch might break stuff so please let me know if you
- bump into any problems.


# c0df4502 18-Nov-2003 Andi Gutmans

- Add E_STRICT, to be used to warn purists (like Jani :)


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 5724c7a6 27-Jul-2003 Stanislav Malyshev

fix leaks with class constants (bug #24699)


# 288dacca 30-Jun-2003 Andi Gutmans

- ZE coding style requires if ( instead of if(


Revision tags: php-5.0.0b1, php-4.3.3RC1
# f57ac82b 16-Jun-2003 Stanislav Malyshev

support for self:: and parent:: constants


# 2c7ebe55 15-Jun-2003 Sebastian Bergmann

Fix ZTS build.


# 4a8c31d6 15-Jun-2003 Stanislav Malyshev

set ending \0 for string


# 8cd97923 15-Jun-2003 Stanislav Malyshev

Fix bug #23384 - static class::constant constants should now
work in static & array expressions.


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# f7f5a5ea 02-Jun-2003 Stanislav Malyshev

MEGA-patch: namespaces are R.I.P.


# 53dae40d 01-Jun-2003 Marcus Boerger

Do it correct always


12345