Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
71ea9535 |
| 09-Jan-2009 |
Ilia Alshanetsky |
MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI opened files. |
#
bfcea7ff |
| 02-Jan-2009 |
Felipe Pena |
- MFH: Year++ |
#
fec58a89 |
| 01-Jan-2009 |
Ilia Alshanetsky |
Fixed bug #46844 (php scripts or included files with first line starting with # have the 1st line missed from the output). |
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
7126de49 |
| 04-Nov-2008 |
Marcus Boerger |
- Next step in namespaces, using / as namespace separator. |
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
85ab4235 |
| 15-Aug-2008 |
Felipe Pena |
- MFH: Removed some TSRMLS_FETCH()s |
#
05376077 |
| 12-Aug-2008 |
Dmitry Stogov |
Fixed bug #45779 (regression with shebang lines processing) |
Revision tags: php-4.4.9, php-5.3.0alpha1 |
|
#
555a9b07 |
| 30-Jul-2008 |
Felipe Pena |
- MFH: Fixed BC break: The magic constants must be case-insensitive. |
#
b9eaa801 |
| 28-Jul-2008 |
Moriyoshi Koizumi |
- SCNG(input_filter) can be null if the script encoding is idential to the internal encoding. |
#
1782511e |
| 28-Jul-2008 |
Moriyoshi Koizumi |
- WS |
#
a28497d6 |
| 28-Jul-2008 |
Moriyoshi Koizumi |
- Fix __halt_compiler() weirdness with zend-mulibyte enabled |
#
478acfd8 |
| 26-Jul-2008 |
Dmitry Stogov |
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strin
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt)
show more ...
|
#
20bca30d |
| 24-Jul-2008 |
Moriyoshi Koizumi |
- No need to advance the cursor |
#
4f42ed39 |
| 24-Jul-2008 |
Moriyoshi Koizumi |
- Revived zend multibyte |
Revision tags: php-4.4.9RC1 |
|
#
b8673e35 |
| 08-Jul-2008 |
Nuno Lopes |
now really fix once and for all the #-style comments. also remove some duplicated code in <?, <%, <%= handlers. this also has the side-effect of producing better bytecodes in some special cases |
#
ea11f6df |
| 06-Jul-2008 |
Nuno Lopes |
fix last part of bug #44654 |
#
3ba706cc |
| 06-Jul-2008 |
Nuno Lopes |
fix first part of bug #44654: scan for opening tag <? after a # char |
#
e59fb937 |
| 29-Jun-2008 |
Rui Hirokawa |
update zend_language_scanner.l to maintain the dependencies. |
#
c3286f32 |
| 29-Jun-2008 |
Rui Hirokawa |
implemented again zend-multibyte for PHP 5.3 |
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
c83d916a |
| 10-May-2008 |
Matt Wilmas |
MFH: Restore end check for "escape" strings |
#
c4e406d2 |
| 09-May-2008 |
Matt Wilmas |
MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc) |
Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5 |
|
#
7507ff32 |
| 10-Apr-2008 |
Nuno Lopes |
fix heredoc+nowdoc #patch by Matt Wilmas |
#
cfc17562 |
| 09-Apr-2008 |
Nuno Lopes |
fix the yyless() definition to match flex one and revert part of last patch (so that it remains similar with flex's scan) |
#
6f20cea6 |
| 09-Apr-2008 |
Scott MacVicar |
Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas) |
Revision tags: php-5.2.6RC4 |
|
#
b9d13d8f |
| 05-Apr-2008 |
Felipe Pena |
- Allow HEREDOC syntax with double quotes (http://wiki.php.net/rfc/heredoc-with-double-quotes) |
#
bfcdbbcd |
| 04-Apr-2008 |
Nuno Lopes |
add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (lowest safe value) |