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

2003-12-23 Thread Moriyoshi Koizumi
moriyoshi Tue Dec 23 21:36:22 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: - Supply some comments. Hope those help when you have to debug this dead beef. - Fix iconv_mime_decode() to correctly handle "malformed" headers :) - Fix iconv_mime_de

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

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 15:12:56 2003 EDT Modified files: /php-src/ext/tidy tidy.c Log: Fix segfault in ZTS mode Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.26 php-src/ext/tidy/tidy.c:1.27 --- php-src/ext/tidy/tidy.c:1.26Fri Dec 19 09:2

[PHP-CVS] cvs: php-src / run-tests.php

2003-12-23 Thread Ilia Alshanetsky
iliaa Tue Dec 23 13:20:47 2003 EDT Modified files: /php-srcrun-tests.php Log: Properly detect bundled libtool when PHP is built in a separate directory. Detect version of system libtool, which is used by phpize. Index: php-src/run-tests.php diff -u ph

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pgsql/tests 09notice.phpt

2003-12-23 Thread Ilia Alshanetsky
iliaa Tue Dec 23 12:33:17 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pgsql/tests09notice.phpt Log: MFH: Make test work with PostgreSQL 7.4 Index: php-src/ext/pgsql/tests/09notice.phpt diff -u php-src/ext/pgsql/tests/09notice.phpt:1.2.4.2 ph

[PHP-CVS] cvs: php-src /ext/pgsql/tests 09notice.phpt

2003-12-23 Thread Ilia Alshanetsky
iliaa Tue Dec 23 12:33:07 2003 EDT Modified files: /php-src/ext/pgsql/tests09notice.phpt Log: Make test work with PostgreSQL 7.4 Index: php-src/ext/pgsql/tests/09notice.phpt diff -u php-src/ext/pgsql/tests/09notice.phpt:1.6 php-src/ext/pgsql/tests/09no

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 12:20:51 2003 EDT Modified files: /php-src/win32/buildconfig.w32 confutils.js Log: A more general check for dirs under Release or Debug. Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.21 php-src/win32/bu

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

2003-12-23 Thread Moriyoshi Koizumi
moriyoshi Tue Dec 23 12:11:02 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Those are not structures :-) Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/iconv.c:1.111 php-src/ext/iconv/iconv.c:1.112 --- php-src/ext/iconv/iconv.c:1

[PHP-CVS] cvs: php-src /ext/dom namednodemap.c nodelist.c

2003-12-23 Thread Ilia Alshanetsky
iliaa Tue Dec 23 12:08:45 2003 EDT Modified files: /php-src/ext/domnamednodemap.c nodelist.c Log: Compiler warning fixes. Index: php-src/ext/dom/namednodemap.c diff -u php-src/ext/dom/namednodemap.c:1.5 php-src/ext/dom/namednodemap.c:1.6 --- php-src/ext

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

2003-12-23 Thread Ilia Alshanetsky
iliaa Tue Dec 23 12:05:44 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Fixed compiler warnings. Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/iconv.c:1.110 php-src/ext/iconv/iconv.c:1.111 --- php-src/ext/iconv/iconv.c:1.110 Sun De

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

2003-12-23 Thread Antony Dovgal
tony2001Tue Dec 23 11:02:54 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: add oci_fetch_assoc(), oci_fetch_object(), oci_fetch_array() & oci_fetch_row() change ocifetchinto() to use php_oci_fetch_row() Index: php-src/ext/oci8/oci8.c diff -

[PHP-CVS] cvs: php-src /win32/build config.w32

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 11:01:41 2003 EDT Modified files: /php-src/win32/buildconfig.w32 Log: Proper check for resolv.lib Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.20 php-src/win32/build/config.w32:1.21 --- php-src/win32/b

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

2003-12-23 Thread Antony Dovgal
tony2001Tue Dec 23 10:45:37 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: huge patch change almost all func names to match naming conventions keep ocifetchinto & *buffering for awhile - they will be rewritten soon old names are kept as alia

[PHP-CVS] cvs: php-src /win32/build Makefile deplister.c mkdist.php

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 10:33:14 2003 EDT Added files: /php-src/win32/builddeplister.c Modified files: /php-src/win32/buildMakefile mkdist.php Log: implement our own tiny little dependcy tracker and use it to build distros.

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

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 09:05:33 2003 EDT Modified files: /php-src/ext/dbaconfig.w32 Log: enable inifile handler under new win32 build too Index: php-src/ext/dba/config.w32 diff -u php-src/ext/dba/config.w32:1.1 php-src/ext/dba/config.w32:1.2 --- php-src/ext/dba/

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/dba dba.dsp

2003-12-23 Thread Marcus Boerger
helly Tue Dec 23 08:42:13 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/dbadba.dsp Log: Add inifile handler in windows build too. Index: php-src/ext/dba/dba.dsp diff -u php-src/ext/dba/dba.dsp:1.3.2.1 php-src/ext/dba/dba.dsp:1.3.2.2 --- php-src

[PHP-CVS] cvs: php-src /win32/build confutils.js

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 08:11:05 2003 EDT Modified files: /php-src/win32/buildconfutils.js Log: Attempt to work around apparent problems with WshShell.CurrentDirectory. # Andi, please try this now Index: php-src/win32/build/confutils.js diff -u php-src/win3

[PHP-CVS] cvs: php-src /win32/build config.w32

2003-12-23 Thread Wez Furlong
wez Tue Dec 23 07:40:41 2003 EDT Modified files: /php-src/win32/buildconfig.w32 Log: Better implementation of the prefix thing Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.19 php-src/win32/build/config.w32:1.20 --- p

[PHP-CVS] cvs: php-src /sapi/cli php.1.in

2003-12-23 Thread Andi Gutmans
andiTue Dec 23 06:06:50 2003 EDT Modified files: /php-src/sapi/cli php.1.in Log: - Commit fixes to PHP man page Index: php-src/sapi/cli/php.1.in diff -u php-src/sapi/cli/php.1.in:1.4 php-src/sapi/cli/php.1.in:1.5 --- php-src/sapi/cli/php.1.in:1.4

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

2003-12-23 Thread Moriyoshi Koizumi
moriyoshi Tue Dec 23 06:06:43 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c Log: Oops. Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.279.2.48 php-src/ext/standard/file.c:1.279.2.49 --- php-src/ex

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

2003-12-23 Thread Moriyoshi Koizumi
moriyoshi Tue Dec 23 06:02:27 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard file.c Log: Fix fgetcsv()'s null line handling. # Thanks Takeshi Nakamura for reporting this bug. Index: php-src/ext/standard/file.c diff -u php-src/ex

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

2003-12-23 Thread Antony Dovgal
tony2001Tue Dec 23 04:21:15 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: do not delete connection ids, we need them Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.223 php-src/ext/oci8/oci8.c:1.224 --- php-src/ext/oci8/oci

Re: [PHP-CVS] cvs: php-src /win32/build buildconf.js config.w32 TSRM config.w32 tsrm_win32.c tsrm_win32.h

2003-12-23 Thread Andi Gutmans
I think what both of you are saying is true, both that it's much easier to maintain the build parameters and to build a custom version. However, for the actual coding and debugging you still need the VC++ environment and browse database and the ability to set the breakpoint in the source. I know