summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminated run-time constant fetching for TRUE, FALSE and NULLDmitry Stogov2006-03-151-0/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an int).Derick Rethans2004-03-041-1/+1
| | | | | | - Change the MAX_LENGTH_OF_LONG constant to 20, as LONG_MAX is 20 characters. (Patches by Ard Biesheuven)
* Silence some compile warningsfoobar2004-01-231-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Replace *magic number* with a much nicer define.Ilia Alshanetsky2003-08-221-0/+2
|
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* C++ compile fixesHartmut Holzgraefe2003-05-201-0/+2
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Nuke persist_alloc().Andi Gutmans2002-06-221-4/+0
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* MFZE1Zeev Suraski2001-08-141-2/+6
|
* WhitespaceZeev Suraski2001-08-111-8/+8
|
* More TSRMLS_FETCH workZeev Suraski2001-07-301-3/+3
|
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-16/+16
| | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* - 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/+1
| | | | | @- Make define return false and issue E_NOTICE when trying to redefine constant (Stas)
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-2/+2
| | | | | named macro.
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Destructors no longer return ints, the low level problem it was intended to ↵Zeev Suraski2000-01-171-2/+2
| | | | solve is long gone now...
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-011-0/+1
|
* Fix for Thies's UMRZeev Suraski1999-08-201-1/+1
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* - License updateAndi Gutmans1999-07-141-1/+3
| | | | | - Fix multithreaded constants startup
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-1/+3
| | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-1/+1
| | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-211-15/+17
|
* Zend LibraryAndi Gutmans1999-04-071-0/+53