php-src/main
Shane Caraveo 399095e7a5 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.
2003-10-19 21:48:46 +00:00
..
streams finish file uri support, this stuff was unecessary. 2003-10-19 21:19:54 +00:00
alloca.c ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
build-defs.h.in updating license information in the headers. 2003-06-10 20:04:29 +00:00
config.nw.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
config.w32.h Fix fgetcsv() to correctly support international characters 2003-10-04 02:51:19 +00:00
fopen_wrappers.c signed/unsigned compiler warning fixes 2003-09-26 08:09:56 +00:00
fopen_wrappers.h Fix for bug #24313 (port from dead PHP_5 branch) 2003-06-24 13:56:25 +00:00
internal_functions_nw.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
internal_functions_registry.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
internal_functions_win32.c Add libxml extension for common code that is needed to be shared between 2003-10-19 21:48:46 +00:00
internal_functions.c.in Removed unnecessary ssl.h include 2003-09-23 16:04:03 +00:00
logos.h New logo (not final yet...) 2003-06-26 17:30:41 +00:00
main.c Fixed bug #25746 (Do not bail out when unable to chdir original dir on 2003-10-09 02:58:34 +00:00
mergesort.c ws fixes + missing $Id$ tags, headers added 2003-02-19 08:40:19 +00:00
network.c emalloc -> safe_emalloc 2003-08-12 00:58:52 +00:00
output.c Fixed bug #24951 (ob_flush() needlessly destroys output handler). 2003-08-08 23:43:45 +00:00
php3_compat.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_compat.h MFB 2003-08-09 14:27:16 +00:00
php_content_types.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_content_types.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_globals.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ini.c Enable setting php.ini path via the registry 2003-10-19 10:39:27 +00:00
php_ini.h Fix use of EXTERN_C macros 2003-09-02 13:07:17 +00:00
php_logos.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_logos.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_main.h Fix use of EXTERN_C macros 2003-09-02 13:34:23 +00:00
php_memory_streams.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_network.h Win32 build fixes for openssl 2003-06-15 23:34:46 +00:00
php_open_temporary_file.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_open_temporary_file.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_output.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_realpath.c - Try and fix problem with opening wrong file. 2000-08-27 18:01:17 +00:00
php_reentrancy.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_regex.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_scandir.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_scandir.h configure.in 2003-09-08 13:14:41 +00:00
php_sprintf.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_streams.h Finalize the closing process of persistent streams. The current 2003-07-29 18:26:34 +00:00
php_syslog.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ticks.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_ticks.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
php_variables.c Fixed bug #25836 (last key of multi-dimensional array passed via GPC 2003-10-14 03:49:13 +00:00
php_variables.h Fix use of EXTERN_C macros 2003-09-02 13:34:23 +00:00
php_version.h Move along, nothing to see. 2003-06-27 22:18:06 +00:00
php.h Fixed bug #25293 (Output correct EOL to error_log) 2003-09-24 23:20:48 +00:00
reentrancy.c Fixed bug #25170 (Problem with generation of random numbers on solaris) 2003-08-20 16:40:22 +00:00
rfc1867.c Fix build 2003-07-03 15:26:12 +00:00
rfc1867.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
safe_mode.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
safe_mode.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
SAPI.c Fixed for 64bit archs 2003-09-13 15:27:09 +00:00
SAPI.h Fix use of EXTERN_C macros 2003-09-02 13:34:23 +00:00
snprintf.c More NaN & INF handling fixes. 2003-09-29 23:44:07 +00:00
snprintf.h Add length modifier L 2003-09-14 09:50:36 +00:00
spprintf.c Fixed Bug #25665 (var_dump() hangs on Nan and INF). 2003-09-29 01:07:55 +00:00
spprintf.h Let GCC check format arguments 2003-08-28 05:23:08 +00:00
strlcat.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
strlcpy.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
win95nt.h updating license information in the headers. 2003-06-10 20:04:29 +00:00