[PHP-CVS] cvs: php-src /ext/dba dba.c

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 02:53:16 2003 EDT Modified files: /php-src/ext/dbadba.c Log: Pass eof Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.101 php-src/ext/dba/dba.c:1.102 --- php-src/ext/dba/dba.c:1.101 Wed Nov 12 16:43:03 2003 +++ php-src/ext/dba

[PHP-CVS] cvs: php-src /ext/dba dba_db2.c dba_db3.c dba_db4.c

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 03:59:04 2003 EDT Modified files: /php-src/ext/dbadba_db2.c dba_db3.c dba_db4.c Log: Bugfix #25794: Cannot open existing hash db3 file with write Index: php-src/ext/dba/dba_db2.c diff -u php-src/ext/dba/dba_db2.c:1.35 php-src/ext/dba/dba_d

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/dba dba_db2.c dba_db3.c dba_db4.c /ext/dba/tests dba007.phpt

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 03:59:18 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/dbadba_db2.c dba_db3.c dba_db4.c /php-src/ext/dba/tests dba007.phpt Log: MFH Bugfix #25794: Cannot open existing hash db3 file with write Index: php-src/ext/dba/dba_

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

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 04:00:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.467 php-src/NEWS:1.1247.2.468 --- php-src/NEWS:1.1247.2.467 Wed Nov 12 17:58:00 2003 +++ php-src/NEWSThu N

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_jpeg.c /main config.w32.h /sapi/cgi/libfcgi/include fcgi_config_win32.h

2003-11-13 Thread Edin Kadribasic
edink Thu Nov 13 05:32:06 2003 EDT Modified files: /php-src/ext/gd/libgd gd_jpeg.c /php-src/main config.w32.h /php-src/sapi/cgi/libfcgi/include fcgi_config_win32.h Log: Windows compile fix (patch by [EMAIL PROTECTED]). Index: php-src

Re: [PHP-CVS] cvs: php-src /ext/gd/libgd gd_jpeg.c /main config.w32.h /sapi/cgi/libfcgi/include fcgi_config_win32.h

2003-11-13 Thread Wez Furlong
Is there a way we can avoid modifying the libfcgi source? This fix will probably be lost when libfcgi is next synced with the official version. --Wez. > Index: php-src/sapi/cgi/libfcgi/include/fcgi_config_win32.h > diff -u php-src/sapi/cgi/libfcgi/include/fcgi_config_win32.h:1.1 php-src/sapi/cgi/

Re: [PHP-CVS] cvs: php-src /ext/gd/libgd gd_jpeg.c /main config.w32.h /sapi/cgi/libfcgi/include fcgi_config_win32.h

2003-11-13 Thread Sascha Schumann
On Thu, 13 Nov 2003, Wez Furlong wrote: > Is there a way we can avoid modifying the libfcgi source? > This fix will probably be lost when libfcgi is next synced > with the official version. Three PHP developers (Shane, Frank, me) have direct commit access to the fcgi repository now, so we

RE: [PHP-CVS] cvs: php-src /ext/gd/libgd gd_jpeg.c /main config.w32.h /sapi/cgi/libfcgi/include fcgi_config_win32.h

2003-11-13 Thread Steph
We already did :) The original goes: /* Define to `int' if does not define. */ /* #undef ssize_t */ - Steph > -Original Message- > From: Wez Furlong [mailto:[EMAIL PROTECTED] > Sent: 13 November 2003 11:11 > To: Edin Kadribasic; [EMAIL PROTECTED] > Subject: Re: [PHP-CVS] cvs: php-src /

[PHP-CVS] cvs: php-src / acinclude.m4

2003-11-13 Thread Jani Taskinen
sniper Thu Nov 13 09:17:48 2003 EDT Modified files: /php-srcacinclude.m4 Log: - Fixed build of shared extensions which require openssl and when you only have static openssl libraries. Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.264 php

[PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-11-13 Thread Jani Taskinen
sniper Thu Nov 13 09:18:03 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcacinclude.m4 Log: MFH Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.218.2.31 php-src/acinclude.m4:1.218.2.32 --- php-src/acinclude.m4:1.218.2.31 Fri Oct 3 00:29:2

[PHP-CVS] Re: confirm unsubscribe from php-cvs@lists.php.net

2003-11-13 Thread Turbo Fredriksson
-- Treasury nuclear North Korea Semtex NSA $400 million in gold bullion Ft. Bragg Marxist cryptographic Khaddafi Iran SDI munitions Rule Psix nitrate [See http://www.aclu.org/echelonwatch/index.html for more about this] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://

Re: [PHP-CVS] cvs: php-src /main rfc1867.c

2003-11-13 Thread Stefan Esser
If we allow odd increments (the code actually increased the limit by 1) the boundary check is worthless. The last time I commited something I added a +2 so catch all kinds of off-by-one or off-by-two (this already catched the filename) Example: num_vars = 10 and num_var_max = 11 if (num_vars >= n

Re: [PHP-CVS] cvs: php-src /main rfc1867.c

2003-11-13 Thread Moriyoshi Koizumi
Okay, thank you for letting me know it in detail. BTW There should have been more cleaner code :) I'll take a look at it if time permits. Moriyoshi On 2003/11/14, at 0:25, Stefan Esser wrote: If we allow odd increments (the code actually increased the limit by 1) the boundary check is worthless.

[PHP-CVS] cvs: php-src /ext/dba dba.c

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 14:08:42 2003 EDT Modified files: /php-src/ext/dbadba.c Log: Proto fixes (Friedhelm Betz ) Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.102 php-src/ext/dba/dba.c:1.103 --- php-src/ext/dba/dba.c:1.102 Thu Nov 13 02:53:15

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/dba dba.c

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 14:09:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/dbadba.c Log: MFH: Proto fixes (Friedhelm Betz ) Index: php-src/ext/dba/dba.c diff -u php-src/ext/dba/dba.c:1.61.2.22 php-src/ext/dba/dba.c:1.61.2.23 --- php-src/ext/dba/db

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 004.phpt 009.phpt 009.xml

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 15:32:39 2003 EDT Added files: /php-src/ext/simplexml/tests009.phpt 009.xml Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests004.phpt Log: Fix classname, CDATA handl

[PHP-CVS] cvs: php-src / NEWS

2003-11-13 Thread Moriyoshi Koizumi
moriyoshi Thu Nov 13 15:54:25 2003 EDT Modified files: /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1497 php-src/NEWS:1.1498 --- php-src/NEWS:1.1497 Wed Nov 12 18:42:35 2003 +++ php-src/NEWSThu Nov 13 15:54:25 2003 @@ -8,

[PHP-CVS] cvs: php-src /ext/imap php_imap.c

2003-11-13 Thread Rasmus Lerdorf
rasmus Thu Nov 13 15:55:01 2003 EDT Modified files: /php-src/ext/imap php_imap.c Log: proto fix Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.177 php-src/ext/imap/php_imap.c:1.178 --- php-src/ext/imap/php_imap.c:1.177 Tue Sep 1

Re: [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 004.phpt 009.phpt 009.xml

2003-11-13 Thread Moriyoshi Koizumi
Index: php-src/ext/simplexml/tests/009.phpt +++ php-src/ext/simplexml/tests/009.phpt --TEST-- SimpleXML and XPath --SKIPIF-- --FILE-- $val) { var_dump($name); var_dump(get_class($val)); var_dump(trim((string)$val)); } ?> ===DONE=== --EXPECT-- string(5) "elem1" string(17) "s

[PHP-CVS] cvs: php-src /ext/simplexml/tests 009.phpt

2003-11-13 Thread Marcus Boerger
helly Thu Nov 13 16:16:57 2003 EDT Modified files: /php-src/ext/simplexml/tests009.phpt Log: Fix testcase name Index: php-src/ext/simplexml/tests/009.phpt diff -u php-src/ext/simplexml/tests/009.phpt:1.1 php-src/ext/simplexml/tests/009.phpt:1.2 --- ph

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2003-11-13 Thread Andi Gutmans
At 06:14 PM 11/12/2003 -0500, Ilia Alshanetsky wrote: On November 12, 2003 06:02 pm, Moriyoshi Koizumi wrote: > Hmm, did you ever think of an idea of allowing float values for usleep() > instead of adding one more redundancy to the existing two look-alikes? Actually I have, but you'll notice that u

Re: [PHP-CVS] cvs: php-src / NEWS /ext/dom config.m4 /ext/libxml config.m4 config0.m4 /ext/simplexml config.m4 /ext/xml config.m4

2003-11-13 Thread Andi Gutmans
Very cool! Finally. At 11:42 PM 11/12/2003 +, Jani Taskinen wrote: sniper Wed Nov 12 18:42:38 2003 EDT Added files: /php-src/ext/libxml config0.m4 Removed files: /php-src/ext/libxml config.m4 Modified files: /php-srcNEWS /php-src/ext/simplexml config.m4

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2003-11-13 Thread Andi Gutmans
At 06:50 PM 11/12/2003 -0500, Ilia Alshanetsky wrote: On November 12, 2003 06:34 pm, Moriyoshi Koizumi wrote:Moriyoshi > I think it'd rather belong to a matter of stupidity that the user has to > choose the available function in order to accomplish a common purpose. > Actually they don't act like o

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2003-11-13 Thread Ilia Alshanetsky
On November 13, 2003 05:54 pm, you wrote: > Again, this is breaking our naming conventions. (yeah I know there's legacy > stuff). > How about time_nanosleeop()? Heh, I can't ever seem to get the names right. That said, I think in this case it would be better to keep the function name as is. So, f

[PHP-CVS] cvs: php-src /ext/yp yp.c

2003-11-13 Thread Ilia Alshanetsky
iliaa Thu Nov 13 19:32:22 2003 EDT Modified files: /php-src/ext/yp yp.c Log: Fixed bug #26235 (yp_first/yp_next do not specify correct key length). Index: php-src/ext/yp/yp.c diff -u php-src/ext/yp/yp.c:1.41 php-src/ext/yp/yp.c:1.42 --- php-src/ext/yp/y

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/yp yp.c

2003-11-13 Thread Ilia Alshanetsky
iliaa Thu Nov 13 19:32:31 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/yp yp.c /php-srcNEWS Log: MFH: Fixed bug #26235 (yp_first/yp_next do not specify correct key length). Index: php-src/ext/yp/yp.c diff -u php-src/ext/yp/yp.c:1.31.8

[PHP-CVS] cvs: php-src /scripts phpize.in

2003-11-13 Thread Jani Taskinen
sniper Thu Nov 13 22:21:01 2003 EDT Modified files: /php-src/scriptsphpize.in Log: Missing "confdefs.h" in the cleanup-files-list Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.9 php-src/scripts/phpize.in:1.10 --- php-src/scripts/phpiz

[PHP-CVS] cvs: php-src(PHP_4_3) /scripts phpize.in

2003-11-13 Thread Jani Taskinen
sniper Thu Nov 13 22:21:15 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/scriptsphpize.in Log: MFH Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.1.2.8 php-src/scripts/phpize.in:1.1.2.9 --- php-src/scripts/phpize.in:1.1.2.8 Sun