summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* fix test with floats - make it not produce different result Stanislav Malyshev2011-06-191-2/+2
* - Fix testFelipe Pena2011-06-191-2/+3
* - Fixed compiler warning (redefinition of offsetof)Felipe Pena2011-06-181-0/+2
* - New tests for new featureFelipe Pena2011-06-144-0/+131
* - Fix build on WindowsFelipe Pena2011-06-131-6/+7
* - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-122-3/+41
* - Added Bison 2.5 to bison_version_listFelipe Pena2011-06-121-1/+1
* - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-123-10/+9
* - Missing fixes for grammar fix 's/valid path/a valid path/'Felipe Pena2011-06-091-1/+1
* s/valid path/a valid path/Felipe Pena2011-06-081-2/+2
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-072-0/+24
* - Added indirect method call through array variable (FR Bug #47160)Felipe Pena2011-06-063-0/+455
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-064-222/+272
* Fix tests when running without mbstringHannes Magnusson2011-06-054-2/+61
* Fix testsHannes Magnusson2011-06-031-1/+1
* Add tests for broken function argumentsHannes Magnusson2011-06-032-0/+18
* scalar types cleanupStanislav Malyshev2011-06-039-1587/+1479
* MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic oper...Dmitry Stogov2011-05-315-316/+673
* MFH: Fixed bug #54957 (Memleak in alloc_globals_ctor)Dmitry Stogov2011-05-311-0/+3
* MFH: Fixed bug #54910 (Crash when calling call_user_func with unknown functio...Dmitry Stogov2011-05-312-0/+33
* Fixed testPhilip Olson2011-05-241-2/+3
* - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)Felipe Pena2011-05-193-0/+18
* Decouple <?= from the short_tags setting and make it always enabledRasmus Lerdorf2011-05-191-9/+5
* ZEND_THREAD_SAFE and ZEND_DEBUG_BUILD are not meant to be case insensitiveScott MacVicar2011-05-171-1/+1
* - WSPierre Joye2011-05-171-1/+1
* oops, can't use that macro hereRasmus Lerdorf2011-05-163-6/+6
* Suppress a dozen unused return value warnings in places where the returnRasmus Lerdorf2011-05-163-6/+6
* Get rid of autoconf warningsRasmus Lerdorf2011-05-163-128/+100
* removing scalar types in trunkStanislav Malyshev2011-05-1514-3607/+2176
* Fixed a inconsitent condition for aliasing traits.Stefan Marr2011-05-133-8/+39
* Fixed direct threaded executor (php zend_vm_gen.php --with-vm-kind=GOTO)Dmitry Stogov2011-05-052-6/+10
* Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-253-39/+54
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-204-8/+71
* - Fixed ZTS buildFelipe Pena2011-04-171-8/+8
* Fixed bug #54268 (Double free when destroy_zend_class fails)Dmitry Stogov2011-04-153-12/+47
* Changed initialization order to workaround against crashes after memory overf...Dmitry Stogov2011-04-151-1/+1
* Improved GC to avaid reconstruction of HashTables for object propertiesDmitry Stogov2011-04-151-42/+245
* Add optional argument to debug_backtrace() and debug_print_backtrace() to lim...Sebastian Bergmann2011-04-095-13/+186
* - Fixed bug #54358 (Closure, use and reference)Dmitry Stogov2011-04-083-0/+98
* Missed testsDmitry Stogov2011-04-071-0/+23
* Fixed bug #54372 (Crash accessing global object itself returned from its __ge...Dmitry Stogov2011-04-071-1/+5
* - Removed unused variable (Pierrick)Felipe Pena2011-04-033-356/+354
* - fix bug #54423, fix build in trunk, introduce by previous related commitPierre Joye2011-03-311-1/+1
* fix bug #54423 (classes from dl()'ed extensions are not destroyed)Antony Dovgal2011-03-311-0/+17
* Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-162-2/+31
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-163-12/+29
* fix UMR when setting forward string offsetStanislav Malyshev2011-03-161-6/+6
* fix UMR when variable name is an object and __toString is usedStanislav Malyshev2011-03-163-22/+48
* Fixed multibyte related issuesDmitry Stogov2011-03-142-357/+355
* Fixed multibyte related issuesDmitry Stogov2011-03-142-4/+2