summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: incorrect string length passedDmitry Stogov2006-03-151-2/+2
* Eliminated run-time constant fetching for TRUE, FALSE and NULLDmitry Stogov2006-03-151-7/+8
* zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macrosDmitry Stogov2006-03-141-1/+1
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-131-6/+8
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Revert the weird change of ZEND_STRS() macro and use the correctfoobar2005-01-201-4/+4
* 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