summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - Add a message handler to the extensions
* Fix possible bug with extension dtors being called without the ctors being ↵Zeev Suraski2000-04-292-1/+6
| | | | called first
* 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
| | | | | we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an autoconf check for it.
* Include proper files for finite.Andrei Zmievski2000-04-191-1/+3
|
* Initial support for trapping errors (not complete and disabled; will be ↵Zeev Suraski2000-04-195-5/+114
| | | | | | | enabled only post-PHP 4.0.0)
* - Renamed get_used_files() to get_required_files() for consistencyZeev Suraski2000-04-193-4/+56
| | | | | | | - Documented some functions - Added user-level warning messages - Added user_error()
* - 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
| | | | | #i think zend_register_extension should be declared static
* 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
| | | | | @ for the time being (Andi, Zend library)
* - Clean up resource lists namespaceZeev Suraski2000-04-156-68/+173
| | | | | - Prepare extended resource list destructor APIs (currently unused)
* 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
|
* Fix object overloading supportZeev Suraski2000-04-107-62/+51
|
* - Add warningsAndi Gutmans2000-04-101-0/+2
|
* - Two more places needed changingAndi Gutmans2000-04-101-2/+2
|
* Clean up last/size definitionsZeev Suraski2000-04-104-6/+8
|