summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Fix problem with exceptions returning from include(). (Dmitry)Andi Gutmans2004-05-271-0/+3
* - RC3RC1Andi Gutmans2004-05-271-1/+1
* ChangeLog update2004-05-271-0/+20
* Fix leak on systems where alloca isn't really alloca.Wez Furlong2004-05-261-1/+1
* Avoid unnecessary and silly copying of constant name when registering.Andrei Zmievski2004-05-261-7/+9
* - Fix memory manager problemAndi Gutmans2004-05-261-4/+2
* Update Reflection API class names. Whitespace fixes.Sebastian Bergmann2004-05-261-99/+99
* ChangeLog update2004-05-261-0/+18
* - Nuke unused declerationAndi Gutmans2004-05-251-1/+0
* - More fixesAndi Gutmans2004-05-252-19/+17
* - Make fix compile.Andi Gutmans2004-05-252-8/+10
* - Fix memory leak in mem cache in conjunction with Zend MM. How come no oneAndi Gutmans2004-05-252-26/+27
* ChangeLog update2004-05-241-0/+24
* - Fix problem with object being destroyed more than onceAndi Gutmans2004-05-231-3/+5
* - Fix the following script (it crashed):Andi Gutmans2004-05-231-1/+5
* ChangeLog update2004-05-211-0/+11
* Revert; obviously I missed the function at the bottom of the file...Wez Furlong2004-05-202-2/+2
* Export this, so extensions may throw their own exception objects thatWez Furlong2004-05-202-2/+2
* ChangeLog update2004-05-191-0/+26
* - Need to operate on module pointer in hash tableMarcus Boerger2004-05-181-1/+3
* Fix bug #28438: win32 build fails in non-zts modeWez Furlong2004-05-181-1/+4
* Z_TYPE_P is for zvalsStanislav Malyshev2004-05-181-1/+1
* Register according to the type specified by the module.Wez Furlong2004-05-181-1/+1
* ChangeLog update2004-05-181-0/+22
* Bugfix#28404 When type is double we need to access dval, not lvalSara Golemon2004-05-181-1/+1
* Revert the .ini vars patch. Will have to try again next ChristmasAndrei Zmievski2004-05-172-60/+7
* Fix the apparent bug (; at the end of parse rule block).Andrei Zmievski2004-05-171-0/+2
* As discussed with Andi, add this helper API for setting the object pointer fromWez Furlong2004-05-172-0/+17
* ChangeLog update2004-05-151-0/+9
* Adding ability to refer to existing .ini variables from within .iniAndrei Zmievski2004-05-142-7/+58
* ChangeLog update2004-05-131-0/+9
* - Centralize register and hash operations for startup/register_moduleMarcus Boerger2004-05-121-29/+45
* - Revert to 1.249Marcus Boerger2004-05-121-24/+5
* ChangeLog update2004-05-121-0/+5
* - Don't allow passing NULL to type hinted parameter.Andi Gutmans2004-05-111-0/+1
* ChangeLog update2004-05-111-0/+12
* - Fix comparison of objectsZeev Suraski2004-05-101-20/+48
* Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly probl...Stefan Esser2004-05-101-12/+12
* ChangeLog update2004-05-051-0/+8
* Add count_elements handler for overloaded objects.Wez Furlong2004-05-044-1/+8
* ChangeLog update2004-05-031-0/+5
* - Fix comparison of two objects in non-compatibility mode.Andi Gutmans2004-05-021-5/+2
* ChangeLog update2004-05-021-0/+5
* Don't load modules twiceMarcus Boerger2004-05-011-5/+24
* ChangeLog update2004-04-301-0/+5
* Fix bug #27876Stanislav Malyshev2004-04-291-1/+1
* ChangeLog update2004-04-291-0/+5
* Fix c++ buildsMarcus Boerger2004-04-281-1/+1
* ChangeLog update2004-04-281-0/+21
* - Optional parameter to class_exists() that can be used to bypassMarcus Boerger2004-04-271-6/+16