Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
0ef0f8e3 |
| 11-Jul-2001 |
Thies C. Arntzen |
ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)
|
#
66d94bc6 |
| 11-Jul-2001 |
Zeev Suraski |
Nuke zval_reset
|
#
d70ce7be |
| 11-Jul-2001 |
Zeev Suraski |
var_reset -> ZVAL_RESET
|
#
6708768c |
| 09-Jul-2001 |
Thies C. Arntzen |
xml_utf8_encode: make sure the returned data is zero-terminated
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
1beda9ee |
| 24-May-2001 |
Stig Bakken |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
|
Revision tags: php-4.0.6RC1 |
|
#
56cebea0 |
| 14-May-2001 |
Thies C. Arntzen |
added expat version to phpinfo();
|
#
cd2f057f |
| 11-May-2001 |
Thies C. Arntzen |
bump bundled expat to 1.95.1 win32 project _needs_ updating and i don't have windows
|
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
01ed33d1 |
| 27-Feb-2001 |
Andi Gutmans |
- Pointed out by Andrei. zval_ptr_dtor() should be used instead of the zval_del_ref() function which should be nuked.
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
72ec2e8f |
| 15-Feb-2001 |
Thies C. Arntzen |
fixed SEGFAULT when using xml_set_object. Zend does not yes support cyclic references!
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
315e790c |
| 05-Jan-2001 |
Daniel Beulshausen |
remove stupid ifdef's
|
#
fe8238e6 |
| 05-Jan-2001 |
Daniel Beulshausen |
include config.w32.h under win32
|
#
32c3af8c |
| 05-Jan-2001 |
Rui Hirokawa |
added libxml-1.95 support and some new functions related to namespace support. changed config.m4 to support xml extension as shared module.
|
Revision tags: php-4.0.4pl1RC1 |
|
#
1fb4c6df |
| 24-Dec-2000 |
Thies C. Arntzen |
revert last fix. the problem is now fixed globally in Zend.
|
#
009064bc |
| 23-Dec-2000 |
Thies C. Arntzen |
fix #8363. fix call_user_function when parser->object is not set.
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
be895bcb |
| 13-Dec-2000 |
Zeev Suraski |
Fix call_user_function() with objects - it could leak under certain circumstances
|
Revision tags: php-4.0.4RC3 |
|
#
825457ae |
| 29-Oct-2000 |
Thies C. Arntzen |
update my email.
|
#
39387c77 |
| 26-Oct-2000 |
Sascha Schumann |
Remove second_arg_force_ref, defined in Zend Submitted by: Bill Stoddard
|
#
f1dcb32c |
| 25-Oct-2000 |
Andrei Zmievski |
Use zend_register_list_destructors_ex() instead.
|
#
7b4983c8 |
| 20-Oct-2000 |
Andrei Zmievski |
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destruc
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
4285af42 |
| 31-Aug-2000 |
Andrei Zmievski |
@- Fixed problem with having $this as the XML parser object. (Andrei)
|
Revision tags: php-4.0.2 |
|
#
1955412c |
| 22-Aug-2000 |
Andrei Zmievski |
@- Added ability for each xml_set_*_handler() function to take the @ array($obj, 'method') syntax for the handler argument as well @ as the normal function name. (Andrei)
|
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
50161c9e |
| 20-Aug-2000 |
Stanislav Malyshev |
Fix XML by-reference passing
|