History log of /PHP-5.5/Zend/zend_API.h (Results 151 – 175 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 039c1743 04-Jun-2003 Stanislav Malyshev

rm namespace leftovers


# f7f5a5ea 02-Jun-2003 Stanislav Malyshev

MEGA-patch: namespaces are R.I.P.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# b1b8ed64 23-May-2003 Marcus Boerger

Revert to sizeof()


Revision tags: BEFORE_FD_REVERT
# 909eafc2 20-May-2003 Sterling Hughes

add fast_call_user_function()


# cb71ac03 20-May-2003 Hartmut Holzgraefe

C++ compile fixes


Revision tags: php-4.3.2RC3, RELEASE_0_9b
# 29a3586f 04-May-2003 Marcus Boerger

Allow functions in internal namespaces (for example factories)


Revision tags: 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 ...


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# e5f4c783 08-Apr-2003 Andrei Zmievski

Rename zend_register_internal_class_in_ns() to a better, less filling,
but with the same great taste zend_register_internal_ns_class().


# 81482833 04-Apr-2003 Andrei Zmievski

Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaring
class methods to avoid name collisions.


# 6ed30594 04-Apr-2003 Stanislav Malyshev

Fix namespace issues


# 3d62a349 02-Apr-2003 Andrei Zmievski

- Add zend_register_internal_namespace() API function.
- Add zend_register_internal_class_in_ns() API function.


# 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
# a700180f 03-Mar-2003 Harald Radi

commiting zend_disable_class patch for George:
disabled classes will be replaced by dummy classes
that print a warning upon instanciation


Revision tags: php-4.3.1
# a2bd043e 12-Feb-2003 Ilia Alshanetsky

Removed zend_get_module(), this function is not used by anything and more
importantly. it does not work. It tries to find data based on numeric keys
in hash table using string keys.


# 325f9edb 08-Feb-2003 Georg Richter

fixed zend_parse_method_param


# 0026239c 03-Feb-2003 Sebastian Bergmann

Build fix.


# c4528f82 02-Feb-2003 Harald Radi

extend the parameter parsing API by two functions
for parsing method parameters with automatic
detection if the function was called as such or as
a class method (with a valid this ptr).

extend the parameter parsing API by two functions
for parsing method parameters with automatic
detection if the function was called as such or as
a class method (with a valid this ptr).
if called as a function the first parameter has to be
the object it is operating on, if called as a method
this is used.

#not yet testet, only commiting so that georg can
#continue working on ext/mysqli

show more ...


# 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
# eccc5368 14-Jan-2003 Stanislav Malyshev

Make add_property_ functions work via write_property handler


# 2ae8d124 12-Jan-2003 Stanislav Malyshev

Remove handle_property from here too


# ace55f32 09-Jan-2003 Zeev Suraski

Unify and make it easy to add code into the broken-string error handler


# 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, php-4.3.0RC2, RELEASE_1_0b2
# e8214a33 23-Nov-2002 Andi Gutmans

- Commit Marcus' cleanup of abstract and static inheritance and improve
- error messages


Revision tags: BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# a35c61af 16-Sep-2002 Andrei Zmievski

MFZE1


12345678910>>...12