summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog update2003-12-201-0/+28
* - Nuke another rule (thanks to Jan for noticing this)Andi Gutmans2003-12-191-9/+0
* Bug #25547 (error_handler and array index with function call) was fixedDmitry Stogov2003-12-191-0/+18
* - Nuke unused codeAndi Gutmans2003-12-191-22/+0
* Error reporting on unset string offset was added (Bug #24773 Zend/tests/bug24...Dmitry Stogov2003-12-191-1/+6
* Assign_op operators (+=) were fixed for elements of overloaded objectsDmitry Stogov2003-12-191-6/+3
* ChangeLog update2003-12-191-0/+15
* - Nuke C++ commentAndi Gutmans2003-12-181-1/+1
* - Revert patch 1.566Andi Gutmans2003-12-181-26/+7
* Fixed bug #24837 Incorrect behaviour of PPP using foreach.Marcus Boerger2003-12-183-17/+58
* ChangeLog update2003-12-181-0/+23
* This part of the if was necessary after all.Zeev Suraski2003-12-171-4/+3
* *** empty log message ***Dmitry Stogov2003-12-171-1/+0
* Dynamic function call from object's property was fixedDmitry Stogov2003-12-171-3/+10
* Access to globals/autoglobals from class __destructor was fixed.Dmitry Stogov2003-12-171-1/+2
* ChangeLog update2003-12-171-0/+18
* Sync: Export externally used functions.Sebastian Bergmann2003-12-163-6/+6
* export class initialization functionStanislav Malyshev2003-12-161-1/+1
* export externally used functionsStanislav Malyshev2003-12-161-4/+4
* export functionStanislav Malyshev2003-12-161-1/+1
* ChangeLog update2003-12-161-0/+25
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-153-6/+42
* ws + cs (no c++ comments in c code)foobar2003-12-151-2/+5
* Bug #24773 was fixed (Zend/tests/bug24773.phpt)Dmitry Stogov2003-12-151-6/+22
* Memory corruptions were fixed in zend_str_tolower_copy()Dmitry Stogov2003-12-152-11/+11
* ChangeLog update2003-12-151-0/+17
* Fix behavior of return-by-reference functions. Remove erroneous warnings,Zeev Suraski2003-12-144-13/+34
* Some cleanupZeev Suraski2003-12-143-166/+119
* ChangeLog update2003-12-141-0/+5
* Fixes for POSIX compliancy.Moriyoshi Koizumi2003-12-131-4/+4
* ChangeLog update2003-12-131-0/+16
* Free is needed in non ZTS tooMarcus Boerger2003-12-121-2/+2
* Fix memleaks in ZTS modeMarcus Boerger2003-12-121-2/+14
* Fix memleaksMarcus Boerger2003-12-121-0/+3
* ChangeLog update2003-12-121-0/+24
* Do not copy extra byte.Ilia Alshanetsky2003-12-121-1/+1
* Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants.Ilia Alshanetsky2003-12-111-1/+1
* Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaughtMarcus Boerger2003-12-111-1/+7
* - Refix bug #24773Andi Gutmans2003-12-111-4/+6
* Handle getter failure and allow to bypass thrown exceptions.Marcus Boerger2003-12-111-0/+6
* read_dimension() handler might return 0, handle this.Marcus Boerger2003-12-111-5/+9
* ChangeLog update2003-12-111-0/+5
* Do not double copy the stringMarcus Boerger2003-12-101-2/+3
* ChangeLog update2003-12-101-0/+11
* - Brought ext/bcmath to the new millenniumfoobar2003-12-092-5/+5
* - Fix overallocation (thanks to Ilia)Andi Gutmans2003-12-091-3/+3
* ChangeLog update2003-12-091-0/+5
* - Make it compile againDerick Rethans2003-12-081-1/+1
* ChangeLog update2003-12-081-0/+5
* Apply Andrey Hristov's patch adding get_declared_interfaces()Stanislav Malyshev2003-12-071-4/+30