derick Sat Oct 19 15:17:14 2002 EDT
Modified files:
/php4/ext/standard/tests/stringsimplode.phpt
Log:
- Hopefully fix test file problems
Index: php4/ext/standard/tests/strings/implode.phpt
diff -u php4/ext/standard/tests/strings/implode.phpt:1.2
php4/ex
iliaa Sat Oct 19 13:13:14 2002 EDT
Modified files:
/php4/ext/dio dio.c
Log:
Silence compile warning.
Index: php4/ext/dio/dio.c
diff -u php4/ext/dio/dio.c:1.19 php4/ext/dio/dio.c:1.20
--- php4/ext/dio/dio.c:1.19 Fri Aug 16 11:45:22 2002
+++ php4/ex
iliaa Sat Oct 19 13:05:09 2002 EDT
Modified files:
/php4/main network.c
Log:
Silence compile warning, when compiling --with-openssl.
Index: php4/main/network.c
diff -u php4/main/network.c:1.81 php4/main/network.c:1.82
--- php4/main/network.c:1.81Sat Oc
iliaa Sat Oct 19 12:50:07 2002 EDT
Modified files:
/php4/main network.c
Log:
Fixed a typo.
Index: php4/main/network.c
diff -u php4/main/network.c:1.80 php4/main/network.c:1.81
--- php4/main/network.c:1.80Fri Oct 18 13:14:32 2002
+++ php4/main/network.c
maxim Sat Oct 19 12:11:16 2002 EDT
Modified files:
/php4/ext/oci8 oci8.c
Log:
a silly comment typo
Index: php4/ext/oci8/oci8.c
diff -u php4/ext/oci8/oci8.c:1.178 php4/ext/oci8/oci8.c:1.179
--- php4/ext/oci8/oci8.c:1.178 Sat Oct 19 11:51:04 2002
+++ ph
maxim Sat Oct 19 11:51:04 2002 EDT
Modified files:
/php4/ext/oci8 oci8.c
Log:
- fixed proto for OciBindByName to represent the forth parameter optional
Index: php4/ext/oci8/oci8.c
diff -u php4/ext/oci8/oci8.c:1.177 php4/ext/oci8/oci8.c:1.178
--- php4/e
sniper Sat Oct 19 09:27:54 2002 EDT
Modified files:
/php4/ext/gdconfig.m4
Log:
--with-zlib-dir has to be defined here to enable phpize build
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.115 php4/ext/gd/config.m4:1.116
--- php4/ext/gd/
wez Sat Oct 19 09:11:48 2002 EDT
Modified files:
/php4/main streams.c php_streams.h
/php4/ext/standard file.c
Log:
made fgets() binary safe.
php_stream_gets is now a macro which calls php_stream_get_line. The latter
has an option argument to return t
derick Sat Oct 19 08:58:41 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
- Style polizei =)
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.240 php4/ext/pgsql/pgsql.c:1.241
--- php4/ext/pgsql/pgsql.c:1.240Sat Oct 19 02:05:1
Nope. The problem was that size_t is unsigned, but -1 is signed.
--Wez.
On 10/19/02, "Sander Roobol" <[EMAIL PROTECTED]> wrote:
> On Sat, Oct 19, 2002 at 10:34:10AM -, Wez Furlong wrote:
> > - if (justread > 0) {
> > + if (justread != (size_t)-1) {
>
> Shouldn't that be
On Sat, Oct 19, 2002 at 10:34:10AM -, Wez Furlong wrote:
> - if (justread > 0) {
> + if (justread != (size_t)-1) {
Shouldn't that be someting like this?
>>> if (justread != sizeof(size_t)-1) {
Sander
--
PHP CVS Mailing List (http://www.php.net/)
To unsubs
wez Sat Oct 19 06:34:10 2002 EDT
Modified files:
/php4/main streams.c
Log:
Probable fix for #19944
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.110 php4/main/streams.c:1.111
--- php4/main/streams.c:1.110 Fri Oct 18 16:39:49 2002
+++ php4/ma
helly Sat Oct 19 06:24:04 2002 EDT
Added files: (Branch: PHP_4_2_0)
/php4/ext/exif/tests005.phpt test5.jpg
Modified files:
/php4/ext/exif exif.c
Log:
MFH: Allow ifd start at offset other than 0008h and provide testcase.
helly Sat Oct 19 05:52:00 2002 EDT
Added files:
/php4/ext/exif/tests005.phpt test5.jpg
Modified files:
/php4/ext/exif exif.c
Log:
Allow ifd start at offset other than 0007h and provide testcase.
#Now we can read images
yohgaki Sat Oct 19 00:01:27 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Fixed typo.
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.237 php4/ext/pgsql/pgsql.c:1.238
--- php4/ext/pgsql/pgsql.c:1.237Thu Oct 17 19:41:34 2002
yohgaki Sat Oct 19 00:46:19 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Skip field when there is obvious error.
Fixed freeing of wrong zval.
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.238 php4/ext/pgsql/pgsql.c:1.239
--- ph
16 matches
Mail list logo