History log of /PHP-5.3/Zend/zend_API.h (Results 126 – 150 of 256)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0
# 3738a6ed 09-Jun-2002 Harald Radi

only check for an available class entry instead of
the std_object_handlers on some places

#some linuxtag work


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4
# 0450ab94 20-May-2002 Zeev Suraski

MFZE1 (Expose more C++ APIs)


Revision tags: php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 7a067547 30-Apr-2002 Stanislav Malyshev

Make OBJCE return zend_class_entry*, also some cleanups


# 51e797f1 23-Apr-2002 Harald Radi

some type cleanup work


# 6ac6cb10 22-Apr-2002 Harald Radi

added get_class_entry callback handler to the
object handlers structure


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2
# 6608f073 07-Feb-2002 Stanislav Malyshev

Mega-commit: Enter the new object model
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.

Mega-commit: Enter the new object model
Note: only standard Zend objects are working now. This is definitely going to
break custom objects like COM, Java, etc. - this will be fixed later.
Also, this may break other things that access objects' internals directly.

show more ...


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 62dc854b 06-Jan-2002 Sebastian Bergmann

Happy New Year.


# 9b391a83 03-Jan-2002 Derick Rethans

- MFZE1 for exit fix, exposing current function name in error messages and
exposing zend_zval_type_name().


# 73b159e0 27-Dec-2001 Andi Gutmans

- Experimental support for destructors. We need to see if destructors
- will actually work well in the context of PHP so we should consider this
- as experimental. Possible problems might be

- Experimental support for destructors. We need to see if destructors
- will actually work well in the context of PHP so we should consider this
- as experimental. Possible problems might be that when the constructor is
- run PHP might not be in a stable state.

show more ...


# 29ea3da2 26-Dec-2001 Andi Gutmans

- Pretty much finish _clone() support


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# d863d52a 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# 2eccd95c 03-Nov-2001 Andi Gutmans

- Add some initializations


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 01850714 12-Oct-2001 Sebastian Bergmann

MFZE1: Introduced extension version numbers (Stig)


1234567891011