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
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
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
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
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.
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
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.
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
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/