summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Change zend_hash_get_current_key_ex() to also return the string lengthZeev Suraski2000-05-022-3/+6
* Fix segfault occuring when a temporary module was unloaded and if thisSascha Schumann2000-05-021-1/+2
* Add ZEND_GET_MODULE(name). This is a short-cut for the commonSascha Schumann2000-05-021-0/+2
* Source file does not end with a newline. Some old compilers don't like that.Sascha Schumann2000-05-011-1/+2
* Added a way to get all declared classes.Andrei Zmievski2000-05-011-2/+33
* Fix dependencySascha Schumann2000-05-011-1/+1
* Pass the op_array to the ctor/dtor, instead of just the resourceZeev Suraski2000-04-292-12/+4
* crash fixZeev Suraski2000-04-291-1/+1
* - Add zend_llist_apply_with_arguments()Zeev Suraski2000-04-294-1/+45
* Fix possible bug with extension dtors being called without the ctors being ca...Zeev Suraski2000-04-292-1/+6
* BeautifyZeev Suraski2000-04-294-7/+6
* Fix a bug in the resource dispencerZeev Suraski2000-04-283-2/+11
* Make convert_to_string() allocations traceableZeev Suraski2000-04-282-7/+8
* *** empty log message ***Zeev Suraski2000-04-276-8/+8
* Change to using the #define'sZeev Suraski2000-04-274-13/+13
* More error handling work (still completely disabled)Zeev Suraski2000-04-272-32/+74
* Fix - forgot to split away if refcount>1Zeev Suraski2000-04-262-1/+9
* Fix bugZeev Suraski2000-04-251-3/+3
* We'll need two...Zeev Suraski2000-04-251-1/+1
* Add useful macrosZeev Suraski2000-04-251-0/+7
* - Fix persistence of llistAndi Gutmans2000-04-251-2/+2
* - Forgot to keep the ':' in the class_nameZeev Suraski2000-04-241-0/+3
* Correct fixZeev Suraski2000-04-241-9/+8
* MODULE_TEMPORARY should get a call to RSHUTDOWN as well!Thies C. Arntzen2000-04-241-7/+9
* fixed shutdown crash if MSHUTDOWN tries to php_error() something.Thies C. Arntzen2000-04-241-0/+2
* export zval_add-ref and zvale_del_refThies C. Arntzen2000-04-212-4/+4
* - Change macro names from Z to Z_Zeev Suraski2000-04-201-21/+21
* Add some macros for nicer zval handlingZeev Suraski2000-04-201-0/+24
* Do proper ieeefp.h check.Andrei Zmievski2000-04-201-0/+4
* compile before commit! compile before commit! compile before commit!Thies C. Arntzen2000-04-201-0/+1
* revert andrei's path (i can't compile anymore on linux)Thies C. Arntzen2000-04-201-4/+1
* Include proper files for finite.Andrei Zmievski2000-04-191-1/+3
* Initial support for trapping errors (not complete and disabled; will be enab...Zeev Suraski2000-04-195-5/+114
* - Renamed get_used_files() to get_required_files() for consistencyZeev Suraski2000-04-193-4/+56
* - Export pass_include() for WindowsAndi Gutmans2000-04-192-2/+2
* Add convert_to_writable_*_ex() macros (unused at this time)Zeev Suraski2000-04-181-0/+16
* - Fix order of JMPZNZ argumentsAndi Gutmans2000-04-172-5/+5
* ups, finite is already a macro on Win32Thies C. Arntzen2000-04-171-0/+2
* HPUX11 only has isfinite()Thies C. Arntzen2000-04-172-1/+4
* - Fix leak in require_once()Andi Gutmans2000-04-151-0/+1
* fixes compile on platforms without dl() support.Thies C. Arntzen2000-04-151-0/+2
* Fix ZTSZeev Suraski2000-04-151-1/+1
* @ "use" is not yet supported; instead use include_once() or require_once()Andi Gutmans2000-04-151-0/+5
* - Clean up resource lists namespaceZeev Suraski2000-04-156-68/+173
* Fix a memory leak when using assign-op bitwise operators on stringsZeev Suraski2000-04-131-12/+30
* *** empty log message ***Zeev Suraski2000-04-121-1/+3
* - Fix memory leakAndi Gutmans2000-04-111-1/+5
* Fix warningsZeev Suraski2000-04-111-2/+6
* Fix fd leak in include_once()Zeev Suraski2000-04-111-0/+2
* -Andi Gutmans2000-04-102-3/+6