History log of /PHP-5.5/ext/xml/xml.c (Results 151 – 175 of 211)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 0c032536 24-Jun-2000 Sascha Schumann

Stop including dl/phpdl.h.


# 2987d521 15-Jun-2000 Andi Gutmans

- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# 0c2b366c 05-Apr-2000 Colin Viebrock

phpinfo() prettying


# 1fc8733d 04-Apr-2000 Thies C. Arntzen

export xml_utf8_decode for wddx module


Revision tags: PHP-4.0-RC1
# caeaaf4d 12-Mar-2000 Sascha Schumann

Fix build on systems which lack snprintf or vsnprintf.

PR: #3786


# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# c07b5282 24-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# c5999300 10-Feb-2000 Sascha Schumann

- Fixed ^#[ ]+preprocessor directive$ constructions which break
some compilers
- Made php_xml.h useable without having xmltok.h/xmlparse.h in the include
path


# 8c813dbb 05-Feb-2000 Andi Gutmans

- Make Win32 compile again


# e1a753c3 02-Feb-2000 Zeev Suraski

Add expat to the distribution
Add expat support to Win32 builds


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE
# a04805ce 23-Dec-1999 Thies C. Arntzen

killed warning + added reminder


Revision tags: PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# 8a581c35 18-Dec-1999 Zeev Suraski

More php3_ annihilation


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


123456789