summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix runtime inheritence (child functions/members should have higher precedence)Zeev Suraski1999-07-271-2/+2
* - Add missing lockAndi Gutmans1999-07-271-0/+1
* - Fix up the new operator a bit more.Andi Gutmans1999-07-271-28/+41
* Set reference count and is_ref values for new objectsZeev Suraski1999-07-271-1/+3
* - Fixed a memory leak when using assignment-op operators with lvalue of typeZeev Suraski1999-07-261-38/+45
* *** empty log message ***Zeev Suraski1999-07-261-0/+1
* Fix a bug in inheritence from classes defined in include files, that areZeev Suraski1999-07-263-8/+32
* - Oops I erased this by mistakeAndi Gutmans1999-07-261-0/+1
* - Should be a complete fix now. This break away code should maybe be madeAndi Gutmans1999-07-261-2/+14
* - Temporary fix for "this". Have to fix it tomorrow.Andi Gutmans1999-07-261-0/+1
* - Fix compile error. Weird that Visual didn't catch this one.Andi Gutmans1999-07-261-1/+1
* - Fix the new operator incompatibility.Andi Gutmans1999-07-265-27/+67
* Fix that memory leak... nested function issue remainsZeev Suraski1999-07-241-1/+0
* Fix RETURN & SWITCH memory leak issueZeev Suraski1999-07-243-1/+62
* Thoroughly fix the SWITCH problem. No RETURN handling yet.Zeev Suraski1999-07-244-70/+90
* Fix bug #1812Zeev Suraski1999-07-235-20/+34
* * Add an API macro users can use to ensure an array member can be modifedZeev Suraski1999-07-232-7/+17
* New constantsZeev Suraski1999-07-221-1/+6
* identify ourselvesStig S. Bakken1999-07-221-4/+4
* - Include alloca.h when need and available.Andi Gutmans1999-07-201-0/+4
* - Get rid of C++ commentsAndi Gutmans1999-07-204-5/+2
* 0.91 updateZeev Suraski1999-07-1943-86/+86
* * Fix Zend versionAndi Gutmans1999-07-193-7/+4
* License updateAndi Gutmans1999-07-192-50/+116
* Make error codes PHP 3.0 compatibleAndi Gutmans1999-07-191-9/+9
* - Should fix the memory leak when returning from the main scope.Andi Gutmans1999-07-181-0/+2
* Debug on by defaultZeev Suraski1999-07-171-4/+4
* Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)Zeev Suraski1999-07-161-0/+1
* License updateZeev Suraski1999-07-1643-166/+362
* Change true/false back to 1/""Andi Gutmans1999-07-151-0/+10
* Fix a lock issueAndi Gutmans1999-07-151-3/+0
* disable zend_handle_sigsegvSascha Schumann1999-07-151-0/+3
* Fix thread unsafe constants startupAndi Gutmans1999-07-142-3/+9