#
bec95811 |
| 21-May-2003 |
foobar |
Fixed bug #23619 (set_error_handler() registered handler not called for object instances). (Jani, waboring@qualys.com)
|
Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
ad01495a |
| 21-Apr-2003 |
Stanislav Malyshev |
Change get_class() so that it returns qualified names for namespaced classes. *HEADS UP*: get_class_name() handler interface is changed, now it should allocate the space it returns w
Change get_class() so that it returns qualified names for namespaced classes. *HEADS UP*: get_class_name() handler interface is changed, now it should allocate the space it returns with emalloc, and the users free it. If anyone has problems with it or has suggestions how to do it without this - please tell. Also: make function_exists() understand namespaces.
show more ...
|
#
ba02f60e |
| 20-Apr-2003 |
Stanislav Malyshev |
refine the set_error_handler fix
|
#
faafbd6e |
| 20-Apr-2003 |
Stanislav Malyshev |
Fix for bug #21094 (set_error_handler can not accept methods), by Timm Friebe
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
591863d4 |
| 08-Apr-2003 |
Andrei Zmievski |
Switch some functions to use new zend_lookup_ns_class() methods. This means that they will accept both simple and fully qualified class names.
|
#
800de8ac |
| 02-Apr-2003 |
Stanislav Malyshev |
allow class_exists() to work with namespaces too. add CLASS_IS_NAMESPACE macro
|
#
e12415c9 |
| 02-Apr-2003 |
Stanislav Malyshev |
fix typo
|
#
8a03806a |
| 02-Apr-2003 |
Stanislav Malyshev |
fix parameterless get_declared_classes call
|
#
62f9eb80 |
| 01-Apr-2003 |
Andrei Zmievski |
Split ZEND_NAMESPACE into user and internal namespaces. Hope this is okay with engine folks.
|
#
438aaf72 |
| 01-Apr-2003 |
Stanislav Malyshev |
improve namespace name hanfling
|
#
334702d6 |
| 01-Apr-2003 |
Stanislav Malyshev |
fix get_declared_classes()
|
#
f9fae74a |
| 01-Apr-2003 |
Stanislav Malyshev |
make get_declared_classes() work with namespaces (based on Tal Peer's patch)
|
#
3fc85282 |
| 26-Mar-2003 |
Sebastian Bergmann |
Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().
|
Revision tags: php-4.3.2RC1 |
|
#
26dd8492 |
| 05-Mar-2003 |
Zeev Suraski |
Add support for interfaces
|
Revision tags: php-4.3.1 |
|
#
3661930f |
| 10-Feb-2003 |
Zeev Suraski |
Fix get_parent_class()
|
#
e7b5c21d |
| 08-Feb-2003 |
Sebastian Bergmann |
zend_config.h (and its Win32 version) is already included by zend.h
|
#
df3662f4 |
| 08-Feb-2003 |
Ilia Alshanetsky |
The string.h is already avaliable through zend.h, so the manual inclusion is not necessary.
|
#
957aeb83 |
| 07-Feb-2003 |
Ilia Alshanetsky |
Added a check to ensure that string.h is avaliable before trying to use it. Thanks Andi.
|
#
419108f8 |
| 07-Feb-2003 |
Ilia Alshanetsky |
Added missing header.
|
#
ae6cc1a2 |
| 07-Feb-2003 |
Ilia Alshanetsky |
Fixed bug #15734 (Added an optional parameter to get_defined_constants(), which if passed, will include information regarding who created the constant).
|
#
dc052fe0 |
| 06-Feb-2003 |
Ilia Alshanetsky |
Fixed bug #19506 (get_extension_funcs() can now retrieve a list of built-in Zend Engine functions, if "zend" is specified as the module name). Made get_extension_funcs() on failure.
|
#
333406bd |
| 01-Feb-2003 |
foobar |
- Added some missing CVS $Id$ tags, headers and footers.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
24db7f18 |
| 12-Jan-2003 |
Sebastian Bergmann |
ZTS fixes.
|
#
c37ee2a1 |
| 12-Jan-2003 |
Harald Radi |
fix 'use of uninitialized variable' warning
|
#
efcd8a70 |
| 08-Jan-2003 |
Ilia Alshanetsky |
MFZE2
|