summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* Damn, forgot to commit thatZeev Suraski1999-09-031-0/+6
* Add new API for resourcesZeev Suraski1999-09-033-3/+58
* Add global startup/shutdown functionsSascha Schumann1999-09-031-1/+5
* Revert the IS_RESOURCE patch. It had some unintended behavior.Zeev Suraski1999-09-031-20/+2
* Let $GLOBALS actually work...Zeev Suraski1999-09-031-1/+3
* Release resources when converting to other types (fix Thies's reported problem)Zeev Suraski1999-09-031-91/+111
* Use \0NameFilenameLineno as key instead of numeric index for runtime defined ...Zeev Suraski1999-09-021-11/+36
* *** empty log message ***Zeev Suraski1999-08-281-2/+2
* *** empty log message ***Zeev Suraski1999-08-285-11/+5
* Beef up debug macrosZeev Suraski1999-08-284-73/+77
* Fix a crash bug in case of aborted executionZeev Suraski1999-08-271-1/+1
* Better debug macrosZeev Suraski1999-08-276-110/+133
* - Damn. It wasn't a correct fix. This should do it.Andi Gutmans1999-08-261-1/+1
* - Fix leak when global is used in the global scope.Andi Gutmans1999-08-261-1/+2
* - Fix when redefining classes at run-time.Andi Gutmans1999-08-261-1/+1
* make it compile with gcc againSascha Schumann1999-08-251-0/+1
* - Add hash_apply_with_arguments()Andi Gutmans1999-08-252-2/+44
* - More elegant fix for Win32 include_pathAndi Gutmans1999-08-251-17/+4
* - Temporary fix to allow Win32 MT safe version to use zend_fopen().Andi Gutmans1999-08-251-2/+24
* - Fixed a specific memory leak linked to locking.Andi Gutmans1999-08-231-0/+20
* This changes makes it work on egcs 1.1.2/AlphaSascha Schumann1999-08-222-2/+2
* remove checksSascha Schumann1999-08-222-7/+0
* Fix for Thies's UMRZeev Suraski1999-08-203-5/+5
* - Make sure expr_list and echo_list are either empty or comma seperatedAndi Gutmans1999-08-192-3/+12
* on unix ZTS gets defined in zend_config.hThies C. Arntzen1999-08-181-9/+9
* Fix #2012Zeev Suraski1999-08-171-0/+2
* Fix #2070Zeev Suraski1999-08-171-1/+1
* - Add some ZENDAPI'sAndi Gutmans1999-08-172-8/+8
* - OopsieAndi Gutmans1999-08-151-5/+0
* - Optimize the execute stack a bit.Andi Gutmans1999-08-154-112/+120
* Fix several class issuesZeev Suraski1999-08-141-0/+2
* Generate better warnings for class/function redefinitionsZeev Suraski1999-08-142-11/+11
* - Got rid of the C++ comments.Andi Gutmans1999-08-102-4/+4
* - Thies's crash fix.Andi Gutmans1999-08-091-1/+1
* Fix a few leaksZeev Suraski1999-08-073-5/+6
* Fix a bug in call_user_func_ex()Zeev Suraski1999-08-061-0/+1
* Now that's an annoying bug.Zeev Suraski1999-08-061-1/+1
* Introduce call_user_func_ex()Zeev Suraski1999-08-062-5/+45
* *** empty log message ***Zeev Suraski1999-08-061-2/+1
* - Initialize extended value's and put the fetch_type in it's own variableAndi Gutmans1999-08-034-5/+7
* Make set_compiled_filename() return a pointer to the allocated file nameAndi Gutmans1999-08-022-2/+3
* These aren't necessaryZeev Suraski1999-07-311-3/+0
* Support symbols in any symbol table, not just the active oneZeev Suraski1999-07-301-8/+15
* - Damn that's more like it.Andi Gutmans1999-07-301-1/+1
* - Cut&paste crapAndi Gutmans1999-07-301-1/+1
* - Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.Andi Gutmans1999-07-303-7/+51
* * Setting variables in the global scope wasn't handling is_ref's properlyZeev Suraski1999-07-301-40/+68
* - Fixed a leak when doing inheritance. The parent class name wasn't being freed.Andi Gutmans1999-07-293-11/+13
* - Fixed various inheritance problems & Andrey's leakAndi Gutmans1999-07-285-5/+14
* Inherit parent's constructorZeev Suraski1999-07-271-0/+18