Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
f43767b2 |
| 16-Sep-2005 |
Antony Dovgal |
fix #34505 (possible memory corruption when unmangling properties with empty names) 1st part
|
Revision tags: RELEASE_1_0RC1 |
|
#
9305339d |
| 09-Sep-2005 |
Dmitry Stogov |
Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload().
|
Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
248345d9 |
| 01-Sep-2005 |
Dmitry Stogov |
Support for class constants and static members for internal classes
|
Revision tags: php-5.0.5RC2 |
|
#
33df5975 |
| 22-Aug-2005 |
Stanislav Malyshev |
fix crash if throw attempted outside of executable code
|
Revision tags: php-5.0.5RC1 |
|
#
4e798f6e |
| 18-Aug-2005 |
Antony Dovgal |
MFH: fix memleak
|
Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
916815b7 |
| 03-Aug-2005 |
foobar |
Bump up the year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2 |
|
#
d5a12960 |
| 27-Jun-2005 |
Stanislav Malyshev |
fix various "Class entry requested for an object without PHP class" messages when working with non-PHP objects. # Using Z_OBJCE(object)->name is usually bad idea unless you know it's # a
fix various "Class entry requested for an object without PHP class" messages when working with non-PHP objects. # Using Z_OBJCE(object)->name is usually bad idea unless you know it's # a pure PHP object
show more ...
|
#
0e720a8b |
| 27-Jun-2005 |
Dmitry Stogov |
Fixed wrong include/requre occurrences in debug backtrace.
|
#
f3f97394 |
| 23-Jun-2005 |
Dmitry Stogov |
Fixed bug #28377 (debug_backtrace is intermittently passing args)
|
#
f17f5da8 |
| 23-Jun-2005 |
Dmitry Stogov |
Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods)
|
Revision tags: php-5.1.0b2 |
|
#
da2ab061 |
| 22-Jun-2005 |
Dmitry Stogov |
Fixed bug #29896 (Backtrace argument list out of sync)
|
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
fac2718e |
| 07-Jun-2005 |
Dmitry Stogov |
Fixed memory leak in debug_print_backtrace()
|
#
81b536f4 |
| 03-May-2005 |
Dmitry Stogov |
Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3) Now get_class_methods() shows accessible private and protected methods if it is called from class scope.
|
#
56d543c1 |
| 02-May-2005 |
Marcus Boerger |
- Extend API to support real existance test without the need to add any new functions or change any behavior
|
#
4f15b20b |
| 26-Apr-2005 |
Dmitry Stogov |
Fixed bug #32429 (method_exists() always return TRUE if __call method exists)
|
#
4e04b5b5 |
| 18-Apr-2005 |
Dmitry Stogov |
Fixed memory leak in debug_backtrace()
|
#
7aad4243 |
| 17-Apr-2005 |
Marcus Boerger |
- Fix special cases of property_exists()
|
#
083795cb |
| 16-Apr-2005 |
Sara Golemon |
Fix method_exists(), pce is fetched, but ce is used
|
#
5b21e485 |
| 15-Apr-2005 |
Marcus Boerger |
- Fix even though we already know that the function will be renamed
|
#
32182b19 |
| 08-Apr-2005 |
Marcus Boerger |
- Add property_exits()
|
Revision tags: RELEASE_0_3 |
|
#
95f860d0 |
| 04-Apr-2005 |
Stanislav Malyshev |
MF50: fix backtraces - non-Zend classes have names too
|
Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2 |
|
#
7b6ec917 |
| 14-Mar-2005 |
Stanislav Malyshev |
ws
|
Revision tags: php-5.0.4RC1, php-4.3.11RC1 |
|
#
c3957fe1 |
| 13-Mar-2005 |
Stanislav Malyshev |
Fix get_extension_funcs() - extension names are now lowercased, so should be function arguments.
|
#
6f00c1b7 |
| 07-Mar-2005 |
Marcus Boerger |
- Fix #32226
|
#
ddd62f2b |
| 28-Feb-2005 |
Marcus Boerger |
- Add support for methods dynamically added through object handlers
|