summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed warningDmitry Stogov2009-03-201-0/+4
* MFH: Removed extra space from eval stringMatt Wilmas2009-03-191-2/+1
* Fixed check for long integer overflowDmitry Stogov2009-03-191-13/+35
* Removed unnecassary checksDmitry Stogov2009-03-182-95/+44
* - Add support for CP850 encoding (patch by Denis Giffeler)Moriyoshi Koizumi2009-03-181-0/+10
* - Typo.Moriyoshi Koizumi2009-03-181-2/+2
* - Add entries for the encodings that are already supported by mbstring butMoriyoshi Koizumi2009-03-181-0/+30
* - staticise private symbols.Moriyoshi Koizumi2009-03-181-80/+80
* MFH: Fixed test on 64-bitMatt Wilmas2009-03-181-0/+2
* Improved speed of conditional jump instructions by checking for most useful c...Dmitry Stogov2009-03-182-78/+320
* Inline only the most useful codeDmitry Stogov2009-03-181-7/+7
* Fixed bug #47704 (crashes on some "bad" operations with string offsets)Dmitry Stogov2009-03-184-939/+622
* Forgotten file (sorry)Dmitry Stogov2009-03-181-0/+64
* optimizationDmitry Stogov2009-03-181-4/+3
* Forgotten includeDmitry Stogov2009-03-181-0/+1
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-188-54/+87
* Better fix for bug #45877 (smaller and faster)Dmitry Stogov2009-03-181-37/+32
* MFH: Fixed bug #45877 (Array key '2147483647' left as string)Matt Wilmas2009-03-184-23/+44
* - make it less(er) sensible to bison versionPierre Joye2009-03-171-1/+1
* - make it less sensible to bison versionPierre Joye2009-03-171-1/+1
* - MFH: disable HAVE__CONTROLFP_S with VC9, 3x times slowdownPierre Joye2009-03-171-1/+4
* Fixed bug #47664 (get_class returns NULL instead of FALSE)Dmitry Stogov2009-03-162-2/+2
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-163-3726/+3661
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-114-3945/+4200
* Fixed speed degradation on gcc-4.3 because of less agressive inliningDmitry Stogov2009-03-111-79/+67
* Clenaup deprecated namespace codeDmitry Stogov2009-03-103-90/+11
* - MFH: Fixed bug #47593 (interface_exists() returns false when using absolute...Felipe Pena2009-03-082-2/+54
* - Fixed typoFelipe Pena2009-03-051-3/+3
* - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)Felipe Pena2009-03-052-3/+22
* Fixed bug #47549 (get_defined_constants() return array with brokenIlia Alshanetsky2009-03-031-1/+2
* Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a de...Dmitry Stogov2009-02-182-1/+45
* Fixed zend_print_zval_r_ex() to use the write callback functionDmitry Stogov2009-02-182-24/+32
* fix testZoe Slattery2009-02-171-1/+1
* MFH: Overflow commentMatt Wilmas2009-02-171-0/+1
* MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit l...Matt Wilmas2009-02-171-1/+1
* UnmangleRasmus Lerdorf2009-02-144-60/+0
* 2.4.1 is safeRasmus Lerdorf2009-02-145-1/+61
* add testAntony Dovgal2009-02-111-0/+26
* MFH: fix bug #47353 (crash when creating a lot of objects in object destructor)Antony Dovgal2009-02-111-0/+6
* Fixed bug #47320 ($php_errormsg out of scope in functions)Dmitry Stogov2009-02-092-8/+34
* Better fix for #47341Dmitry Stogov2009-02-092-7/+7
* - MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0Derick Rethans2009-02-082-1/+12
* regenerateNuno Lopes2009-02-022-1795/+1805
* fix bug #46347: allow * in ini keysNuno Lopes2009-02-021-1/+1
* the offset parameter of mmap() must be aligned to a page boundary (although l...Nuno Lopes2009-01-281-2/+9
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-2612-215/+15
* MFH: Fix compiler warning. munmap expects a void pointer.David Soria Parra2009-01-251-1/+1
* Fix WSDavid Soria Parra2009-01-251-15/+15
* MFH: Fix WSDavid Soria Parra2009-01-251-4/+4
* MFH: Patch by David Soria Parra <dsp@php.net>.Sebastian Bergmann2009-01-251-1/+1