summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | - module shutdown functions being called when the startup functions weren't - being called.
* 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 ↵Zeev Suraski2000-04-191-2/+71
| | | | | | | enabled only post-PHP 4.0.0)
* Fix ZTSZeev Suraski2000-04-151-1/+1
|
* - Clean up resource lists namespaceZeev Suraski2000-04-151-6/+6
| | | | | - Prepare extended resource list destructor APIs (currently unused)
* - Some header dependencies cleanupZeev Suraski2000-03-251-6/+16
| | | | | - Generalize zval_print() and zval_print_r()
* - 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
| | | | | | - Add a typedef for the pCopyConstructor function pointer - Minor hacks
* added missing break.Thies C. Arntzen2000-02-011-0/+1
|
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+2
| | | | | - Implement ticks - Germany&Norway - 5 points!
* - Make zend_hash_apply() (and friends) reentrant and much, much quickerZeev Suraski2000-01-161-2/+2
| | | | | | | - Introduce zend_hash_graceful_destroy(), which allows the destructor functions to use zend_hash_apply() and/or zend_hash_graceful_destroy() - Switch to zend_hash_graceful_destroy() in the resource list shutdowns
* 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
| | | | | - Introduce IS_UNSET
* 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
| | | | | | - eval_string() and call_user_function_ex() still don't work. - The libzend tree is untested and might not be stabl yet.
* 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
| | | | | | | by providing an API - Enable Stig's patch for use() extensions (it wasn't refered to by the parser) - Fix a memory leak in that code
* 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 import support (behaves like include, but requires parentheses; will not use the same file twice; Currently, it is not yet properly implemented, and only behaves like include)
* 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
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+7
|
* Change true/false back to 1/""Andi Gutmans1999-07-151-0/+10
|
* Fix thread unsafe constants startupAndi Gutmans1999-07-141-3/+5
|
* - License updateAndi Gutmans1999-07-141-5/+11
| | | | | - Fix multithreaded constants startup
* Fix assignments of reference variablesAndi Gutmans1999-07-101-0/+1
|