Re: [PHP-CVS] cvs: spl / spl_functions.c

2003-05-29 Thread Marcus Börger
At 14:46 29.05.2003, Andrei Zmievski wrote: On Tue, 27 May 2003, Marcus Boerger wrote: > helly Mon May 26 20:14:04 2003 EDT > > Modified files: > /spl spl_functions.c > Log: > For now that works. > > # However some of the register stuff must be moved to the engine. > # An

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

2003-05-29 Thread Marcus Boerger
helly Thu May 29 08:54:01 2003 EDT Modified files: /php4/ext/standard basic_functions.c Log: MFB Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.611 php4/ext/standard/basic_functions.c:1.612 --- php4/ext/standard/basi

Re: [PHP-CVS] cvs: spl / spl_functions.c

2003-05-29 Thread Andrei Zmievski
On Tue, 27 May 2003, Marcus Boerger wrote: > helly Mon May 26 20:14:04 2003 EDT > > Modified files: > /spl spl_functions.c > Log: > For now that works. > > # However some of the register stuff must be moved to the engine. > # And inside the engine some

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

2003-05-29 Thread Dan Kalowsky
kalowskyThu May 29 08:34:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/odbc php_odbc.c Log: ODBC standards compliance is a good thing. # Should be MFB'd, but my PHP5 is drastically different right now.. Index: php4/ext/odbc/php_odbc.

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

2003-05-29 Thread Marcus Boerger
helly Thu May 29 08:33:19 2003 EDT Modified files: /php4/ext/dba config.m4 Log: MFB (these parts were missing) Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.50 php4/ext/dba/config.m4:1.51 --- php4/ext/dba/config.m4:1.50 Tue May 20 20:14:

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/nsapi nsapi-readme.txt

2003-05-29 Thread Uwe Schindler
thetaphiThu May 29 08:29:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/nsapinsapi-readme.txt Log: MFH. Index: php4/sapi/nsapi/nsapi-readme.txt diff -u php4/sapi/nsapi/nsapi-readme.txt:1.3.8.1 php4/sapi/nsapi/nsapi-readme.txt:1.3.8.2 --- ph

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

2003-05-29 Thread Uwe Schindler
thetaphiThu May 29 08:27:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/nsapinsapi.c Log: MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;... Index: php4/sapi/nsapi/nsapi.c diff -u php4/sapi/nsapi/nsapi.c:1.28.2.7 php4/sap

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

2003-05-29 Thread Uwe Schindler
thetaphiThu May 29 08:24:28 2003 EDT Modified files: /php4/sapi/nsapinsapi.c Log: Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() function to make sub-request on server (thanks to Chris Elving from Sun) Index: php4/sapi/ns

[PHP-CVS] cvs: php4 / NEWS

2003-05-29 Thread Jani Taskinen
sniper Wed May 28 21:34:02 2003 EDT Modified files: /php4 NEWS Log: Sync with PHP 4.3.2 NEWS Index: php4/NEWS diff -u php4/NEWS:1.1413 php4/NEWS:1.1414 --- php4/NEWS:1.1413Wed May 28 20:30:53 2003 +++ php4/NEWS Wed May 28 21:34:02 2003 @@ -1,8 +1,6 @

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

2003-05-29 Thread Jani Taskinen
sniper Wed May 28 21:28:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Added the header for 4.3.3 Index: php4/NEWS diff -u php4/NEWS:1.1247.2.215 php4/NEWS:1.1247.2.216 --- php4/NEWS:1.1247.2.215 Mon May 26 14:33:20 2003 +++ php4/NEWS

[PHP-CVS] cvs: php4 /ext/sysvshm php_sysvshm.h sysvshm.c

2003-05-29 Thread Ilia Alshanetsky
iliaa Wed May 28 18:21:14 2003 EDT Modified files: /php4/ext/sysvshm php_sysvshm.h sysvshm.c Log: Fixed compiler warnings. Index: php4/ext/sysvshm/php_sysvshm.h diff -u php4/ext/sysvshm/php_sysvshm.h:1.13 php4/ext/sysvshm/php_sysvshm.h:1.14 --- php4/ext/s

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

2003-05-29 Thread Rasmus Lerdorf
rasmus Wed May 28 12:19:08 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: MFB Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.189 php4/ext/mysql/php_mysql.c:1.190 --- php4/ext/mysql/php_mysql.c:1.189Fri May 16 15:09:

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

2003-05-29 Thread Rasmus Lerdorf
rasmus Wed May 28 12:18:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: I see no reason not to allow people to set the timeout on a mysql_connect from inside a script with ini_set(). We allow user-settable timeouts on other s

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache config.m4 /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2003-05-29 Thread Jani Taskinen
sniper Wed May 28 10:12:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 /php4/sapi/apache2filterconfig.m4 /php4/sapi/apache2handler config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m

[PHP-CVS] cvs: php4 /sapi/apache config.m4 /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2003-05-29 Thread Jani Taskinen
sniper Wed May 28 10:11:21 2003 EDT Modified files: /php4/sapi/apache config.m4 /php4/sapi/apache2filterconfig.m4 /php4/sapi/apache2handler config.m4 Log: - Fix the error message if apxs|2 is fubar. Index: php4/sapi/apache/config.m4 diff -u