summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Fix prototype of zend_fetch_debug_backtrace().Sebastian Bergmann2011-03-111-1/+1
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-066-423/+443
* - Fixed bug #43512 (same parameter name can be used multiple times in method/...Felipe Pena2011-02-171-0/+31
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and by refer...Dmitry Stogov2011-02-142-7/+75
* Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-142-1/+14
* - null deref fixPierre Joye2011-02-071-1/+11
* - Fixed bug #53748 (Using traits lead to a segmentation fault)Felipe Pena2011-01-282-0/+40
* - fix warning about undefined zend_multibyte_set_filter and zend_multibyte_y...Pierre Joye2011-01-191-0/+1
* - WSPierre Joye2011-01-191-52/+52
* - avoid local redeclarationPierre Joye2011-01-191-3/+3
* Fix bug #47143, bug #51458 - provide more useful info in bad exception casesStanislav Malyshev2011-01-162-1/+8