summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix #29116 Zend constant warning uses memory after free (jdolecek at NetBS...Marcus Boerger2004-07-131-1/+1
* Do not use alloca() where it can be easily abused by the users.Ilia Alshanetsky2004-07-011-12/+9
* Avoid unnecessary and silly copying of constant name when registering.Andrei Zmievski2004-05-261-7/+9
* - Fix crash:Andi Gutmans2004-03-091-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Do not copy extra byte.Ilia Alshanetsky2003-12-121-1/+1
* - Fix overallocation (thanks to Ilia)Andi Gutmans2003-12-091-3/+3
* - Fix newly introduced bug which stopped class constants from working.Andi Gutmans2003-11-241-4/+10
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-8/+4
* - Add E_STRICT, to be used to warn purists (like Jani :)Andi Gutmans2003-11-181-0/+1
* fix leaks with class constants (bug #24699)Stanislav Malyshev2003-07-271-0/+2
* - 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