[PHP-CVS] cvs: php-src /ext/odbc php_odbc.c php_odbc_includes.h

2003-08-27 Thread Dan Kalowsky
kalowskyWed Aug 27 14:21:52 2003 EDT Modified files: /php-src/ext/odbc php_odbc.c php_odbc_includes.h Log: Committing a patch for IBM DB2 BLOB support submitted by Clara Liu ([EMAIL PROTECTED]). # I haven't had time to completely test this patch, a f

[PHP-CVS] cvs: php-src /scripts phpize.in

2003-08-27 Thread Jani Taskinen
sniper Wed Aug 27 14:00:07 2003 EDT Modified files: /php-src/scriptsphpize.in Log: - Use the shtool in $builddir/build instead Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.7 php-src/scripts/phpize.in:1.8 --- php-src/scripts/phpize.in

[PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4 configure.in scan_makefile_in.awk /build scan_makefile_in.awk /ext/openssl config.m4 config0.m4 /ext/snmp config.m4 /ext/standard config.m4 /scripts Makefile.frag phpize.in phpize.m4

2003-08-27 Thread Jani Taskinen
sniper Wed Aug 27 13:57:33 2003 EDT Added files: (Branch: PHP_4_3) /php-src/build scan_makefile_in.awk /php-src/ext/opensslconfig0.m4 Removed files: /php-srcscan_makefile_in.awk /php-src/ext/opensslconfig.m4

[PHP-CVS] cvs: php-src /scripts Makefile.frag

2003-08-27 Thread Sascha Schumann
sas Wed Aug 27 09:58:45 2003 EDT Modified files: /php-src/scriptsMakefile.frag Log: Use INSTALL to install build files Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.4 php-src/scripts/Makefile.frag:1.5 --- php-src/scripts

[PHP-CVS] cvs: php-src(PHP_4_3) /scripts Makefile.frag

2003-08-27 Thread Sascha Schumann
sas Wed Aug 27 09:55:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/scriptsMakefile.frag Log: Use INSTALL to install build files Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.1.2.2 php-src/scripts/Makefile.frag:1.

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2003-08-27 Thread Ilia Alshanetsky
iliaa Tue Aug 26 21:10:11 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: Prevent a crash when expand_filepath() fails. Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.20 php-src/main/str

[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2003-08-27 Thread Ilia Alshanetsky
iliaa Tue Aug 26 21:10:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: Prevent a crash when expand_filepath() fails. Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.73 php-src/main/streams.c:1.125.2.

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

2003-08-27 Thread Sara Golemon
pollita Tue Aug 26 20:43:54 2003 EDT Modified files: /php-src/ext/standard string.c Log: Squelch warning "Variable may be used uninitialized." This would never occur anyway because of the logic of the function, but gcc isn't quite smart enough to realize

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

2003-08-27 Thread Ilia Alshanetsky
iliaa Tue Aug 26 20:04:20 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #22243 (make pg_meta_data fetch array dimentions) m-lesser[at]better-com.de Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.289 php-src/ext/