summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Collapse)AuthorAgeFilesLines
* 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