#
44caafc6 |
| 28-Jul-2008 |
Dmitry Stogov |
Fixed constant substitution (Matt)
|
#
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 ...
|
#
ed2d3e4c |
| 25-Jul-2008 |
Dmitry Stogov |
Substitute persistent constants by their values at compile time. (Matt)
|
#
4f42ed39 |
| 24-Jul-2008 |
Moriyoshi Koizumi |
- Revived zend multibyte
|
#
0fbe6a0c |
| 24-Jul-2008 |
Felipe Pena |
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
|
#
44325e64 |
| 24-Jul-2008 |
Dmitry Stogov |
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)
|
Revision tags: php-4.4.9RC1 |
|
#
c3453925 |
| 17-Jul-2008 |
Felipe Pena |
- Deprecate ticks
|
#
0fa7fedf |
| 14-Jul-2008 |
Dmitry Stogov |
Fixed is_callable() to support closures and return appropriate function name
|
#
d5ef2f46 |
| 14-Jul-2008 |
Dmitry Stogov |
Added support for lambda functions and closures
|
#
c3286f32 |
| 29-Jun-2008 |
Rui Hirokawa |
implemented again zend-multibyte for PHP 5.3
|
#
298087c7 |
| 20-Jun-2008 |
Dmitry Stogov |
Allowed to override internal classaes with "use"
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
639d221d |
| 15-Jun-2008 |
Felipe Pena |
- Improved warning message to call-time pass-by-reference when used with internal function (http://news.php.net/php.internals/38252)
|
#
dc697bce |
| 10-Jun-2008 |
Felipe Pena |
- Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods)
|
#
cc23d3ba |
| 03-Jun-2008 |
Felipe Pena |
- Fixed bug #45089 (__callStatic $name case sensitivity)
|
#
402fb528 |
| 03-Jun-2008 |
Felipe Pena |
- MFH: Fixed bug #44769 (declaring private magic methods should throw error)
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
af1ed802 |
| 12-May-2008 |
Dmitry Stogov |
Fixed bug #44952 (isset() does not checks correctly variable variable)
|
#
5521912b |
| 07-May-2008 |
Dmitry Stogov |
Use IS_CV for dirrent access to $this variable
|
#
1b317f15 |
| 05-May-2008 |
Dmitry Stogov |
- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR) - Fixed bug #44913 (Segfault when using return in combination with nested loops and continue 2)
|
#
5a0253c1 |
| 05-May-2008 |
Dmitry Stogov |
Support for old-style constructors in namespaces
|
Revision tags: php-5.2.6 |
|
#
2ecf4bb0 |
| 29-Apr-2008 |
Dmitry Stogov |
Lazy EG(active_symbol_table) initialization
|
Revision tags: RELEASE_1_0_2, php-5.2.6RC5 |
|
#
7507ff32 |
| 10-Apr-2008 |
Nuno Lopes |
fix heredoc+nowdoc #patch by Matt Wilmas
|
#
dfacfae3 |
| 09-Apr-2008 |
Dmitry Stogov |
Bug #44653 (Invalid namespace name resolution)
|
Revision tags: php-5.2.6RC4 |
|
#
f66f55ed |
| 28-Mar-2008 |
Felipe Pena |
MFH: Implemented "jump label" operator (limited "goto") [DOC]
|
Revision tags: php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
44a6326b |
| 25-Mar-2008 |
Ilia Alshanetsky |
Removed unused variable
|
#
9e2894f5 |
| 25-Mar-2008 |
Felipe Pena |
MFH: - Renamed zend_do_fetch_class_name() to zend_do_build_full_name() (It is not used only for classes) - Moved zend_resolve_class_name prototype to zend_compile.h
|