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

2008-08-31 Thread changelog
changelog Mon Sep 1 01:31:53 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3155r2=1.3156diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3155

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar func_interceptors.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:04:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar func_interceptors.c Log: WS merge from pecl/phar http://cvs.php.net/viewvc.cgi/php-src/ext/phar/func_interceptors.c?r1=1.20.2.14r2=1.20.2.15diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar func_interceptors.c phar.phar

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:05:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar func_interceptors.c phar.phar Log: remove unused variables, merge from pecl/phar

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:09:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c Log: remove unused variables, merge from pecl/phar http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.370.2.40r2=1.370.2.41diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar.phar

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:13:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c phar.phar Log: remove orphaned code, merge from pecl/phar http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.c?r1=1.370.2.41r2=1.370.2.42diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar func_interceptors.c phar.phar phar_object.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:26:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar func_interceptors.c phar.phar phar_object.c Log: use %u instead of %d, merge from pecl/phar

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar.phar

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:28:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c phar.phar Log: remove superfluous double variable declaration, merge from pecl/phar

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar phar_object.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:31:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar phar_object.c Log: remove unused variables, merge from pecl/phar http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.37r2=1.7.2.38diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar phar_object.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:38:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar phar_object.c Log: merge minor optimization removing strlen from pecl/phar

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:42:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: remove superfluous return statements, merge from pecl/phar

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar stream.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:47:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar stream.c Log: merge from pecl/phar strlen optimizations http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.39r2=1.7.2.40diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar tar.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:51:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar tar.c Log: remove superfluous variable declarations, merge WS from pecl/phar

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar phar_object.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 06:58:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar phar_object.c Log: fix compile warning in PHP 6.0 http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.41r2=1.7.2.42diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests/cache_list/files blog.phar blog.phar.inc config.xml extracted.inc frontcontroller.phar.inc frontcontroller10.phar.inc frontcontroller11.phar.inc frontco

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 07:03:27 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/cache_list/filesblog.phar blog.phar.inc config.xml extracted.inc

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar util.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 07:15:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar util.c Log: use safer strlcpy, patch by Tony Dovgal http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.42r2=1.7.2.43diff_format=u Index:

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 08:32:21 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: added note about how to move extensions from/to pecl http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.8r2=1.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 08:32:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.8r2=1.1.2.9diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Hannes Magnusson
On Sun, Aug 31, 2008 at 10:32, Lukas Smith [EMAIL PROTECTED] wrote: lsmith Sun Aug 31 08:32:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Kahwe Smith
On 31.08.2008, at 11:47, Hannes Magnusson wrote: On Sun, Aug 31, 2008 at 10:32, Lukas Smith [EMAIL PROTECTED] wrote: lsmith Sun Aug 31 08:32:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH

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

2008-08-31 Thread Mikko Koppanen
mkoppanen Sun Aug 31 10:06:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Added news entries about changes in ext/fileinfo

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Pierre Joye
Hi Hannes, Lukas. On Sun, Aug 31, 2008 at 12:05 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Sounds sensible. Anyways, I would appreciate it if someone who knows would write a howto, so that RMs can verify that things are done properly. I guess in the past Derick took care of a lot of these

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Kahwe Smith
On 31.08.2008, at 12:11, Pierre Joye wrote: Hi Hannes, Lukas. On Sun, Aug 31, 2008 at 12:05 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Sounds sensible. Anyways, I would appreciate it if someone who knows would write a howto, so that RMs can verify that things are done properly. I

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

2008-08-31 Thread Mikko Koppanen
mkoppanen Sun Aug 31 10:20:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Changed name,name,name to name, name, name according to Pierre's advice

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Pierre Joye
On Sun, Aug 31, 2008 at 12:20 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: sounds good to me. next question .. who can do the FS level cp? i think it would be good to have a list of people RM's can contact for this step. also this way we know the bus-faktor (after all people can disappear

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 10:34:57 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: - added further details on the steps necessary to move ext from/to pecl http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.9r2=1.10diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Lukas Smith
lsmith Sun Aug 31 10:35:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.9r2=1.1.2.10diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Hannes Magnusson
On Sun, Aug 31, 2008 at 12:20, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: next question .. who can do the FS level cp? Derick and Rasmus -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session mod_files.c /ext/session/tests session_save_path_variation5.phpt

2008-08-31 Thread Alexey Zakhlestin
indeyetsSun Aug 31 14:49:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionmod_files.c /php-src/ext/session/tests session_save_path_variation5.phpt Log: remove special treatment of /tmp path

[PHP-CVS] cvs: php-src /ext/session mod_files.c /ext/session/tests session_save_path_variation5.phpt

2008-08-31 Thread Alexey Zakhlestin
indeyetsSun Aug 31 14:50:10 2008 UTC Modified files: /php-src/ext/sessionmod_files.c /php-src/ext/session/tests session_save_path_variation5.phpt Log: remove special treatment of /tmp path

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

2008-08-31 Thread Alexey Zakhlestin
indeyetsSun Aug 31 14:56:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: added entry about change in ext/session http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.297r2=1.2027.2.547.2.965.2.298diff_format=u Index:

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

2008-08-31 Thread Lukas Kahwe Smith
On 31.08.2008, at 16:56, Alexey Zakhlestin wrote: indeyetsSun Aug 31 14:56:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: added entry about change in ext/session

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

2008-08-31 Thread Alexey Zakhlestin
indeyetsSun Aug 31 15:04:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: more detailed news-entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.298r2=1.2027.2.547.2.965.2.299diff_format=u Index: php-src/NEWS diff

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre/tests preg_filter.phpt

2008-08-31 Thread Nuno Lopes
nlopess Sun Aug 31 15:28:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre/tests preg_filter.phpt Log: remove unicode skipif, as the test doesnt require such support

[PHP-CVS] cvs: php-src /ext/pcre/tests preg_filter.phpt

2008-08-31 Thread Nuno Lopes
nlopess Sun Aug 31 15:28:52 2008 UTC Modified files: /php-src/ext/pcre/tests preg_filter.phpt Log: MFB: remove extra skipif http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_filter.phpt?r1=1.1r2=1.2diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Rasmus Lerdorf
Hannes Magnusson wrote: On Sun, Aug 31, 2008 at 12:20, Lukas Kahwe Smith[EMAIL PROTECTED] wrote: next question .. who can do the FS level cp? Derick and Rasmus Along with andrei, andi, gwynne, gopal, ilia, sascha, scoates, wez and zeev. I think we have it covered. But yes, please email

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

2008-08-31 Thread Jani Taskinen
Quite pointless entries, this thing was never in any release, who cares what happened during development of it? Think f.e. if all changes done for the namespace crap was added in the NEWS.. Short version: Please remove these pointless entries. --Jani Mikko Koppanen kirjoitti: mkoppanen

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

2008-08-31 Thread Mikko Koppanen
On Sun, Aug 31, 2008 at 5:53 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Quite pointless entries, this thing was never in any release, who cares what happened during development of it? Think f.e. if all changes done for the namespace crap was added in the NEWS.. Short version: Please remove

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

2008-08-31 Thread Mikko Koppanen
mkoppanen Sun Aug 31 17:05:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Removed fileinfo related according to Jani's request

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

2008-08-31 Thread Pierre Joye
hi, On Sun, Aug 31, 2008 at 6:53 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Quite pointless entries, this thing was never in any release, who cares what happened during development of it? Think f.e. if all changes done for the namespace crap was added in the NEWS.. Short version: Please

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Derick Rethans
On Sun, 31 Aug 2008, Pierre Joye wrote: On Sun, Aug 31, 2008 at 12:05 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Sounds sensible. Anyways, I would appreciate it if someone who knows would write a howto, so that RMs can verify that things are done properly. I guess in the past

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-31 Thread Pierre Joye
hi, On Sun, Aug 31, 2008 at 7:24 PM, Derick Rethans [EMAIL PROTECTED] wrote: - Filesystem: cp -r php-src/ext/foo pecl/ - cvs rm php-src/ext/foo If you know this so well, why did you ignore it for all the extensions that you moved to PECL? From the NEWS file: - Moved extensions to PECL

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

2008-08-31 Thread Jani Taskinen
Pierre Joye kirjoitti: hi, On Sun, Aug 31, 2008 at 6:53 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Quite pointless entries, this thing was never in any release, who cares what happened during development of it? Think f.e. if all changes done for the namespace crap was added in the NEWS..

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_get_supported_signatures_001.phpt phar_get_supported_signatures_001a.phpt phar_get_supported_signatures_002.phpt phar_get_supported_signatures_002a

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 19:18:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_get_supported_signatures_001.phpt phar_get_supported_signatures_001a.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 19:38:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: remove unnecessary ; http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.266.2.44r2=1.266.2.45diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar util.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 19:42:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar util.c Log: remove unnecessary double variable declarations http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.43r2=1.7.2.44diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar util.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 19:46:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar util.c Log: use '\0' instead of 0 for chars, removes intel warning

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar tar.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 19:47:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar tar.c Log: hadn't saved tar.c, use '\0' instead of 0 for char values, removes warning in intel compiler

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

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 19:51:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: temp bandaid on broken build system, revert when snapshot build is fixed in win32

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar tar.c

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 20:24:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar tar.c Log: use TAR_FILE instead of '0' and '\0' instead of 0 http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.45r2=1.7.2.46diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar php_phar.h

2008-08-31 Thread Greg Beaver
cellog Sun Aug 31 20:50:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar php_phar.h Log: move to 2.0.0-dev http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.46r2=1.7.2.47diff_format=u Index: php-src/ext/phar/phar.phar

[PHP-CVS] cvs: php-src /ext/phar php_phar.h

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 20:55:52 2008 UTC Modified files: /php-src/ext/phar php_phar.h Log: - Note to self: don't try to second-guess Greg http://cvs.php.net/viewvc.cgi/php-src/ext/phar/php_phar.h?r1=1.18r2=1.19diff_format=u Index: php-src/ext/phar/php_phar.h diff

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar package.php package.xml phar.c

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 21:01:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar package.php package.xml phar.c Log: - cs, update package files following RC1 (just to keep it all in sync)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar_object.c

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 21:02:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: - unnecessary ; We are now 100% synched - let's keep it that way!

[PHP-CVS] cvs: php-src /ext/phar/tests/cache_list/files blog.phar blog.phar.inc config.xml extracted.inc

2008-08-31 Thread Steph Fox
sfoxSun Aug 31 21:09:10 2008 UTC Modified files: /php-src/ext/phar/tests/cache_list/filesblog.phar blog.phar.inc config.xml extracted.inc Log: - Missed the files we don't use yet