summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* typofixfoobar2005-06-151-1/+1
* ChangeLog update2005-06-151-0/+24
* more accurate timing function.Ilia Alshanetsky2005-06-141-4/+4
* Removed old executorDmitry Stogov2005-06-142-5169/+1255
* reordered + added msg to configure output for PHP_ZEND_VMfoobar2005-06-141-12/+16
* typofixfoobar2005-06-141-2/+1
* fix standalone buildfoobar2005-06-142-2/+10
* ChangeLog update2005-06-141-0/+20
* Specializer optimizationDmitry Stogov2005-06-134-1204/+951
* Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol '...Dmitry Stogov2005-06-133-9/+11
* Fixed bug #33312 (ReflectionParameter methods do not work correctly)Dmitry Stogov2005-06-131-6/+24
* ChangeLog update2005-06-121-0/+9
* - Back to -devAndi Gutmans2005-06-111-1/+1
* - b2 (will post it to internals@)Andi Gutmans2005-06-111-1/+1
* ChangeLog update2005-06-111-0/+53
* - Back to -devAndi Gutmans2005-06-101-1/+1
* - Go with 5.1.0b1Andi Gutmans2005-06-101-1/+1
* Added test for bug #30162 (it is already fixed but test file was forgotten)Dmitry Stogov2005-06-101-0/+52
* Added test file for bug #31177 (not fixed yet)Dmitry Stogov2005-06-101-0/+44
* typosDmitry Stogov2005-06-101-1/+1
* Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructorDmitry Stogov2005-06-101-1/+1
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-107-17/+159
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-104-364/+157
* ChangeLog update2005-06-101-0/+54
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-095-36/+70
* add test for this TBF bugStanislav Malyshev2005-06-091-0/+28
* disallow abstrace private methodsStanislav Malyshev2005-06-091-0/+3
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-092-5/+2
* Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result...Dmitry Stogov2005-06-091-0/+3
* Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug #26456Dmitry Stogov2005-06-091-2/+3
* ChangeLog update2005-06-091-0/+70
* Fixed exception handling in getIterator() callback (bugs #26229 & #30725)Dmitry Stogov2005-06-082-6/+0
* Fixed valgrind errorsDmitry Stogov2005-06-081-1/+2
* Fixed ReflectionClass::setStaticPropertyValue()Dmitry Stogov2005-06-081-0/+7
* Hopefully fixes win32 buildsfoobar2005-06-081-0/+1
* Fixed lookups for previos opcodesDmitry Stogov2005-06-081-88/+109
* Fixed bug #30140 (Problem with array in static properties)Dmitry Stogov2005-06-082-3/+35
* Added test for bug #32322 (Return values by reference broken( using self::),e...Dmitry Stogov2005-06-081-0/+80
* Fixed bug #30820 (static member conflict with $this->member silently ignored)Dmitry Stogov2005-06-082-0/+30
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-082-6/+6
* ChangeLog update2005-06-081-0/+67
* ChangeLog update2005-06-081-0/+67
* Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when call...Dmitry Stogov2005-06-073-11/+18
* -Moved --disable-zend-memory-manager where it belongsfoobar2005-06-071-0/+18
* - Show "none" when nothing is foundfoobar2005-06-071-1/+3
* Fixed ZTS build.Ilia Alshanetsky2005-06-071-0/+2
* - Added the --disable-zend-memory-manager switch to disable the Zend memoryDerick Rethans2005-06-071-2/+0
* Fixed memory leak in debug_print_backtrace()Dmitry Stogov2005-06-071-3/+9
* fixed memory leak in bug #28972 ([] operator overflow treatment is incorrect)...Dmitry Stogov2005-06-071-1/+1
* - MF44: Problems with user defined error handler and referencesDerick Rethans2005-06-072-6/+6