[PHP-CVS] cvs: TSRM / TSRM.c

2002-10-05 Thread Derick Rethans
derick Sat Oct 5 07:34:03 2002 EDT Modified files: /TSRM TSRM.c Log: - Whitspace Index: TSRM/TSRM.c diff -u TSRM/TSRM.c:1.45 TSRM/TSRM.c:1.46 --- TSRM/TSRM.c:1.45Sat Oct 5 07:26:17 2002 +++ TSRM/TSRM.c Sat Oct 5 07:34:02 2002 -112,7 +112,7

[PHP-CVS] cvs: php4 /ext/xslt sablot.c

2002-10-05 Thread Melvyn Sopacua
msopacuaSat Oct 5 10:04:18 2002 EDT Modified files: /php4/ext/xslt sablot.c Log: (xslt: error_print) Fixes a leak when multiple error messages are issued during a transformation. # It's probably better to wrap this in an

[PHP-CVS] cvs: php4 /ext/bz2 bz2.c

2002-10-05 Thread Wez Furlong
wez Sat Oct 5 12:26:58 2002 EDT Modified files: /php4/ext/bz2 bz2.c Log: This got omitted from an earlier commit. EOF related checks for bzip2 streams. Index: php4/ext/bz2/bz2.c diff -u php4/ext/bz2/bz2.c:1.60 php4/ext/bz2/bz2.c:1.61 ---

[PHP-CVS] cvs: php4 /ext/xslt/tests 005.phpt 006.phpt 007.phpt args.xsl param.xsl qa.dtd test.xml

2002-10-05 Thread Melvyn Sopacua
msopacuaSat Oct 5 15:44:25 2002 EDT Added files: /php4/ext/xslt/tests005.phpt 006.phpt 007.phpt args.xsl param.xsl test.xml qa.dtd Log: (xslt tests) Add test for new backend API (005.phpt), new function

[PHP-CVS] cvs: php4 /ext/standard/tests/strings url_t.phpt

2002-10-05 Thread Derick Rethans
derick Sat Oct 5 16:28:35 2002 EDT Added files: /php4/ext/standard/tests/stringsurl_t.phpt Log: - Add parse_url() tests (expect will follow later)url_t.phpt Index: php4/ext/standard/tests/strings/url_t.phpt +++

[PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-10-05 Thread Andrei Zmievski
andrei Sat Oct 5 16:37:12 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Change HEAD version to 4.4.0-dev. Index: php4/configure.in diff -u php4/configure.in:1.378 php4/configure.in:1.379 --- php4/configure.in:1.378

[PHP-CVS] cvs: CVSROOT / avail

2002-10-05 Thread Rasmus Lerdorf
rasmus Sat Oct 5 19:01:17 2002 EDT Modified files: /CVSROOTavail Log: Karma for Lenar Lõhmus Index: CVSROOT/avail diff -u CVSROOT/avail:1.509 CVSROOT/avail:1.510 --- CVSROOT/avail:1.509 Fri Oct 4 05:00:46 2002 +++ CVSROOT/avail Sat Oct 5

[PHP-CVS] cvs: php4(PHP_4_3) /ext/xslt php_sablot.h sablot.c xslt.c

2002-10-05 Thread Melvyn Sopacua
msopacuaSat Oct 5 19:51:00 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/xslt php_sablot.h sablot.c xslt.c Log: (xslt) Introduce revised interaction with Sablotron backend. ATTENTION: interaction with Sablotron backend, now uses the

Re: [PHP-CVS] cvs: php4 /ext/standard info.c

2002-10-05 Thread Rasmus Lerdorf
Sure it is. It's in the config.w32.h.in file. You probably just forgot to generate config.w32.h. -Rasmus On Sat, 5 Oct 2002, Wez Furlong wrote: wez Sat Oct 5 06:55:54 2002 EDT Modified files: /php4/ext/standardinfo.c Log: Fix Win32 build as

Re: [PHP-CVS] cvs: php4 /ext/standard info.c

2002-10-05 Thread Rasmus Lerdorf
Sorry, didn't realize I was that far behind in email. On Sat, 5 Oct 2002, Rasmus Lerdorf wrote: Sure it is. It's in the config.w32.h.in file. You probably just forgot to generate config.w32.h. -Rasmus On Sat, 5 Oct 2002, Wez Furlong wrote: wez Sat Oct 5 06:55:54 2002 EDT

Re: [PHP-CVS] cvs: php4 /ext/standard info.c

2002-10-05 Thread Wez Furlong
And that's the same reason why I didn't notice the win32 commit and didn't think to make clean in MSVC :-) --Wez. On 06/10/02, Rasmus Lerdorf [EMAIL PROTECTED] wrote: Sorry, didn't realize I was that far behind in email. On Sat, 5 Oct 2002, Rasmus Lerdorf wrote: Sure it is. It's in the

[PHP-CVS] cvs: php4 /ext/fbsql fbsql.dsp

2002-10-05 Thread Frank M. Kromann
fmk Sat Oct 5 22:14:22 2002 EDT Modified files: /php4/ext/fbsql fbsql.dsp Log: Adding missing include path's to non TS projects Index: php4/ext/fbsql/fbsql.dsp diff -u php4/ext/fbsql/fbsql.dsp:1.4 php4/ext/fbsql/fbsql.dsp:1.5 ---

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS /ext/gd config.m4 /ext/gd/libgd gd.h gd_gif_in.c

2002-10-05 Thread Rasmus Lerdorf
rasmus Sun Oct 6 02:07:30 2002 EDT Added files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd_gif_in.c Modified files: /php4 NEWS /php4/ext/gdconfig.m4 /php4/ext/gd/libgd gd.h Log: MFH the read-only GIF support