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

2003-03-18 Thread Wez Furlong
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

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

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /main/streams streams.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/standard streamsfuncs.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4(PHP_4_3) /main php_streams.h streams.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /main php_streams.h /main/streams php_stream_plain_wrapper.h plain_wrapper.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-18 Thread Marcus Boerger
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.

[PHP-CVS] cvs: php4 /main/streams streams.c

2003-03-18 Thread Wez Furlong
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

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

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /main main.c

2003-03-18 Thread Marcus Boerger
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 ---

[PHP-CVS] cvs: php4 /ext/standard browscap.c

2003-03-18 Thread Jay Smith
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.

Re: [PHP-CVS] cvs: php4 /ext/openssl xp_ssl.c /main/streamsxp_socket.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/standard info.c /main SAPI.h /sapi/cli php_cli.c

2003-03-18 Thread Marcus Boerger
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/

Re: [PHP-CVS] cvs: php4 /ext/openssl xp_ssl.c /main/streams xp_socket.c

2003-03-18 Thread Jon Parise
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) > +

[PHP-CVS] cvs: php4 /ext/gd/libgd gdxpm.c

2003-03-18 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c

2003-03-18 Thread Jani Taskinen
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

[PHP-CVS] cvs: php4 /ext/ftp ftp.c

2003-03-18 Thread Jani Taskinen
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

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /main php_open_temporary_file.c php_open_temporary_file.h /main/streams plain_wrapper.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4(PHP_4_3) /main php_open_temporary_file.c php_open_temporary_file.h php_streams.h streams.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-03-18 Thread Marcus Boerger
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

[PHP-CVS] cvs: php4 /main SAPI.h php_ini.c

2003-03-18 Thread Marcus Boerger
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

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/openssl xp_ssl.c /main/streams xp_socket.c

2003-03-18 Thread Wez Furlong
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

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

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /ext/standard file.c

2003-03-18 Thread Wez Furlong
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

[PHP-CVS] cvs: php4 /main/streams streams.c

2003-03-18 Thread Wez Furlong
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.

Re: [PHP-CVS] cvs: php4 /sapi/apache2handler sapi_apache2.c

2003-03-18 Thread Derick Rethans
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

[PHP-CVS] cvs: php4 / run-tests.php run-tests2.php /build buildcheck.sh /ext/gd gd.c php_gd.h /ext/iconv iconv.c php_iconv.h /ext/oci8 oci8.c php_oci8.h /ext/odbc php_odbc.c php_odbc.h php_odbc_includes.h /ext/oracle oracle.c /ext/standard file.c formatted_print.c math.c php_ext_syslog.h php_math.h php_string.h php_versioning.h string.c syslog.c uniqid.c uniqid.h versioning.c /ext/xml php_xml.h xml.c /main build-defs.h.in php_ticks.c php_ticks.h snprintf.h /pear PEAR.php System.php package.dtd /pear/OS Guess.php /pear/PEAR Autoloader.php Builder.php Command.php Common.php Config.php Dependency.php Installer.php Packager.php Registry.php Remote.php /pear/PEAR/Command Auth.php Build.php Common.php Config.php Install.php Package.php Registry.php Remote.php /pear/PEAR/Frontend CLI.php /pear/scripts pear.in pearwin.php /sapi/apache php_apache.c php_apache_http.h sapi_apache.c /sapi/apache_hooks php_apache.c sapi_apache.c /sapi/cgi cgi_main.c ZendEngine2/RFCs 002.txt

2003-03-18 Thread Stig Bakken
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