Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Wez Furlong
> On Thu, 2003-06-19 at 02:27, Wez Furlong wrote: > > I don't like it being enabled by default either, since it is experimental, > > unstable and broken. > > > > (and streams provides stream_socket_server() and stream_socket_client() as > > replacements for the most common uses of ext/sockets). >

Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Derick Rethans
On Thu, 19 Jun 2003, Moriyoshi Koizumi wrote: > I think we should have had a discussion before enabling it by default > anyway. That too :) Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal entrails." --

Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Moriyoshi Koizumi
I think we should have had a discussion before enabling it by default anyway. Moriyoshi "Sterling Hughes" <[EMAIL PROTECTED]> wrote: > sterling Thu Jun 19 00:39:43 2003 EDT > > Modified files: > /php4/ext/sockets config.m4 > Log: > enable sockets by default

Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Sterling Hughes
On Thu, 2003-06-19 at 02:27, Wez Furlong wrote: > I don't like it being enabled by default either, since it is experimental, > unstable and broken. > > (and streams provides stream_socket_server() and stream_socket_client() as > replacements for the most common uses of ext/sockets). > Well, I da

Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Wez Furlong
I don't like it being enabled by default either, since it is experimental, unstable and broken. (and streams provides stream_socket_server() and stream_socket_client() as replacements for the most common uses of ext/sockets). --Wez. > On Thu, 19 Jun 2003, Sterling Hughes wrote: > > > sterling Th

Re: [PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Derick Rethans
On Thu, 19 Jun 2003, Sterling Hughes wrote: > sterling Thu Jun 19 00:39:43 2003 EDT > > Modified files: > /php4/ext/sockets config.m4 > Log: > enable sockets by default. I disagree, this was not enabled by default due to the security implications this migh

[PHP-CVS] cvs: php4 /ext/sockets config.m4

2003-06-18 Thread Sterling Hughes
sterlingThu Jun 19 00:39:43 2003 EDT Modified files: /php4/ext/sockets config.m4 Log: enable sockets by default. Index: php4/ext/sockets/config.m4 diff -u php4/ext/sockets/config.m4:1.12 php4/ext/sockets/config.m4:1.13 --- php4/ext/sockets/config.m

Re: [PHP-CVS] cvs: php4 /ext/curl interface.c

2003-06-18 Thread Jani Taskinen
Since what curl version is that available? MFH? :) --Jani On Wed, 18 Jun 2003, Sterling Hughes wrote: >sterling Wed Jun 18 17:02:02 2003 EDT > > Modified files: >/php4/ext/curl interface.c > Log: > recognize CURLOPT_PORT > > >Inde

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

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 19:24:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: - Added the 'header'. These 4.3.3RCx sections will be combined for the final release, 4.3.3. just added them now to keep better track on changes between the RCs.

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 18:04:42 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: - Go to RC2-dev. Index: php4/configure.in diff -u php4/configure.in:1.396.2.55 php4/configure.in:1.396.2.56 --- php4/configure.i

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

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 18:02:28 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Correct version info. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.260 php4/NEWS:1.1247.2.261 --- php4/NEWS:1.1247.2.260 Tue Jun 17 11:53:33 2003 +++ php4/NEWS Wed

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_version.h

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 17:59:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: - Go with PHP 4.3.3RC1 Index: php4/configure.in diff -u php4/configure.in:1.396.2.54 php4/configure.in:1.396.2.55 --- php4/confi

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

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 17:58:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main SAPI.c Log: This broke more than fixed. Fixes e.g. max_input_time. Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.155.2.10 php4/main/SAPI.c:1.155.2.11 --- php4/main/SAPI.c:1.15

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

2003-06-18 Thread Sterling Hughes
sterlingWed Jun 18 17:02:02 2003 EDT Modified files: /php4/ext/curl interface.c Log: recognize CURLOPT_PORT Index: php4/ext/curl/interface.c diff -u php4/ext/curl/interface.c:1.20 php4/ext/curl/interface.c:1.21 --- php4/ext/curl/interface.c:1.20

[PHP-CVS] cvs: php4 /ext/ircg README.txt

2003-06-18 Thread Sascha Schumann
sas Wed Jun 18 16:24:18 2003 EDT Modified files: /php4/ext/ircg README.txt Log: update Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.17 php4/ext/ircg/README.txt:1.18 --- php4/ext/ircg/README.txt:1.17 Wed Nov 27 13:22:37 2002 +

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ircg README.txt

2003-06-18 Thread Sascha Schumann
sas Wed Jun 18 16:23:49 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ircg README.txt Log: Update Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.16 php4/ext/ircg/README.txt:1.16.2.1 --- php4/ext/ircg/README.txt:1.16 Tu

[PHP-CVS] cvs: php4(PHP_4_3) /ext/sybase_ct config.m4

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 14:29:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sybase_ct config.m4 Log: MFH: Fixed bug #24231: ext/sybase_ct could not be build as shared Index: php4/ext/sybase_ct/config.m4 diff -u php4/ext/sybase_ct/config.m4:1.11.4.2 php4/ext/

[PHP-CVS] cvs: php4 /ext/sybase_ct config.m4

2003-06-18 Thread Jani Taskinen
sniper Wed Jun 18 14:28:47 2003 EDT Modified files: /php4/ext/sybase_ct config.m4 Log: Fixed bug #24231: ext/sybase_ct could not be build as shared Index: php4/ext/sybase_ct/config.m4 diff -u php4/ext/sybase_ct/config.m4:1.13 php4/ext/sybase_ct/config.m4:1.14 -

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

2003-06-18 Thread Rob Richards
rrichards Wed Jun 18 13:43:34 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: Fix for bug #24219 segfault during resource destruction Used bug fix to optimize free_doc routine Index: php4/ext/domxml/php_domxml.c diff -u ph

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

2003-06-18 Thread Rob Richards
rrichards Wed Jun 18 13:42:39 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Fix for bug #24219 segfault during resource destruction Used bug fix to optimize free_doc routine Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php

[PHP-CVS] cvs: php4 /ext/standard php_smart_str.h

2003-06-18 Thread Sascha Schumann
sas Wed Jun 18 12:15:47 2003 EDT Modified files: /php4/ext/standard php_smart_str.h Log: Use a smaller default size to accomodate the engine Submitted by: Stanislav Malyshev, with some massaging by me Index: php4/ext/standard/php_smart_str.h diff -u

[PHP-CVS] cvs: php4(PHP_4_3) / php.ini-dist php.ini-recommended /ext/mysql php_mysql.c

2003-06-18 Thread Ilia Alshanetsky
iliaa Wed Jun 18 11:19:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist php.ini-recommended /php4/ext/mysql php_mysql.c Log: MFH Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.14 php4/php.ini-dist:1.171.2.15 --- php

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/mysql php_mysql.c

2003-06-18 Thread Ilia Alshanetsky
iliaa Wed Jun 18 11:19:16 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended /php4/ext/mysql php_mysql.c Log: Make the default mysql connection timeout 60 seconds rather then unlimited. Index: php4/php.ini-dist diff -u php4/php.