summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc version check - bug #50771Rasmus Lerdorf2010-01-151-2/+2
* year++Ilia Alshanetsky2010-01-111-1/+1
* Fixed bug #50519 (segfault in garbage collection when using set_error_handler...Dmitry Stogov2010-01-112-10/+9
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0592-94/+94
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-054-4/+4
* Fixed bug #44827 (define() allows :: in constant names).Ilia Alshanetsky2009-12-301-1/+14
* Fixed bug #50519 (segfault in garbage collection when using set_error_handler...Dmitry Stogov2009-12-251-0/+3
* fix flags handling in zend_parse_method_parameters_exStanislav Malyshev2009-12-241-1/+1
* Fixed Unicode supportDmitry Stogov2009-12-212-4/+4
* - New testsFelipe Pena2009-12-203-0/+84
* fix regression bug #50394: Reference argument converted to value in __callStanislav Malyshev2009-12-183-0/+43
* touchJani Taskinen2009-12-182-2/+2
* Fixed ASCII-comatimle encoding detectionDmitry Stogov2009-12-152-6/+6
* Fixed ASCII-comatimle encoding detectionDmitry Stogov2009-12-151-4/+4
* Fixed urldecode() and rawurldecode() to accept ASCII-Unicode stringsDmitry Stogov2009-12-141-6/+4
* Fixed wrong result of empty($_GET) in case of uninitialized $_GETDmitry Stogov2009-12-092-15/+90
* wsJani Taskinen2009-12-081-3/+3
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-0/+5
* Fixed bug #49866 (Making reference on string offsets crashes PHP)Dmitry Stogov2009-12-073-11/+21
* Fixed bug #50351 (performance regression handling objects, ten times slower i...Dmitry Stogov2009-12-072-7/+3
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-034-4/+44
* - Touché filésJani Taskinen2009-11-302-1891/+2001
* - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)Jani Taskinen2009-11-301-1/+27
* Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func())Dmitry Stogov2009-11-301-8/+52
* - Fixed bug #50255 (isset() and empty() silently casts array to object)Felipe Pena2009-11-243-13/+43
* - Added test for bug #50261Felipe Pena2009-11-231-0/+38
* Add object-create and object-destroy dtrace probeDavid Soria Parra2009-11-165-1/+39
* Set eol-styleDavid Soria Parra2009-11-163-207/+207
* - Fixed bug #50174 (Incorrectly matched docComment)Felipe Pena2009-11-142-0/+37
* - Drop bracketsFelipe Pena2009-11-131-2/+0
* - Fixed bug #49734 (toString must return string value)Felipe Pena2009-11-121-1/+1
* - Fixed bug #50005 (Throwing through Reflection modified Exception object mak...Felipe Pena2009-11-121-0/+19
* - Fixed bug #50146 (property_exists: Closure object cannot have properties)Felipe Pena2009-11-112-1/+23
* - Fixed bug #50148 (zend_get_property_info should check for Z_TYPE_P(member) ...Felipe Pena2009-11-111-1/+1
* - Fix bad section names (extra - in the end..)Jani Taskinen2009-11-091-1/+1
* Fixed unnecessary invokation of setitimer when timeouts have been disabled (A...Dmitry Stogov2009-11-051-1/+1
* - Fixed bug #49908 (throwing exception in __autoload crashes when interface i...Felipe Pena2009-11-013-8/+38
* - Fixed bug #49142 (crash when exception thrown from __tostring())David Soria Parra2009-10-271-3/+8
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-1/+1
* Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phptDmitry Stogov2009-09-212-0/+5
* - WS fix (spaces to tabs)Moriyoshi Koizumi2009-09-151-1/+1
* - Fixed warnings (Kalle)Felipe Pena2009-09-131-1/+1
* - revert last commit, breaks the build and needs test case(s)Pierre Joye2009-09-061-2/+2
* - Fix leaks.Moriyoshi Koizumi2009-09-061-2/+2
* - don't hide previous declarationPierre Joye2009-09-051-10/+10
* - don't hide early declarationPierre Joye2009-09-051-6/+6
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-037-40/+78
* Test from 2009 testfestZoe Slattery2009-08-261-0/+16
* fix crash when unexpectedly passed by-ref parameter is modifiedStanislav Malyshev2009-08-184-0/+36
* Fixed ability to call user functions from user opcodes without recursionDmitry Stogov2009-08-183-8/+10