Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
565c4842 |
| 15-Nov-2010 |
Felipe Pena |
- Moved leak_variable() to zend_builtin_functions.c (Gustavo)
|
#
aaa2f1c3 |
| 14-Oct-2010 |
Hartmut Holzgraefe |
marked char pointer arguments as const in lots of places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ...
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
5eb64a49 |
| 11-Jun-2010 |
Felipe Pena |
- Fixed bug #52060 (Memory leak when passing a closure to method_exists())
|
#
ba0486f9 |
| 11-Jun-2010 |
Felipe Pena |
- Fixed bug #52060 (Memory leak when passing a closure to method_exists())
|
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
#
00eec093 |
| 06-May-2010 |
Felipe Pena |
- Added get_declared_traits()
|
#
2b0464c3 |
| 01-May-2010 |
Felipe Pena |
- Fixed bug #51719 (typo in function prototype)
|
#
84c16436 |
| 01-May-2010 |
Felipe Pena |
- Fixed bug #51719 (typo in function prototype)
|
#
dd5c478b |
| 20-Apr-2010 |
Dmitry Stogov |
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
|
#
94dd8372 |
| 20-Apr-2010 |
Dmitry Stogov |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
|
#
f867fadd |
| 07-Mar-2010 |
Felipe Pena |
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
|
#
ea1447c3 |
| 07-Mar-2010 |
Felipe Pena |
- Fixed bug #50810 (property_exists does not work for private)
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
d2281d1d |
| 05-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
|
#
b63f178e |
| 30-Dec-2009 |
Ilia Alshanetsky |
Fixed bug #44827 (define() allows :: in constant names).
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
dc74c513 |
| 06-Aug-2009 |
Jani Taskinen |
- Restore PHP-5.2 behaviour when passing null inside object scope to get_class()
|
#
5a816990 |
| 30-Jun-2009 |
Felipe Pena |
- MFH: Fixed bug #48709 (metaphone and 'wh')
|
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3 |
|
#
c59a4a01 |
| 08-Jun-2009 |
Pierre Joye |
- typo
|
#
5289261b |
| 08-Jun-2009 |
Ilia Alshanetsky |
Fixed bug #44827 (define() is missing error checks for class constants)
|
#
d5530029 |
| 05-Jun-2009 |
Matt Wilmas |
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
|
Revision tags: php-5.2.10RC1 |
|
#
b33c5169 |
| 22-May-2009 |
Arnaud Le Blanc |
MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)
|
#
dcfe5d71 |
| 07-May-2009 |
Felipe Pena |
- MFH: Parameter parsing changes for get_defined_constants() (Kalle)
|
Revision tags: php-5.3.0RC2, php-5.3.0RC1 |
|
#
cc91da1b |
| 16-Mar-2009 |
Dmitry Stogov |
Fixed bug #47664 (get_class returns NULL instead of FALSE)
|
Revision tags: RELEASE_1_3_5 |
|
#
1c3b44b3 |
| 08-Mar-2009 |
Felipe Pena |
- MFH: Fixed bug #47593 (interface_exists() returns false when using absolute namespace path) patch by Kalle - BFN #47572
|
#
e66b91c0 |
| 03-Mar-2009 |
Ilia Alshanetsky |
Fixed bug #47549 (get_defined_constants() return array with broken array categories)
|
Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
23f7fa57 |
| 10-Jan-2009 |
Felipe Pena |
- MFH: Fixed bug #47054 (BC break in static functions called as dynamic)
|