summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-7/+7
* support for self:: and parent:: constantsStanislav Malyshev2003-06-161-5/+31
* Fix ZTS build.Sebastian Bergmann2003-06-151-1/+2
* set ending \0 for stringStanislav Malyshev2003-06-151-1/+2
* Fix bug #23384 - static class::constant constants should nowStanislav Malyshev2003-06-151-1/+31
* updating license information in the headers.James Cox2003-06-101-1/+1
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-1/+2
* Do it correct alwaysMarcus Boerger2003-06-011-3/+3
* Fix constants (noticed by David Brown <dave@codewhore.org>)Marcus Boerger2003-05-311-4/+4
* c->name_len already contains the '\0'Marcus Boerger2003-05-311-2/+3
* Make use optimized string loweringMarcus Boerger2003-05-211-7/+7
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-2/+2
* MFZE1Ilia Alshanetsky2002-09-261-2/+2
* Remove dead codeZeev Suraski2002-09-181-7/+0
* - Nuke persist_alloc().Andi Gutmans2002-06-221-7/+2
* - Fix problem where you couldn't define constants with different cases butAndi Gutmans2002-06-191-17/+25
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - Infrastructure changes for allowing to access the global scope fromAndi Gutmans2001-12-121-2/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Use alloca() when possible.Andi Gutmans2001-12-011-3/+7
* MFZE1Zeev Suraski2001-10-231-3/+7
* MFZE1Zeev Suraski2001-08-141-0/+3
* MFZE1Zeev Suraski2001-08-141-2/+6
* WhitespaceZeev Suraski2001-08-111-6/+6
* Avoid going over huge lists of functions, classes and constants.Zeev Suraski2001-08-021-3/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+4
* More TSRMLS_FETCH workZeev Suraski2001-07-301-8/+3
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-301-1/+1
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-19/+19
* Fix a memory leak which occured upon registering an already existingSascha Schumann2001-05-111-0/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Make define return false and issue E_NOTICE when trying to redefine constantStanislav Malyshev2000-07-281-1/+5
* Make it possible to detect whether we're thread safe or not from PHP scripts ...Zeev Suraski2000-06-261-0/+6
* - Renamed get_used_files() to get_required_files() for consistencyZeev Suraski2000-04-191-0/+3
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* Fix a memory leakZeev Suraski2000-02-131-1/+3
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-1/+1
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-1/+1
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-2/+1
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-8/+7
* new constant: SQL_NULLThies C. Arntzen1999-12-281-0/+6
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-20/+0
* Fix for Thies's UMRZeev Suraski1999-08-201-1/+1
* - Got rid of the C++ comments.Andi Gutmans1999-08-101-1/+1