History log of /PHP-7.4/Zend/zend_constants.c (Results 176 – 200 of 232)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 5457e342 31-May-2003 Marcus Boerger

Fix constants (noticed by David Brown <dave@codewhore.org>)


# 05a21770 31-May-2003 Marcus Boerger

c->name_len already contains the '\0'


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 66b91259 21-May-2003 Marcus Boerger

Make use optimized string lowering


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1
# a4c3b2ce 16-Feb-2003 Stanislav Malyshev

Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;

Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;
const ZZ = 2;
}
3. Namespaced symbol access: $x = new foo::X; - etc.
For now, namespaces are case insensitive, just like classes.
Also, there can be no global class and namespace with the same name
(to avoid ambiguities in :: resolution).

show more ...


# 333406bd 01-Feb-2003 foobar

- Added some missing CVS $Id$ tags, headers and footers.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1
# d3617c51 09-Oct-2002 Ilia Alshanetsky

MFZE1 zend_str_tolower issue.


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# ee7b8f90 26-Sep-2002 Ilia Alshanetsky

MFZE1


# f2aa45d2 18-Sep-2002 Zeev Suraski

Remove dead code


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# b53569c9 22-Jun-2002 Andi Gutmans

- Nuke persist_alloc().


# 70de1bd5 19-Jun-2002 Andi Gutmans

- Fix problem where you couldn't define constants with different cases but
- the same name.


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 62dc854b 06-Jan-2002 Sebastian Bergmann

Happy New Year.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# ce98c73f 12-Dec-2001 Andi Gutmans

- Infrastructure changes for allowing to access the global scope from
- within a class scope.
- Fix the Zend.dsp project a bit. It seems someone pretty much killed it
- when commiting the

- Infrastructure changes for allowing to access the global scope from
- within a class scope.
- Fix the Zend.dsp project a bit. It seems someone pretty much killed it
- when commiting their own personal configuration. Please be careful in
- future.

show more ...


# d863d52a 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5
# bb9a36ca 01-Dec-2001 Andi Gutmans

- Use alloca() when possible.


Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API
# aecd5b89 23-Oct-2001 Zeev Suraski

MFZE1


Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1
# f72d9071 14-Aug-2001 Zeev Suraski

MFZE1


# ac0bee7e 14-Aug-2001 Zeev Suraski

MFZE1


12345678910