summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-27/+14
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-51/+60
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+0
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-9/+9
* Fixed constant substitution (Matt)Dmitry Stogov2008-07-281-1/+1
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+1
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-0/+1
* iFixed memory leakDmitry Stogov2008-02-191-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: add ZEND_DEBUG_BUILD constantJani Taskinen2007-11-201-0/+6
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-4/+4
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-031-2/+4
* Fixed bug #42798 (__autoload() not triggered for classes used in method signa...Dmitry Stogov2007-10-011-2/+4
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-0/+8
* NamespacesDmitry Stogov2007-09-281-67/+122
* Improved fix for bug #41633 (self:: doesn't work for constants) to support fu...Dmitry Stogov2007-07-271-1/+1
* MFH: change E_NOTICE to E_ERROR when using a class constant from non-existent...Antony Dovgal2007-06-071-1/+2
* Addres limitation of __HALT_COMPILER() that allowed only one instanceIlia Alshanetsky2007-04-041-4/+24
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Here, tooJohannes Schlüter2006-10-181-1/+1
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to...Johannes Schlüter2006-10-181-6/+12
* add missing parts of E_RECOVERABLE mergeAntony Dovgal2006-05-101-0/+1
* 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