summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Due to popular demand merge the foreach() crash fix.Andi Gutmans2001-04-241-3/+7
* MFH.Andrei Zmievski2001-04-241-2/+2
* Name length is already known.Andrei Zmievski2001-03-121-4/+3
* - Missed second place.Andi Gutmans2001-03-121-4/+12
* - Nuke snprintf()Andi Gutmans2001-03-121-2/+9
* - White spaceAndi Gutmans2001-03-121-1/+1
* - Fix by Jani Taskinen <sniper@iki.fi> for whole path also to workAndi Gutmans2001-03-121-10/+8
* Improve zend_is_callable() to the point where it's actually useful.Andrei Zmievski2001-03-122-12/+53
* - Fix for Solaris.Andi Gutmans2001-03-112-1/+9
* - WhitespaceAndi Gutmans2001-03-101-1/+1
* Add missing #define'sZeev Suraski2001-03-071-0/+30
* Make parent:: work in runtime bindings as wellZeev Suraski2001-03-072-8/+12
* We actually only need AC_PROG_LEX here.Sascha Schumann2001-03-061-1/+1
* Fix bug #8899 (thanks Jani)Zeev Suraski2001-03-041-1/+1
* -Os is a valid GCC optimization level.Sascha Schumann2001-03-031-1/+1
* Whitespace fixZeev Suraski2001-03-021-1/+1
* Do case-insensitive class name matching when parsingAndrei Zmievski2001-02-281-2/+8
* - Nuke zval_del_ref()Andi Gutmans2001-02-272-11/+0
* Don't overwrite existing handlers with parent ones.Andrei Zmievski2001-02-271-3/+6
* - Rename modules.h to zend_modules.hAndi Gutmans2001-02-266-10/+10
* - One more copyright year updateAndi Gutmans2001-02-261-1/+1
* - Update copyright yearAndi Gutmans2001-02-2654-55/+55
* - Fix dll linkage warningsAndi Gutmans2001-02-251-2/+2
* - Add exports from Daniel BeulshausenAndi Gutmans2001-02-242-8/+8
* allow more extensions with resourcesStanislav Malyshev2001-02-141-1/+1
* Move version registration to a more correct placeZeev Suraski2001-02-131-1/+1
* - Remove two unused functionsAndi Gutmans2001-02-122-43/+0
* - Fix whitespace.Andi Gutmans2001-02-121-3/+3
* Fix a bug that could cause corruption in case of an error duringZeev Suraski2001-02-121-0/+11
* - Remove duplicate code and do a tiny optimization in DO_FCALLAndi Gutmans2001-02-091-14/+9
* Fix string offset data corruptionZeev Suraski2001-02-051-0/+2
* Allow passing class name as well as an object instance to call methods.Andrei Zmievski2001-02-041-3/+11
* Set the correct function state during execution. This is mainly to haveAndrei Zmievski2001-02-031-0/+2
* Inherit overloaded handlers.Andrei Zmievski2001-02-031-0/+3
* Added zend_is_callable() function that checks whether passed zvalAndrei Zmievski2001-02-012-0/+41
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-312-10/+16
* - Quick fix. I'm for changing these to add_property_null() as we've nukedAndi Gutmans2001-01-311-1/+1
* - That doesn't seem like a smart thing to do :)Andi Gutmans2001-01-271-1/+1
* fix a couple of warningsThies C. Arntzen2001-01-234-8/+9
* fixed crash in add_index_bool.Thies C. Arntzen2001-01-231-1/+1
* Make add_index_zval() available to the outside world.Andrei Zmievski2001-01-221-0/+1
* - Make people happy who like the Zend version number bumped up in parallelAndi Gutmans2001-01-211-1/+1
* - Patch from Sterling. Add API calls to add zval's as array indeces/Andi Gutmans2001-01-202-284/+230
* - For Sterling. I wonder if not all of the API functions should take theAndi Gutmans2001-01-192-0/+6
* - Fix leak in fetch_dim_address() which was already fixed inAndi Gutmans2001-01-171-78/+52
* Fix persistent resources, once and for all...Zeev Suraski2001-01-161-4/+4
* Add free_estring()Zeev Suraski2001-01-153-6/+8
* Add newlineZeev Suraski2001-01-121-1/+1
* Fix for bug number 8666Rasmus Lerdorf2001-01-121-0/+1
* Fix mismatch in return valuesZeev Suraski2001-01-071-1/+1