summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* - Infrastructure changes for allowing to access the global scope fromAndi Gutmans2001-12-121-2/+1
| | | | | | | | - within a class scope. - Fix the Zend.dsp project a bit. It seems someone pretty much killed it - when commiting their own personal configuration. Please be careful in - future.
* 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
| | | | | Special thanks to the guys from the MS lab for the profiling tools :)
* 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
| | | | | | 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...
* Fix a memory leak which occured upon registering an already existingSascha Schumann2001-05-111-0/+1
| | | | | constant.
* - 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 define return false and issue E_NOTICE when trying to redefine constant (Stas)
* Make it possible to detect whether we're thread safe or not from PHP scripts ↵Zeev Suraski2000-06-261-0/+6
| | | | | | | and the php.ini file
* - Renamed get_used_files() to get_required_files() for consistencyZeev Suraski2000-04-191-0/+3
| | | | | | | - Documented some functions - Added user-level warning messages - Added user_error()
* 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
| | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks
* Destructors no longer return ints, the low level problem it was intended to ↵Zeev Suraski2000-01-171-2/+1
| | | | solve is long gone now...
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-1/+1
|
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-8/+7
| | | | | - Introduce IS_UNSET
* new constant: SQL_NULLThies C. Arntzen1999-12-281-0/+6
| | | | | new macros: RETURN_SQLNULL,RETVAL_SQLNULL,IS_SQLNULL
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-20/+0
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Fix for Thies's UMRZeev Suraski1999-08-201-1/+1
|
* - Got rid of the C++ comments.Andi Gutmans1999-08-101-1/+1
|
* New constantsZeev Suraski1999-07-221-1/+6
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+7
|
* - License updateAndi Gutmans1999-07-141-10/+28
| | | | | - Fix multithreaded constants startup
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-2/+3
| | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-211-17/+13
|
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-0/+9
| | | | | more logic has been implemented.
* Zend LibraryAndi Gutmans1999-04-071-0/+236