History log of /PHP-5.5/ext/xml/xml.c (Results 176 – 200 of 211)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_RETURN_REF_MERGE
# 7dfeb4fd 14-Dec-1999 Joey Smith

# Added date/time stamping to php3_log_error
@ Preliminary support for date/time stamping in error logs
Preliminary support for date/time stamping in error logs


Revision tags: RETURN_REF_BP
# 2b2e6ff6 10-Dec-1999 Andrei Zmievski

Fixed #2952.


# 7e4bd9fb 09-Dec-1999 Andrei Zmievski

(PHP strtoupper, strtolower, substr_replace) Made binary-safe.
@Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)


Revision tags: PRE_RETURN_REF_PATCH
# 6f416839 05-Dec-1999 Egon Schmid

Thies, can you provide some docs? I need something to show to my German translators.
Is the &obj correct?


# f17f3e4f 05-Dec-1999 Thies C. Arntzen

@- added XML_Set_Object() function, now you can use the XML-Parser from
@ within an object. (Thies)
(XML_Set_Object) new function.


# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


# 8f91051d 04-Dec-1999 Stig Bakken

Fix shared mode for gd/xml/mysql extensions.


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3
# b712c936 19-Nov-1999 Thies C. Arntzen

@- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)
(PHP xml_parse_into_struct) buffer was sometimes short by 1.


Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 604c14ab 20-Oct-1999 Thies C. Arntzen

(PHP xml_parse_into_struct) sometimes the value was truncated
@- XML_Parse_Into_Struct no longer eats data. (Thies)


# c799969a 20-Oct-1999 Thies C. Arntzen

(PHP xml_parse_into_struct): fixed mem-leak when encountering invalid XML.


# 9e001753 16-Oct-1999 Andrei Zmievski

_php3/_php3i -> php rename


# b311342f 07-Oct-1999 Thies C. Arntzen

fixed hopefully last XML problem. that one was hard!


# 232afa48 04-Oct-1999 Sascha Schumann

* archive-based convenience libraries completely replaced
with libtool components

* SAPI targets can enable thread-safe mode and define
shared/static/prog

* archive-based convenience libraries completely replaced
with libtool components

* SAPI targets can enable thread-safe mode and define
shared/static/program build target

* all configure scripts use the same config.cache

* phplibdir is $(top_builddir)/modules to avoid
permission problems

* sapi/*/Makefile.inc are gone

* runpath handling cleaned up

* top-level Makefile.in obsoleted through Makefile.am

* --enable-versioning uses libtool's cleaner and more
portable -export-symbols feature

show more ...


# 7e75bf8f 01-Oct-1999 Thies C. Arntzen

one zval fix - cleanups


# 02c0ab8d 29-Sep-1999 Thies C. Arntzen

fix the order.. (thanx, andi)


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 091e91c0 25-Sep-1999 Thies C. Arntzen

fixed callback code -> now $parser is passed as a resource!


# c626d9e4 24-Sep-1999 Thies C. Arntzen

updated XML (only partly tested)


# 10ec822b 24-Sep-1999 Thies C. Arntzen

fixed warning


# 360675ce 24-Sep-1999 Zeev Suraski

Compile fixes for WDDX, XML and Zlib (untested)


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 6c0c410a 20-Sep-1999 Thies C. Arntzen

resource API & ZTS stuff


# f63da062 18-Aug-1999 Thies C. Arntzen

ZTS fix


Revision tags: php-4.0b2
# 78f8d04e 08-Aug-1999 Thies C. Arntzen

fix for #1995 (this module needs some more work.)


# 3cb1eb04 02-Aug-1999 Zeev Suraski

Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)


Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# d9f52fe0 21-Jul-1999 Stig Bakken

First cut at standard way of making dynamically loadable extensions on UNIX.
Examples on how to test:

./configure --with-xml static
./configure --with-xml=/opt

First cut at standard way of making dynamically loadable extensions on UNIX.
Examples on how to test:

./configure --with-xml static
./configure --with-xml=/opt static
./configure --with-xml=shared shared
./configure --with-xml=shared,/opt shared

The difference between these two is that when the extension is shared, it
is not merged into libphpext.a. The shared extension is currently always
built. I can't find a way to do just one or the other with automake/libtool,
if someone has a clever idea, please come forward. :-)

"make install" installs the .so (as well as a lot of other cruft) in
$prefix/lib/php.

show more ...


# 57f0f15b 21-Jul-1999 Stig Bakken

Debian fixes


123456789