summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* - Solve floating point precision crash on FreeBSD.Andi Gutmans2000-06-111-2/+2
* - Fixes crash problem on FreeBSD when losing precision. Need to still seeAndi Gutmans2000-06-111-0/+9
* Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per...Zeev Suraski2000-06-061-0/+5
* - Change #if to #ifdef.Andi Gutmans2000-06-031-2/+2
* Don't take chances with new include filesZeev Suraski2000-06-031-0/+4
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-0/+26
* Nuke the old error code, use the new oneZeev Suraski2000-06-021-10/+6
* - Remove ugly Ltd.Zeev Suraski2000-05-221-1/+1
* Windows build failureSam Ruby2000-05-211-0/+1
* - Fix Apache php source highlighting mode. It was crashing due to theAndi Gutmans2000-05-211-1/+6
* Source file does not end with a newline. Some old compilers don't like that.Sascha Schumann2000-05-011-1/+2
* Fix a bug in the resource dispencerZeev Suraski2000-04-281-1/+1
* *** empty log message ***Zeev Suraski2000-04-271-1/+1
* More error handling work (still completely disabled)Zeev Suraski2000-04-271-31/+68
* fixed shutdown crash if MSHUTDOWN tries to php_error() something.Thies C. Arntzen2000-04-241-0/+2
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-191-2/+71
* Fix ZTSZeev Suraski2000-04-151-1/+1
* - Clean up resource lists namespaceZeev Suraski2000-04-151-6/+6
* - Some header dependencies cleanupZeev Suraski2000-03-251-6/+16
* - Change zend_startup to accept a flag for starting builtin functionsAndi Gutmans2000-03-211-2/+4
* renamed _string_value_() to __string_value().Thies C. Arntzen2000-03-181-1/+1
* renamed "to_string" -> "_string_value_"Thies C. Arntzen2000-03-161-14/+1
* - Missed oneAndi Gutmans2000-03-061-1/+1
* Unresolved externsSam Ruby2000-03-061-0/+2
* It's official now...Zeev Suraski2000-03-061-3/+3
* Wrap some commonly unused callbacksZeev Suraski2000-03-051-4/+22
* - Upgrade to year 2000Andi Gutmans2000-03-011-1/+1
* (c) patchZeev Suraski2000-02-191-1/+1
* - Add ZEND_APIAndi Gutmans2000-02-171-1/+1
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-1/+1
* added missing break.Thies C. Arntzen2000-02-011-0/+1
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+2
* - Make zend_hash_apply() (and friends) reentrant and much, much quickerZeev Suraski2000-01-161-2/+2
* Allow module startup to be separate from the compiler/executor startupZeev Suraski2000-01-161-0/+7
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-2/+2
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-3/+4
* This should enable people to use ALLOC_ZVAL() in code outside the php4.dllZeev Suraski1999-12-301-1/+1
* fix UMR in ZTS modeThies C. Arntzen1999-12-271-0/+2
* exportZeev Suraski1999-12-221-1/+1
* We're using ZVAL's now.Andrei Zmievski1999-12-211-5/+5
* - More fixes related to the return references patchAndi Gutmans1999-12-191-0/+9
* Fix some warningsSascha Schumann1999-12-051-1/+1
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-041-0/+1
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-011-3/+3
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-2/+5
* Add a file in which we can put Zend builtin functionsZeev Suraski1999-09-201-0/+3
* Make this class instanciatableZeev Suraski1999-09-121-1/+1
* - Shift around header files.Andi Gutmans1999-09-051-3/+3
* Fix for Thies's UMRZeev Suraski1999-08-201-3/+3
* - Add some ZENDAPI'sAndi Gutmans1999-08-171-4/+4