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

2006-02-17 Thread Marcus Boerger
helly Fri Feb 17 08:24:56 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: - Change to offsetof as suggested by Clayton http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode_iterators.c?r1=1.21r2=1.22diff_format=u Index:

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

2006-02-17 Thread Andi Gutmans
Yep, but once it's mainstream then the general public is more important than phpweb :) At 11:52 PM 2/16/2006, Wez Furlong wrote: I'm fine with the name being changed, but keep in mind that phpweb has been using this function with this name for a couple of years, so any change in the name here

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

2006-02-17 Thread Steph Fox
The function's called from only one place in phpweb (phpweb/include/loadavg.inc) fails sweetly where getloadavg() doesn't exist, so updating the function on the server shouldn't cause any major disasters in the short term. It's just a case of remembering to update that script at the same

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

2006-02-17 Thread Andrei Zmievski
andrei Fri Feb 17 21:17:44 2006 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: NULL byte should be escaped to \000 instead of \0 in case it is followed by an octal digit. (found by Jeffrey Friedl)

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pcre php_pcre.c

2006-02-17 Thread Andrei Zmievski
andrei Fri Feb 17 21:18:09 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pcre php_pcre.c Log: MFH. http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.6r2=1.168.2.7diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/pcre php_pcre.c

2006-02-17 Thread Andrei Zmievski
andrei Fri Feb 17 21:18:51 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/pcre php_pcre.c Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.132.2.24.2.2r2=1.132.2.24.2.3diff_format=u Index: php-src/ext/pcre/php_pcre.c diff

[PHP-CVS] cvs: CVSROOT / avail

2006-02-17 Thread Rasmus Lerdorf
rasmus Sat Feb 18 04:15:09 2006 UTC Modified files: /CVSROOTavail Log: A couple of new cvs accounts http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1091r2=1.1092diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1091 CVSROOT/avail:1.1092 ---

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

2006-02-17 Thread Rasmus Lerdorf
rasmus Sat Feb 18 05:41:59 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard basic_functions.c basic_functions.h Log: Rename getloadavg to sys_getloadavg