wez Tue Mar 18 20:34:38 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Fix my fix.
# The perils of manual merging :/
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.45 php4/main/streams.c:1.125.2.46
--- php4/main/stream
wez Tue Mar 18 19:18:12 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Manual merge of persistent stream sanity check from php5.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.44 php4/main/streams.c:1.125.2.45
--- php
wez Tue Mar 18 19:17:15 2003 EDT
Modified files:
/php4/main/streams streams.c
Log:
Sanity check for when a stream is requested to be persistent but the wrapper
does not respect the flag.
Index: php4/main/streams/streams.c
diff -u php4/main/streams/s
wez Tue Mar 18 18:45:27 2003 EDT
Modified files:
/php4/ext/standard streamsfuncs.c
Log:
Add the mode string that was used to open the stream to the meta data,
as requested by Philip Olson.
Index: php4/ext/standard/streamsfuncs.c
diff -u php4/ext/standa
wez Tue Mar 18 18:39:31 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main php_streams.h streams.c
Log:
Manual merge of the persistent plain file streams code.
See http://news.php.net/article.php?group=php.cvs&article=19680 for
more information.
In
wez Tue Mar 18 18:37:54 2003 EDT
Modified files:
/php4/ext/standard php_fopen_wrapper.c
/php4/main php_streams.h
/php4/main/streams php_stream_plain_wrapper.h plain_wrapper.c
Log:
Implement persistent plain file streams.
Usage:
php_stream
helly Tue Mar 18 17:43:00 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main main.c
Log:
MFH
Index: php4/main/main.c
diff -u php4/main/main.c:1.512.2.18 php4/main/main.c:1.512.2.19
--- php4/main/main.c:1.512.2.18 Mon Mar 17 08:50:22 2003
+++ php4/main/main.
wez Tue Mar 18 17:26:03 2003 EDT
Modified files:
/php4/main/streams streams.c
Log:
Q}
Index: php4/main/streams/streams.c
diff -u php4/main/streams/streams.c:1.11 php4/main/streams/streams.c:1.12
--- php4/main/streams/streams.c:1.11Tue Mar 18 09:35:01
wez Tue Mar 18 17:25:03 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
WS Fix: I forgot to apply Q} to my comment.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.42 php4/main/streams.c:1.125.2.43
--- php4/main/streams
helly Tue Mar 18 17:21:54 2003 EDT
Modified files:
/php4/main main.c
Log:
-turn html_errors on by default again
-disbale clickable error messages by docref_root default to ''
Index: php4/main/main.c
diff -u php4/main/main.c:1.541 php4/main/main.c:1.542
---
jay Tue Mar 18 16:49:02 2003 EDT
Modified files:
/php4/ext/standard browscap.c
Log:
get_browser() needs to use zend_is_auto_global() on _SERVER.
Index: php4/ext/standard/browscap.c
diff -u php4/ext/standard/browscap.c:1.69 php4/ext/standard/browscap.c:1.
Possibly, although I plan to revise the notify_progress_increment()
stuff someday soon, so I'm happy to leave things as they are for the
moment.
--Wez.
On Tue, 18 Mar 2003, Jon Parise wrote:
> > - if (didwrite > 0)
> > + if (didwrite > 0) {
> > php_stream_notify_progress_incremen
helly Tue Mar 18 15:52:52 2003 EDT
Modified files:
/php4/ext/standard info.c
/php4/main SAPI.h
/php4/sapi/cli php_cli.c
Log:
make phpinfo() depend on executed sapi
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.228 php4/ext/
On Tue, Mar 18, 2003 at 03:15:10PM -, Wez Furlong wrote:
> wez Tue Mar 18 10:15:10 2003 EDT
>
> Modified files:
> /php4/ext/openssl xp_ssl.c
> /php4/main/streamsxp_socket.c
> Log:
> avoid unsigned issues.
[...]
> - if (didwrite > 0)
> +
iliaa Tue Mar 18 13:29:10 2003 EDT
Modified files:
/php4/ext/gd/libgd gdxpm.c
Log:
Cleanup.
Index: php4/ext/gd/libgd/gdxpm.c
diff -u php4/ext/gd/libgd/gdxpm.c:1.4 php4/ext/gd/libgd/gdxpm.c:1.5
--- php4/ext/gd/libgd/gdxpm.c:1.4 Sun Dec 1 06:43:54 200
sniper Tue Mar 18 12:31:55 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ftp ftp.c
Log:
MFH: fix for bug #22765
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.68.2.5 php4/ext/ftp/ftp.c:1.68.2.6
--- php4/ext/ftp/ftp.c:1.68.2.5 Thu Feb 13 17:1
sniper Tue Mar 18 12:30:32 2003 EDT
Modified files:
/php4/ext/ftp ftp.c
Log:
Fixed bug #22765
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.83 php4/ext/ftp/ftp.c:1.84
--- php4/ext/ftp/ftp.c:1.83 Fri Feb 28 16:03:35 2003
+++ php4/ext/ftp/ftp.c
wez Tue Mar 18 11:40:29 2003 EDT
Modified files:
/php4/ext/standard php_fopen_wrapper.c
/php4/main php_open_temporary_file.c php_open_temporary_file.h
/php4/main/streams plain_wrapper.c
Log:
Avoid using FILE* where possible.
Tidy up handling of p
wez Tue Mar 18 11:39:07 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main php_open_temporary_file.c php_open_temporary_file.h
php_streams.h streams.c
Log:
Avoid using FILE* unless we have to.
Index: php4/main/php_open_temporary_file.c
helly Tue Mar 18 10:56:12 2003 EDT
Modified files:
/php4/sapi/cli php_cli.c
Log:
use new callback to overwrite ini settings
# ok now lets split html_errors and phpinfo() formatting
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.71 php4
helly Tue Mar 18 10:53:33 2003 EDT
Modified files:
/php4/main php_ini.c SAPI.h
Log:
give sapi modules the possibility to overwrite default ini settings
Index: php4/main/php_ini.c
diff -u php4/main/php_ini.c:1.117 php4/main/php_ini.c:1.118
--- php4/main/php_in
wez Tue Mar 18 10:21:33 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
BFN
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.148 php4/NEWS:1.1247.2.149
--- php4/NEWS:1.1247.2.148 Mon Mar 17 21:15:22 2003
+++ php4/NEWS Tue Mar 18 10:21:33
wez Tue Mar 18 10:15:10 2003 EDT
Modified files:
/php4/ext/openssl xp_ssl.c
/php4/main/streams xp_socket.c
Log:
avoid unsigned issues.
Index: php4/ext/openssl/xp_ssl.c
diff -u php4/ext/openssl/xp_ssl.c:1.4 php4/ext/openssl/xp_ssl.c:1.5
--- php4/ex
wez Tue Mar 18 09:41:47 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Fix my 64-bit casting fix.
MFH Fix for #22721 - poor performance for file() on systems without mmap
support.
Index: php4/main/streams.c
diff -u php4/main/s
wez Tue Mar 18 09:35:15 2003 EDT
Modified files:
/php4/ext/standard file.c
Log:
CS fixes
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.326 php4/ext/standard/file.c:1.327
--- php4/ext/standard/file.c:1.326 Tue Mar 18 07:06:02 200
wez Tue Mar 18 09:35:01 2003 EDT
Modified files:
/php4/main/streams streams.c
Log:
Fix for #22721 (poor file() performance on systems without mmap)
Index: php4/main/streams/streams.c
diff -u php4/main/streams/streams.c:1.10 php4/main/streams/streams.c:1.
On Mon, 17 Mar 2003, Ian Holsman wrote:
> ianh Mon Mar 17 16:28:41 2003 EDT
>
> Modified files:
> /php4/sapi/apache2handler sapi_apache2.c
> Log:
> PR#22672 - User not logged under Apache2
> patch provided by Andrew Bradford.
>
> -/* $Id: sapi_apache2.c,v
ssb Tue Mar 18 07:06:10 2003 EDT
Modified files:
/php4 run-tests.php run-tests2.php
/ZendEngine2/RFCs 002.txt
/php4/build buildcheck.sh
/php4/ext/gdgd.c php_gd.h
/php4/ext/iconv iconv.c php_iconv.h
/php4/ext/oci8 oci
28 matches
Mail list logo