summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824Adam Dickmeiss2002-02-032-3/+4
* Revert per Andi's request. Sorry :-(Sebastian Bergmann2002-02-021-1/+1
* Fix warning. Again :-)Sebastian Bergmann2002-02-021-1/+1
* - Please don't use strcmp() and friends in Zend but only the mem*Andi Gutmans2002-02-021-1/+1
* Fix a warning.Sebastian Bergmann2002-02-021-1/+1
* - Nice catch by Derick. GINIT is dead.Andi Gutmans2002-02-021-2/+0
* MFZE1: is_a()Sebastian Bergmann2002-02-011-11/+30
* MFZE1: define a couple of macros under win32. (Patch By: Jon Parise <jon@php....Sebastian Bergmann2002-01-271-0/+2
* - First destructor hell fix. There was a situation where an object'sAndi Gutmans2002-01-255-8/+31
* - Fix a bug reported by Sebastian with indirect class names not working.Andi Gutmans2002-01-221-10/+20
* - Improve performance of functions that use $GLOBALS[]Andi Gutmans2002-01-206-32/+14
* MFZE1Thies C. Arntzen2002-01-191-1/+1
* - Fix crash bug in call_user_function_ex(). Thanks to Sebastian for theAndi Gutmans2002-01-141-2/+5
* Update Exceptions example.Sebastian Bergmann2002-01-141-14/+15
* - Change exception handling to use the Java-like catch(MyException $exception)Andi Gutmans2002-01-135-19/+43
* - MFZE1Andi Gutmans2002-01-131-0/+1
* - Output error when there's an uncaught exception (by Timm Friebe)Andi Gutmans2002-01-061-0/+1
* - Make sure $this is passed on to methodsAndi Gutmans2002-01-061-4/+12
* Happy New Year.Sebastian Bergmann2002-01-0656-57/+57
* - Small fixAndi Gutmans2002-01-051-1/+2
* - Allow passing of $this as function arguments.Andi Gutmans2002-01-053-22/+44
* - Significantly improve the performance of method calls and $this->memberAndi Gutmans2002-01-055-32/+82
* - Improve performance of indirect-referenced function callsAndi Gutmans2002-01-041-10/+25
* - Nuke C++ commentsAndi Gutmans2002-01-041-19/+3
* - Separate other kinds of function calls too.Andi Gutmans2002-01-043-81/+150
* - Start splitting up different kinds of function calls into differentAndi Gutmans2002-01-043-26/+30
* - MFZE1 for exit fix, exposing current function name in error messages andDerick Rethans2002-01-034-6/+8
* Consistency.Sebastian Bergmann2001-12-311-2/+1
* - Add example of default argument for argument passed by-refAndi Gutmans2001-12-311-0/+14
* Typo.Sebastian Bergmann2001-12-301-1/+1
* - #define to help #ifdef stuff in PHP sources to make them work w/ ZE1 andAndi Gutmans2001-12-291-0/+2
* - A few clarificationsAndi Gutmans2001-12-291-6/+8
* Integrate Andi's examples and some notes by Stig.Sebastian Bergmann2001-12-291-58/+323
* Update Exceptions example.Sebastian Bergmann2001-12-291-11/+26
* - Fix some case insensitivity stuff in respect to classesAndi Gutmans2001-12-283-9/+11
* - Support default arguments for reference parametersAndi Gutmans2001-12-282-8/+10
* - Wasn't adding the lower case version of the class name to the hashAndi Gutmans2001-12-281-1/+1
* - Use two underscores for __construct(), __clone and friends...Andi Gutmans2001-12-272-10/+14
* - Only check refcount of object if the destructor was called.Andi Gutmans2001-12-271-13/+19
* - Experimental support for destructors. We need to see if destructorsAndi Gutmans2001-12-276-9/+67
* - Support parent:: againAndi Gutmans2001-12-273-12/+18
* - Support unified constructor name _construct()Andi Gutmans2001-12-271-0/+2
* - Fix scoping issue. The following works now:Andi Gutmans2001-12-262-0/+10
* - Print out object id for easier debuggingAndi Gutmans2001-12-261-0/+5
* - Pretty much finish _clone() supportAndi Gutmans2001-12-265-3/+53
* - Initial support for _clone()Andi Gutmans2001-12-264-5/+41
* - Start fixing the parsing rules so that function and method callsAndi Gutmans2001-12-262-22/+22
* - Fix crash correctly.Andi Gutmans2001-12-261-1/+4
* - Revert delete syntax patchAndi Gutmans2001-12-251-1/+1
* - Fix a crash (not a thorough fix).Andi Gutmans2001-12-252-1/+3