| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e) | Felipe Pena | 2011-11-30 | 1 | -0/+4 |
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -354/+355 |
* | Fix bug #55445 (Incomplete implementation of <?= being independant of short_o... | Etienne Kneuss | 2011-08-17 | 1 | -2/+2 |
* | Callable typehint following the rules of is_callable($arg, false); | Hannes Magnusson | 2011-08-16 | 1 | -641/+689 |
* | - Fixed bug #55378: binary number literal returns float number though its value | Derick Rethans | 2011-08-07 | 1 | -2/+2 |
* | Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ... | Stefan Marr | 2011-07-31 | 1 | -150/+161 |
* | Added __TRAIT__ magic constant [TRAITS] [DOC] | Stefan Marr | 2011-07-31 | 1 | -1658/+1716 |
* | - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi... | Pierre Joye | 2011-07-27 | 1 | -2240/+2310 |
* | - Improved parse error messages | Felipe Pena | 2011-06-23 | 1 | -335/+337 |
* | scalar types cleanup | Stanislav Malyshev | 2011-06-03 | 1 | -1527/+1470 |
* | oops, can't use that macro here | Rasmus Lerdorf | 2011-05-16 | 1 | -3/+3 |
* | Suppress a dozen unused return value warnings in places where the return | Rasmus Lerdorf | 2011-05-16 | 1 | -3/+3 |
* | removing scalar types in trunk | Stanislav Malyshev | 2011-05-15 | 1 | -3230/+2170 |
* | - Removed unused variable (Pierrick) | Felipe Pena | 2011-04-03 | 1 | -354/+353 |
* | Fixed multibyte related issues | Dmitry Stogov | 2011-03-14 | 1 | -356/+354 |
* | Fix zend.multibyte oddities. Hope this will address all the known problems. | Moriyoshi Koizumi | 2011-03-06 | 1 | -375/+397 |
* | Fixed Bug #53629 (memory leak inside highlight_string()). | Ilia Alshanetsky | 2011-01-03 | 1 | -353/+359 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Fix build | Felipe Pena | 2010-12-20 | 1 | -477/+403 |
* | * Refactor zend_multibyte facility. | Moriyoshi Koizumi | 2010-12-19 | 1 | -384/+576 |
* | - cleanup broken double definition of php_win_err and rename it while being t... | Pierre Joye | 2010-11-25 | 1 | -1/+1 |
* | Added multibyte suppport by default. Previosly php had to be compiled with --... | Dmitry Stogov | 2010-11-24 | 1 | -437/+415 |
* | - not used anymore | Pierre Joye | 2010-09-15 | 1 | -1/+1 |
* | Regenerated | Dmitry Stogov | 2010-09-15 | 1 | -353/+355 |
* | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-30 | 1 | -5/+17 |
* | - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-30 | 1 | -4/+3 |
* | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -2/+3 |
* | Added support for numeric & scalar type hint as defined within | Ilia Alshanetsky | 2010-05-24 | 1 | -1649/+1904 |
* | Allow arbitrary number of space characters between type-hint and method/funct... | Ilia Alshanetsky | 2010-05-23 | 1 | -229/+360 |
* | - Added scalar typehinting. | Derick Rethans | 2010-05-20 | 1 | -2144/+2850 |
* | Implemented Traits for PHP as proposed in the RFC [TRAITS] | Stefan Marr | 2010-04-22 | 1 | -845/+920 |
* | regenerated files | Dmitry Stogov | 2010-04-20 | 1 | -334/+340 |
* | - those are in 5.3.2 now, merge to 5.3.2 section is coming | Pierre Joye | 2010-02-11 | 1 | -1/+1 |
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
* | - Fixed bug #50145 (crash while running bug35634.phpt) | Felipe Pena | 2009-11-17 | 1 | -5/+5 |
* | - Fix skips | Jani Taskinen | 2009-09-10 | 1 | -1/+1 |
* | Regenerate | Matt Wilmas | 2009-05-05 | 1 | -5332/+3830 |
* | Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub... | Dmitry Stogov | 2009-03-26 | 1 | -137/+141 |
* | Fixed bug #47038 (Memory leak in include) | Dmitry Stogov | 2009-03-25 | 1 | -399/+391 |
* | MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment... | Brian Shire | 2009-03-16 | 1 | -3709/+3644 |
* | MFH: Add proper EOF handling for language scanner. Fixes bug #46817. | Brian Shire | 2009-03-11 | 1 | -3916/+4174 |
* | Unmangle | Rasmus Lerdorf | 2009-02-14 | 1 | -16/+0 |
* | 2.4.1 is safe | Rasmus Lerdorf | 2009-02-14 | 1 | -0/+16 |
* | MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI | Ilia Alshanetsky | 2009-01-09 | 1 | -386/+365 |
* | - MFH: Year++ | Felipe Pena | 2009-01-02 | 1 | -1/+1 |
* | Fixed bug #46844 (php scripts or included files with first line starting | Ilia Alshanetsky | 2009-01-01 | 1 | -3/+3 |
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -2605/+2615 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -1/+1 |
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -4/+4 |
* | Fixed bug #45779 (regression with shebang lines processing) | Dmitry Stogov | 2008-08-12 | 1 | -363/+365 |