History log of /php-src/Zend/zend_builtin_functions.c (Results 726 – 750 of 909)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 27de54b0 01-Dec-2002 Andi Gutmans

- MFZE1

# f222884e 01-Dec-2002 Andi Gutmans

- Revert as the patch doesn't compile

# b6ecd670 01-Dec-2002 Andi Gutmans

- MFZE1

1...<<21222324252627282930>>...37