History log of /PHP-8.0/Zend/zend_constants.c (Results 126 – 150 of 242)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cfdd25d5 17-May-2011 Scott MacVicar

ZEND_THREAD_SAFE and ZEND_DEBUG_BUILD are not meant to be case insensitive


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 3a3f3696 16-Jan-2011 Stanislav Malyshev

Add options to debug_backtrace functions


# b4dba12d 16-Jan-2011 Stanislav Malyshev

Add options to debug_backtrace functions


Revision tags: 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
# 46983d53 14-Nov-2010 Felipe Pena

- Add missing check


# 5f31c445 14-Nov-2010 Felipe Pena

- Add missing check


# a0ccf0f1 13-Nov-2010 Felipe Pena

- Fix the constant detection


# c95e919e 13-Nov-2010 Felipe Pena

- Fix the constant detection


# 8901635d 13-Nov-2010 Felipe Pena

- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
- Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE)


# b5b05993 13-Nov-2010 Felipe Pena

- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
- Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE)


# aaa2f1c3 14-Oct-2010 Hartmut Holzgraefe

marked char pointer arguments as const in lots of
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifiers ...


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# f7ce6958 25-May-2010 Dmitry Stogov

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


# c58b131e 27-Apr-2010 Dmitry Stogov

- Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use literals instead of additional operands
- Optimized access to global constants


# e87d7200 22-Apr-2010 Dmitry Stogov

Optimized access to global constants using values with pre-calculated hash_values from litersls table


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


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, 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
# e2ad4e01 12-Jan-2009 Stanislav Malyshev

fix #46304: Defining namespaced constant using define() uses case sensitive match for namespace


# 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
# 1b4134c0 11-Nov-2008 Stanislav Malyshev

Namespace resolution streamlining patch
[DOC] new resolution rules should be documented soon


Revision tags: BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7126de49 04-Nov-2008 Marcus Boerger

- Next step in namespaces, using / as namespace separator.


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# 8a77e555 23-Sep-2008 Nuno Lopes

clean some dead code (with static analysis help)


# 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
# 44caafc6 28-Jul-2008 Dmitry Stogov

Fixed constant substitution (Matt)


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

MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)


12345678910