[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2003-11-12 Thread changelog
changelog Wed Nov 12 20:31:52 2003 EDT Modified files: /php-srcChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1445 php-src/ChangeLog:1.1446 --- php-src/ChangeLog:1.1445Tue Nov 11 20:31:46 2003 +++

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

2003-11-12 Thread Sergey Kartashoff
gluke Wed Nov 12 02:40:17 2003 EDT Modified files: /php-src/ext/mnogosearchphp_mnogo.c Log: - A bug in WORDINFO calculation in mnogosearch extension was fixed. Index: php-src/ext/mnogosearch/php_mnogo.c diff -u php-src/ext/mnogosearch/php_mnogo.c:1.83

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

2003-11-12 Thread Sergey Kartashoff
gluke Wed Nov 12 02:52:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mnogosearchphp_mnogo.c Log: - A WORDINFO calculation in mnogosearch extension was fixed Index: php-src/ext/mnogosearch/php_mnogo.c diff -u

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

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 04:12:51 2003 EDT Modified files: /php-src/ext/ming ming.c Log: Compiler fixes for older ming versions Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.58 php-src/ext/ming/ming.c:1.59 --- php-src/ext/ming/ming.c:1.58

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

2003-11-12 Thread Ard Biesheuvel
abies Wed Nov 12 06:29:27 2003 EDT Modified files: /php-srcNEWS Log: Added new ibase array handling (was already present in b2) Index: php-src/NEWS diff -u php-src/NEWS:1.1493 php-src/NEWS:1.1494 --- php-src/NEWS:1.1493 Fri Nov 7 23:44:26 2003 +++

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

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 16:43:04 2003 EDT Modified files: /php-src/ext/dbadba.c php_dba.h Log: Add helper function that splits inifile keys into an array which again can be used in dba_fetch calls. Index: php-src/ext/dba/dba.c diff -u

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

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 16:48:21 2003 EDT Modified files: /php-srcNEWS Log: Update Index: php-src/NEWS diff -u php-src/NEWS:1.1494 php-src/NEWS:1.1495 --- php-src/NEWS:1.1494 Wed Nov 12 06:29:25 2003 +++ php-src/NEWSWed Nov 12 16:48:19 2003 @@ -1,6 +1,7

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

2003-11-12 Thread Jay Smith
jay Wed Nov 12 17:01:03 2003 EDT Modified files: /php-src/ext/standard fsock.c Log: Plugged a small memleak when errstr isn't efree()'d. Index: php-src/ext/standard/fsock.c diff -u php-src/ext/standard/fsock.c:1.116

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

2003-11-12 Thread Ilia Alshanetsky
iliaa Wed Nov 12 17:02:38 2003 EDT Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c basic_functions.h Log: Added nanosleep(), in addition to allowing setting of very short states. This function is signal safe. Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /main rfc1867.c

2003-11-12 Thread Stefan Esser
sesser Wed Nov 12 17:34:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: Fix odd increments to repair the boundary checks. Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.122.2.15

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

2003-11-12 Thread Stefan Esser
sesser Wed Nov 12 17:34:59 2003 EDT Modified files: /php-src/main rfc1867.c Log: Fix odd increments to repair the boundary checks. Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.145 php-src/main/rfc1867.c:1.146 ---

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

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 17:51:22 2003 EDT Modified files: /php-src/ext/standard image.c Log: Bugfix #26216: (getimagesize(): stream does not support seeking when using remote files) Index: php-src/ext/standard/image.c diff -u

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

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 17:56:09 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard image.c Log: MFH Bugfix #26216: (getimagesize(): stream does not support seeking when using remote files) Index: php-src/ext/standard/image.c diff -u

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

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 17:58:01 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.466 php-src/NEWS:1.1247.2.467 --- php-src/NEWS:1.1247.2.466 Tue Nov 11 22:05:24 2003 +++ php-src/NEWSWed

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

2003-11-12 Thread Moriyoshi Koizumi
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? Moriyoshi On 2003/11/13, at 7:02, Ilia Alshanetsky wrote: iliaa Wed Nov 12 17:02:38 2003 EDT Modified files: /php-src NEWS

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

2003-11-12 Thread Joe Orton
On Wed, Nov 12, 2003 at 10:02:38PM -, Ilia Alshanetsky wrote: iliaa Wed Nov 12 17:02:38 2003 EDT Modified files: /php-src NEWS /php-src/ext/standard basic_functions.c basic_functions.h Log: Added nanosleep(), in addition to allowing setting of

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

2003-11-12 Thread Ilia Alshanetsky
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 unlike other sleep functions nanosleep() can return an

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

2003-11-12 Thread Moriyoshi Koizumi
sesser Wed Nov 12 17:34:59 2003 EDT Modified files: /php-src/main rfc1867.c Log: Fix odd increments to repair the boundary checks. I might be missing something, but what is the exact problem behind the description? As far as I'm concerned, that weird increment is necessary

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

2003-11-12 Thread Moriyoshi Koizumi
On 2003/11/13, at 8:14, 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 unlike

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

2003-11-12 Thread Ilia Alshanetsky
On November 12, 2003 06:16 pm, Moriyoshi Koizumi wrote: Well, then it looks like I have to wonder, if there is any option to get them combined into an unified function, hopefully by deprecating two of those? What would be the advantage of such an approach? Code wise you won't gain any

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

2003-11-12 Thread Moriyoshi Koizumi
On 2003/11/13, at 8:31, Ilia Alshanetsky wrote: On November 12, 2003 06:16 pm, Moriyoshi Koizumi wrote: Well, then it looks like I have to wonder, if there is any option to get them combined into an unified function, hopefully by deprecating two of those? What would be the advantage of such an

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

2003-11-12 Thread Ilia Alshanetsky
iliaa Wed Nov 12 18:43:47 2003 EDT Modified files: /php-srcconfigure.in /php-src/ext/standard basic_functions.h basic_functions.c Log: Added configure check for nanosleep() availability. Index: php-src/configure.in diff -u

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

2003-11-12 Thread Nathan Sullivan
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 one another though. Well,

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

2003-11-12 Thread Ilia Alshanetsky
On November 12, 2003 06:58 pm, Nathan Sullivan wrote: In my opinion as a user, I would say allow sleep() to accept floats, and depreciate usleep(). If sleep() is implemented with nanosleep() anyway, is there a point to having both? Yes, some systems do not have nanosleep, in those cases