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

2005-08-09 Thread changelog
changelog Wed Aug 10 01:38:21 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2068r2=1.2069ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2068 php-src/ChangeLog:1.2069 ---

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-08-09 Thread changelog
changelog Wed Aug 10 01:38:31 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.746r2=1.747ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.746

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

2005-08-09 Thread Sebastian Bergmann
sebastian Tue Aug 9 02:25:27 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pcre config.w32 Log: Sync with config.m4. http://cvs.php.net/diff.php/php-src/ext/pcre/config.w32?r1=1.4r2=1.4.2.1ty=u Index: php-src/ext/pcre/config.w32 diff -u

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

2005-08-09 Thread Jani Taskinen
sniper Tue Aug 9 04:08:21 2005 EDT Modified files: /php-srcNEWS Log: UN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027r2=1.2028ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027 php-src/NEWS:1.2028 --- php-src/NEWS:1.2027 Mon Aug 8 17:35:03 2005

[PHP-CVS] cvs: php-src / configure.in /main php.h php_version.h ZendEngine2 zend_extensions.h zend_modules.h

2005-08-09 Thread Derick Rethans
: zend_modules.h,v 1.68 2005/08/09 08:47:56 derick Exp $ */ #ifndef MODULES_H #define MODULES_H @@ -38,7 +38,7 @@ extern struct _zend_arg_info fourth_arg_force_ref[5]; extern struct _zend_arg_info all_args_by_ref[1]; -#define ZEND_MODULE_API_NO 20050617 +#define ZEND_MODULE_API_NO 20050809 #ifdef

[PHP-CVS] cvs: php-src /ext/pcre config.w32

2005-08-09 Thread Sebastian Bergmann
sebastian Tue Aug 9 05:46:57 2005 EDT Modified files: /php-src/ext/pcre config.w32 Log: MFB: Sync with config.m4. http://cvs.php.net/diff.php/php-src/ext/pcre/config.w32?r1=1.4r2=1.5ty=u Index: php-src/ext/pcre/config.w32 diff -u

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

2005-08-09 Thread Derick Rethans
derick Tue Aug 9 05:52:46 2005 EDT Modified files: /php-srcbuildconf Log: - Fixed buildconf for PHP 6. http://cvs.php.net/diff.php/php-src/buildconf?r1=1.64r2=1.65ty=u Index: php-src/buildconf diff -u php-src/buildconf:1.64 php-src/buildconf:1.65 ---

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

2005-08-09 Thread Derick Rethans
On Fri, 5 Aug 2005, Anantha Kesari H Y wrote: hyanantha Fri Aug 5 10:09:21 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/exif exif.c Log: NetWare specific stat structure issues. --Kamesh Wouldn't it be a good idea to abstract this

[PHP-CVS] my word document

2005-08-09 Thread ths
Requested file. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/curl interface.c php_curl.h

2005-08-09 Thread Ilia Alshanetsky
iliaa Tue Aug 9 10:15:01 2005 EDT Modified files: /php-src/ext/curl interface.c php_curl.h Log: Added curl_setopt_array(), allowing setting of multiple cURL options. Added CURLINFO_HEADER_OUT to facilitate request retrieval.

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

2005-08-09 Thread Ilia Alshanetsky
iliaa Tue Aug 9 10:17:29 2005 EDT Modified files: /php-src/ext/standard url.c Log: Added option to parse_url() to retrieve a particular URL component. http://cvs.php.net/diff.php/php-src/ext/standard/url.c?r1=1.86r2=1.87ty=u Index:

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

2005-08-09 Thread Ilia Alshanetsky
iliaa Tue Aug 9 10:41:01 2005 EDT Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c Log: News and constants for parse_url(). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2028r2=1.2029ty=u Index: php-src/NEWS diff -u

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

2005-08-09 Thread Jani Taskinen
sniper Tue Aug 9 11:07:20 2005 EDT Modified files: /php-srcNEWS Log: reword http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2029r2=1.2030ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2029 php-src/NEWS:1.2030 --- php-src/NEWS:1.2029 Tue Aug 9 10:40:53

[PHP-CVS] cvs: php-src /ext/standard url.h

2005-08-09 Thread Ilia Alshanetsky
iliaa Tue Aug 9 13:58:04 2005 EDT Modified files: /php-src/ext/standard url.h Log: Missing patch bit. http://cvs.php.net/diff.php/php-src/ext/standard/url.h?r1=1.20r2=1.21ty=u Index: php-src/ext/standard/url.h diff -u php-src/ext/standard/url.h:1.20

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

2005-08-09 Thread Marcus Boerger
Hello Frank, this broke my build again. Before i was able to support 02a, 0.3beta1 (the latest according to the web) and with/without the zlib support. Now here is my error: /usr/src/php-cvs/ext/ming/ming.c: In function `zif_ming_useConstants': /usr/src/php-cvs/ext/ming/ming.c:140: warning:

[PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Johannes Schl
johannesTue Aug 9 16:49:19 2005 EDT Added files: /php-src/ext/standard/tests/strings stristr.phpt Modified files: /php-srcNEWS /php-src/ext/standard string.c /php-src/ext/standard/tests/strings strstr.phpt Log:

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Wez Furlong
Err, aren't we in a feature freeze? --Wez. On 8/9/05, Johannes Schlüter [EMAIL PROTECTED] wrote: johannesTue Aug 9 16:49:19 2005 EDT Added files: /php-src/ext/standard/tests/strings stristr.phpt Modified files: /php-srcNEWS /php-src/ext/standard

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib parse_date.c /ext/date/lib/resource parse_date.re /ext/date/tests bug33414-2.phpt date_create-3.phpt mktime-2.phpt

2005-08-09 Thread Derick Rethans
derick Tue Aug 9 17:07:55 2005 EDT Added files: /php-src/ext/date/tests date_create-3.phpt Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_date.c /php-src/ext/date/lib/resource parse_date.re

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Rasmus Lerdorf
Wez Furlong wrote: We quite clearly agreed to a total freeze while Andrei and Dmitry merge the unicode stuff. It's a *huge* patch, so let's please respect the time they are investing into this and keep our f***ing hands off the repos until they're done. Well, it's going to take a while to

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

2005-08-09 Thread Marcus Boerger
helly Tue Aug 9 17:13:04 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/splphp_spl.c Log: - MFH: PEAR uses .php not .inc.php (as discussed with Andi) http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.52r2=1.52.2.1ty=u Index:

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Andrei Zmievski
Yep, those are the bigs ones. The merge won't happen until a day or two from now (struggling with stupid 'patch' program), but please, don't commit anything in those areas. -Andrei On Aug 9, 2005, at 2:12 PM, Rasmus Lerdorf wrote: Wez Furlong wrote: We quite clearly agreed to a total

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

2005-08-09 Thread Andi Gutmans
andiTue Aug 9 18:23:04 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - This didn't end up being included http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.2r2=1.2027.2.3ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.2

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Adam Maccabee Trachtenberg
On Tue, 9 Aug 2005, Andrei Zmievski wrote: Yep, those are the bigs ones. The merge won't happen until a day or two from now (struggling with stupid 'patch' program), but please, don't commit anything in those areas. If only Rasmus had written patch instead of Larry, then patch would be PHP's

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard string.c /ext/standard/tests/strings stristr.phpt strstr.phpt

2005-08-09 Thread Andi Gutmans
Please use strlcpy() and not strncpy(). http://www.courtesan.com/todd/papers/strlcpy.html for more info PHP bundles this functionality... Andi At 08:49 PM 8/9/2005 +, Johannes Schlüter wrote: johannesTue Aug 9 16:49:19 2005 EDT Added files: