#
9b391a83 |
| 03-Jan-2002 |
Derick Rethans |
- MFZE1 for exit fix, exposing current function name in error messages and exposing zend_zval_type_name().
|
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, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
4f6c95d1 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
7deb44e3 |
| 02-Aug-2001 |
Zeev Suraski |
Some cleanup
|
#
57507b4e |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
d76cf1da |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
8ce8324e |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
2c254ba7 |
| 27-Jul-2001 |
Zeev Suraski |
Get rid of ELS_*(), and use TSRMLS_*() instead. This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
931ebe08 |
| 21-Jul-2001 |
Zeev Suraski |
Improve bailout mechanism, supports nesting of bailouts a-la try..catch
|
#
8084d278 |
| 20-Jul-2001 |
Zeev Suraski |
Implement a more granular shutdown mechanism for the executor - prevent corruption of constants and missing destructions of resources
|
#
7b7e72d1 |
| 13-Jul-2001 |
Thies C. Arntzen |
the resource-lists are now destroyed backwards. this will make sure that resources get destroyed in the opposite order they were created and thereby db-cursors will always be released before
the resource-lists are now destroyed backwards. this will make sure that resources get destroyed in the opposite order they were created and thereby db-cursors will always be released before their corresponding connection etc. this sould not break anything!
show more ...
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2 |
|
#
e2f12eb0 |
| 20-May-2001 |
Andi Gutmans |
- Whitespace and change the name of the macro to something more verbose ZEND_GET_RESOURCE_ID(...)
|
#
c1164ad5 |
| 20-May-2001 |
James Moore |
@ - Add new ZEND_GET_LE macro for retrieving destructor @ id's from remote extensions. (Jmoore, Zend Engine)
|
#
65d9584a |
| 20-May-2001 |
Andi Gutmans |
- Don't allow resource types of 0
|
Revision tags: php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4 |
|
#
9aac926d |
| 28-Mar-2001 |
Zeev Suraski |
Fix warning
|
#
6dafabd7 |
| 28-Mar-2001 |
Zeev Suraski |
Make Windows happy
|
#
3492049c |
| 28-Mar-2001 |
Zeev Suraski |
Get rid of more redundant code
|
#
3d3d8881 |
| 28-Mar-2001 |
Zeev Suraski |
Cleaner way of making sure resources start at 1 and not 0...
|
#
8c13f9d5 |
| 28-Mar-2001 |
Zeev Suraski |
Remove redundant code
|
Revision tags: php-4.0.5RC3 |
|
#
59c32058 |
| 27-Mar-2001 |
Zeev Suraski |
God knows what this code was doing...
|
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
d2c9e807 |
| 26-Feb-2001 |
Andi Gutmans |
- Update copyright year
|
#
dd7eb428 |
| 23-Jan-2001 |
Thies C. Arntzen |
fix a couple of warnings
|
#
b8b40f69 |
| 16-Jan-2001 |
Zeev Suraski |
Fix persistent resources, once and for all...
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
e976d8ed |
| 04-Jan-2001 |
Andi Gutmans |
- Make plist_destructor work like list_destructor to allow it to call extended destructors.
|
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
dadb140e |
| 20-Oct-2000 |
Andrei Zmievski |
- Fixed a bug in zend_rsrc_list_get_rsrc_type() - Switched register_list_destructors() to use zend_register_list_destructors_ex() instead
|