Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
c66c9e71 |
| 10-Jan-2004 |
Marcus Boerger |
Fix memory corruption with libxml's error handling.
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
4dd0dbfd |
| 12-Dec-2003 |
Rob Richards |
consolidate error handling
|
#
1f33239c |
| 09-Dec-2003 |
Rob Richards |
buffer error messages until newline is hit
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
d29fb55b |
| 26-Oct-2003 |
Rob Richards |
common functions for interoperability
|
Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
052f9378 |
| 19-Oct-2003 |
Shane Caraveo |
add global init/shutdown functions for libxml. this is required as shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific
add global init/shutdown functions for libxml. this is required as shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order
show more ...
|
#
399095e7 |
| 19-Oct-2003 |
Shane Caraveo |
Add libxml extension for common code that is needed to be shared between various xml extensions. currently the only implemented support is the addition of the streams support for libxml. On
Add libxml extension for common code that is needed to be shared between various xml extensions. currently the only implemented support is the addition of the streams support for libxml. One new function, libxml_set_streams_context, which allows a streams context to bet set prior to loading or writing documents. This works transparently with any extension that uses libxml. All ini settings that effect streams will also now effect the loading and writing of xml documents. TODO: linux support, not sure if config.m4 will work right.
show more ...
|