[PHP-CVS] cvs: php-src /ext/exif config.w32

2003-12-05 Thread Frank M. Kromann
fmk Fri Dec 5 02:17:12 2003 EDT Added files: /php-src/ext/exif config.w32 Log: Include exif in the new win32 build system Index: php-src/ext/exif/config.w32 +++ php-src/ext/exif/config.w32 // $Id: config.w32,v 1.1 2003/12/05 07:17:11 fmk Exp $ //

[PHP-CVS] cvs: php-src /ext/simplexml/tests bug25756.phpt

2003-12-05 Thread Marcus Boerger
helly Fri Dec 5 03:07:15 2003 EDT Modified files: /php-src/ext/simplexml/testsbug25756.phpt Log: Update test Index: php-src/ext/simplexml/tests/bug25756.phpt diff -u php-src/ext/simplexml/tests/bug25756.phpt:1.4

[PHP-CVS] cvs: php-src /ext/iconv iconv.c

2003-12-05 Thread Moriyoshi Koizumi
moriyoshi Fri Dec 5 04:35:22 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Add a missing marker Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/iconv.c:1.106 php-src/ext/iconv/iconv.c:1.107 --- php-src/ext/iconv/iconv.c:1.106

[PHP-CVS] cvs: php-src /ext/xml compat.c /main php_compat.h

2003-12-05 Thread Moriyoshi Koizumi
moriyoshi Fri Dec 5 05:11:07 2003 EDT Modified files: /php-src/main php_compat.h /php-src/ext/xmlcompat.c Log: Fix libexpat build. Improve replaceEntities patch. Index: php-src/main/php_compat.h diff -u php-src/main/php_compat.h:1.18

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c /main php_compat.h

2003-12-05 Thread Rob Richards
You're using functions which only exist in the libxml 2.6 branch. Unless the mimimun libxml version is being bumped up again, Ilia's bug fix was better since it worked for both branches. Rob From: Moriyoshi Koizumi moriyoshi Fri Dec 5 05:11:07 2003 EDT Modified files: /php-src/main

[PHP-CVS] cvs: php-src /ext/xml compat.c

2003-12-05 Thread Moriyoshi Koizumi
moriyoshi Fri Dec 5 05:54:00 2003 EDT Modified files: /php-src/ext/xmlcompat.c Log: xmlCtxtSetOptions() isn't available in the versions up to 2.6.x # Thanks Rob Index: php-src/ext/xml/compat.c diff -u php-src/ext/xml/compat.c:1.22

[PHP-CVS] cvs: php-src /ext/standard/tests/network udgloop.phpt udp6loop.phpt unixloop.phpt /main/streams streams.c

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 08:41:03 2003 EDT Modified files: /php-src/ext/standard/tests/network udgloop.phpt udp6loop.phpt unixloop.phpt /php-src/main/streams streams.c Log: Be smarter about which systems should

[PHP-CVS] cvs: php-src /ext/com_dotnet/tests variants.phpt /ext/session/tests skipif.inc /ext/sqlite/tests blankdb.inc blankdb_oo.inc sqlite_001.phpt sqlite_015.phpt sqlite_017.phpt sqlite_oo_020.phpt /ext/standard/tests/strings bug24098.phpt nl2br.phpt

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 08:42:05 2003 EDT Modified files: /php-src/ext/com_dotnet/tests variants.phpt /php-src/ext/session/tests skipif.inc /php-src/ext/sqlite/tests blankdb.inc blankdb_oo.inc sqlite_001.phpt

[PHP-CVS] cvs: php-src / run-tests.php /ext/standard proc_open.c

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 08:45:01 2003 EDT Modified files: /php-src/ext/standard proc_open.c /php-srcrun-tests.php Log: Add optional array argument to proc_open() to specify additional options for the child process. The first option is suppress_errors

[PHP-CVS] cvs: php-src /ext/standard proc_open.c

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 08:48:40 2003 EDT Modified files: /php-src/ext/standard proc_open.c Log: fix unix build Index: php-src/ext/standard/proc_open.c diff -u php-src/ext/standard/proc_open.c:1.17 php-src/ext/standard/proc_open.c:1.18 ---

[PHP-CVS] cvs: php-src /ext/dom/tests dom_test.inc

2003-12-05 Thread Christian Stocker
chregu Fri Dec 5 09:52:52 2003 EDT Modified files: /php-src/ext/dom/tests dom_test.inc Log: fix test Index: php-src/ext/dom/tests/dom_test.inc diff -u php-src/ext/dom/tests/dom_test.inc:1.2 php-src/ext/dom/tests/dom_test.inc:1.3 ---

Re: [PHP-CVS] cvs: php-src /ext/mbstring config.m4 /ext/mbstring/libmbfl/mbfl mbfl_allocators.c mbfl_encoding.c mbfl_language.c

2003-12-05 Thread Ilia Alshanetsky
On December 4, 2003 05:49 pm, Moriyoshi Koizumi wrote: moriyoshi Thu Dec 4 17:49:47 2003 EDT Modified files: /php-src/ext/mbstring config.m4 /php-src/ext/mbstring/libmbfl/mbflmbfl_allocators.c mbfl_encoding.c

Re: [PHP-CVS] cvs: php-src /ext/mbstring config.m4 /ext/mbstring/libmbfl/mbfl mbfl_allocators.c mbfl_encoding.c mbfl_language.c

2003-12-05 Thread Moriyoshi Koizumi
On 2003/12/06, at 0:53, Ilia Alshanetsky wrote: Mbstring extension now gives the following error during build: In file included from /home/rei/php5/ext/mbstring/oniguruma/regerror.c:15: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/varargs.h:4:2: #error GCC no longer implements varargs.h.

Re: [PHP-CVS] cvs: php-src /ext/mbstring config.m4 /ext/mbstring/libmbfl/mbfl mbfl_allocators.c mbfl_encoding.c mbfl_language.c

2003-12-05 Thread Ilia Alshanetsky
On December 5, 2003 11:54 am, Moriyoshi Koizumi wrote: Did you run buildconf? Yup, infact the problem only appeared after I ran buildconf today. I didn't notice the problem before as I was using an old configure script. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php-src / README.WIN32-BUILD-SYSTEM

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 12:44:38 2003 EDT Modified files: /php-srcREADME.WIN32-BUILD-SYSTEM Log: rewrite Index: php-src/README.WIN32-BUILD-SYSTEM diff -u php-src/README.WIN32-BUILD-SYSTEM:1.1 php-src/README.WIN32-BUILD-SYSTEM:1.2 ---

[PHP-CVS] cvs: php-src /win32 EngineSelect.bat builddef.bat

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 12:45:16 2003 EDT Modified files: /php-src/win32 builddef.bat EngineSelect.bat Log: convert to DOS line endings to solve win98 issues Index: php-src/win32/builddef.bat diff -u php-src/win32/builddef.bat:1.1 php-src/win32/builddef.bat:1.2

[PHP-CVS] cvs: php-src /ext/sqlite php_sqlite.def

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 12:46:05 2003 EDT Modified files: /php-src/ext/sqlite php_sqlite.def Log: dos line endings Index: php-src/ext/sqlite/php_sqlite.def diff -u php-src/ext/sqlite/php_sqlite.def:1.1 php-src/ext/sqlite/php_sqlite.def:1.2 ---

[PHP-CVS] cvs: php-src /ext/iconv/tests iconv_stream_filter.phpt iconv_stream_filter.txt

2003-12-05 Thread Moriyoshi Koizumi
moriyoshi Fri Dec 5 13:35:18 2003 EDT Added files: /php-src/ext/iconv/testsiconv_stream_filter.phpt iconv_stream_filter.txt Log: Add regression test for iconv stream filters Index:

[PHP-CVS] cvs: php-src /ext/iconv/tests iconv_stream_filter.phpt

2003-12-05 Thread Moriyoshi Koizumi
moriyoshi Fri Dec 5 13:39:04 2003 EDT Modified files: /php-src/ext/iconv/testsiconv_stream_filter.phpt Log: A trivial implement for dos-like platforms Index: php-src/ext/iconv/tests/iconv_stream_filter.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/domxml php_domxml.c

2003-12-05 Thread Rob Richards
rrichards Fri Dec 5 14:21:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml php_domxml.c Log: Fix bug #26531: get_elements_by_tag_name() wildcard fails Index: php-src/ext/domxml/php_domxml.c diff -u

[PHP-CVS] cvs: php-src /ext/libxml php_libxml2.def

2003-12-05 Thread Rob Richards
rrichards Fri Dec 5 14:26:06 2003 EDT Added files: /php-src/ext/libxml php_libxml2.def Log: libxml2 and iconv export file Index: php-src/ext/libxml/php_libxml2.def +++ php-src/ext/libxml/php_libxml2.def EXPORTS __docbDefaultSAXHandler

[PHP-CVS] cvs: php-src /ext/dom config.w32 /ext/libxml config.w32 /ext/simplexml config.w32 /ext/xml config.w32 /ext/xsl config.w32

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 16:16:48 2003 EDT Modified files: /php-src/ext/domconfig.w32 /php-src/ext/libxml config.w32 /php-src/ext/simplexml config.w32 /php-src/ext/xmlconfig.w32 /php-src/ext/xslconfig.w32 Log: Tweak xml related

[PHP-CVS] cvs: php-src /ext/xsl config.w32

2003-12-05 Thread Rob Richards
rrichards Fri Dec 5 16:24:49 2003 EDT Modified files: /php-src/ext/xslconfig.w32 Log: Fix the xsl warnings Index: php-src/ext/xsl/config.w32 diff -u php-src/ext/xsl/config.w32:1.5 php-src/ext/xsl/config.w32:1.6 --- php-src/ext/xsl/config.w32:1.5

[PHP-CVS] cvs: php-src /ext/openssl config.w32

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 18:13:28 2003 EDT Added files: /php-src/ext/opensslconfig.w32 Log: openssl support for the new build Index: php-src/ext/openssl/config.w32 +++ php-src/ext/openssl/config.w32 // $Id: config.w32,v 1.1 2003/12/05 23:13:27 wez Exp $

[PHP-CVS] cvs: php-src /win32/build template.rc

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 18:14:00 2003 EDT Modified files: /php-src/win32/buildtemplate.rc Log: 2003, not 2002. Index: php-src/win32/build/template.rc diff -u php-src/win32/build/template.rc:1.3 php-src/win32/build/template.rc:1.4 ---

[PHP-CVS] cvs: php-src /ext/ftp ftp.c /ext/sockets sockets.c /ext/standard info.c /main network.c php_network.h /win32/build config.w32 confutils.js

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 19:00:32 2003 EDT Modified files: /php-src/ext/ftpftp.c /php-src/ext/socketssockets.c /php-src/ext/standard info.c /php-src/main network.c php_network.h /php-src/win32/buildconfig.w32 confutils.js

[PHP-CVS] cvs: spl / config.w32 php_spl.h

2003-12-05 Thread Wez Furlong
wez Fri Dec 5 19:09:57 2003 EDT Added files: /splconfig.w32 Modified files: /splphp_spl.h Log: make it build under win32 Index: spl/php_spl.h diff -u spl/php_spl.h:1.12 spl/php_spl.h:1.13 --- spl/php_spl.h:1.12 Wed