#
a23d1685 |
| 23-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #46649 (Setting array element with that same array produces inconsistent results)
|
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE |
|
#
a51bbb27 |
| 12-Nov-2008 |
Stanislav Malyshev |
fix potential crash in zend_do_assign due to opcodes realloc
|
#
6ebc2b21 |
| 12-Nov-2008 |
Stanislav Malyshev |
fix crash - using old opline after realloc
|
#
681515b3 |
| 12-Nov-2008 |
Ilia Alshanetsky |
Removed unused vars
|
#
1b4134c0 |
| 11-Nov-2008 |
Stanislav Malyshev |
Namespace resolution streamlining patch [DOC] new resolution rules should be documented soon
|
Revision tags: BEFORE_NS_RULES_CHANGE |
|
#
9b894e6e |
| 11-Nov-2008 |
Felipe Pena |
- Fixed bug #46546 (Segmentation fault when using declare statement with non-string value) # This issue only happens in this branch
|
Revision tags: php-5.2.7RC3 |
|
#
7126de49 |
| 04-Nov-2008 |
Marcus Boerger |
- Next step in namespaces, using / as namespace separator.
|
#
850f9567 |
| 03-Nov-2008 |
Johannes Schlüter |
MFH: Use a better function name for closure related errors and debug_backtrace()
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
8bf32f28 |
| 29-Aug-2008 |
Dmitry Stogov |
Imporoved compile-time constant substitution (Matt)
|
#
cc9a8ee5 |
| 24-Aug-2008 |
Etienne Kneuss |
MFH: - Copy custom callback to the child class if any - Prevent overwriting valid parent callbacks when implementing Serializable - Export zend_user_(un)serialize to be available for cust
MFH: - Copy custom callback to the child class if any - Prevent overwriting valid parent callbacks when implementing Serializable - Export zend_user_(un)serialize to be available for custom callbacks
show more ...
|
#
9d5ab6e5 |
| 22-Aug-2008 |
Felipe Pena |
- MFH: Removed unused arguments
|
#
cf7384aa |
| 12-Aug-2008 |
Felipe Pena |
- MFH: Constness (Added const qualifier to several function parameters)
|
Revision tags: php-4.4.9 |
|
#
47a2bad7 |
| 03-Aug-2008 |
Jani Taskinen |
- No C++ comments in C files!
|
Revision tags: php-5.3.0alpha1 |
|
#
1f09a6b3 |
| 31-Jul-2008 |
Dmitry Stogov |
Fixed constant substitution in constant expression context
|
#
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"
|