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

2008-12-09 Thread changelog
changelog Wed Dec 10 01:33:17 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3253r2=1.3254diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3253

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

2008-12-09 Thread changelog
changelog Wed Dec 10 01:33:21 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1409r2=1.1410diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 08:22:09 2008 UTC Modified files: /php-srcNEWS Log: - Remove items that already done in earlier branches - It doesnt hurt to say what new functions do http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2173r2=1.2174diff_format=u

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 09:03:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard dir.c Log: MFH: - Changed opendir/dir/scandir to use default context when no context argument is passed. (Sara)

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 09:04:01 2008 UTC Modified files: /php-srcNEWS Log: Merged to 5_3 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2174r2=1.2175diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2174 php-src/NEWS:1.2175 --- php-src/NEWS:1.2174

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip Makefile.frag config.m4

2008-12-09 Thread Pierre-Alain Joye
pajoye Tue Dec 9 09:21:59 2008 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/zipMakefile.frag Modified files: /php-src/ext/zipconfig.m4 Log: - not used anymore

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

2008-12-09 Thread Jani Taskinen
Hannes Magnusson wrote: bjori Tue Dec 9 08:22:09 2008 UTC Modified files: /php-src NEWS Log: - Remove items that already done in earlier branches - It doesnt hurt to say what new functions do NEWS is not documentation. That's elsewhere. ;) --Jani

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

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 10:50:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: style http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.406r2=1.2027.2.547.2.965.2.407diff_format=u Index: php-src/NEWS diff -u

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

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 10:53:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard credits.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.4.2.5r2=1.36.2.4.2.4.2.6diff_format=u Index:

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

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 10:54:04 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard credits.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.36.2.4.2.7r2=1.36.2.4.2.8diff_format=u Index: php-src/ext/standard/credits.c

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 10:12:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.404r2=1.2027.2.547.2.965.2.405diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_3) / run-tests.php

2008-12-09 Thread Jani Taskinen
Hannes Magnusson wrote: On Tue, Dec 9, 2008 at 10:15, Jani Taskinen [EMAIL PROTECTED] wrote: Johannes Schlüter wrote: On Mon, 2008-12-08 at 12:36 +, Jani Taskinen wrote: +// If __DIR__ is not defined, define it +if (!defined('__DIR__')) { defined() will always return true ... Huh? Are

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard/tests/directory open_basedir_001.phpt /main fopen_wrappers.c fopen_wrappers.h

2008-12-09 Thread Hannes Magnusson
Fail. open_basedir can as of 5.3.0 be set at run time to tighten the path. I.e. if open_basedir=/usr/local in php.ini you can ini_set(open_basedir, /usr/local/bin) at runtime. trying to remove stuff from open_basedir (i.e. ini_set(open_basedir, /usr);) fails. -Hannes On Tue, Dec 9, 2008 at

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/sysvshm sysvshm.c /ext/sysvshm/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt

2008-12-09 Thread Hannes Magnusson
2008/6/27 Felipe Pena [EMAIL PROTECTED]: felipe Fri Jun 27 00:22:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sysvshmsysvshm.c /php-src/ext/sysvshm/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions include_path.phpt

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 12:54:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions include_path.phpt Log: Fix test. You cannot set include_path as empty, and never could

[PHP-CVS] cvs: php-src /ext/standard/tests/directory open_basedir_001.phpt

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 10:21:27 2008 UTC Modified files: /php-src/ext/standard/tests/directory open_basedir_001.phpt Log: MFB: Add test for runtime tightening of open_basedir

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions include_path.phpt

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 12:56:40 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions include_path.phpt Log: MFB5.3: Fix test

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 10:23:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: Whoops. Missing bit from the open_basedir tightening MFH

[PHP-CVS] cvs: php-src /ext/phar/tests ini_set.phpt

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 13:02:28 2008 UTC Modified files: /php-src/ext/phar/tests ini_set.phpt Log: ini_set() should return false on failure, not return the orginal value and pretend everything is fine.

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 13:02:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests ini_set.phpt Log: MFH: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/ini_set.phpt?r1=1.4.2.1r2=1.4.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/imap/tests imap_fetch_overview_variation2.phpt

2008-12-09 Thread Zoe Slattery
zoe Tue Dec 9 13:43:00 2008 UTC Modified files: /php-src/ext/imap/tests imap_fetch_overview_variation2.phpt Log: fix resource id http://cvs.php.net/viewvc.cgi/php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/session session.c /ext/session/tests 001.phpt 005.phpt 006.phpt 007.phpt 012.phpt 019.phpt session_is_registered_basic.phpt session_is_registered_variatio

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 14:04:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/sessionsession.c /php-src/ext/session/tests 001.phpt 005.phpt 006.phpt 007.phpt 012.phpt 019.phpt

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_3) / run-tests.php

2008-12-09 Thread Hannes Magnusson
On Tue, Dec 9, 2008 at 10:15, Jani Taskinen [EMAIL PROTECTED] wrote: Johannes Schlüter wrote: On Mon, 2008-12-08 at 12:36 +, Jani Taskinen wrote: +// If __DIR__ is not defined, define it +if (!defined('__DIR__')) { defined() will always return true ... Huh? Are you absolutely sure

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

2008-12-09 Thread Zoe Slattery
zoe Tue Dec 9 13:41:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap/tests imap_fetch_overview_variation2.phpt Log: fix resource id

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

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 10:53:29 2008 UTC Modified files: /php-src/ext/standard credits.c Log: - cat, tail, lift :) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits.c?r1=1.50r2=1.51diff_format=u Index: php-src/ext/standard/credits.c diff -u

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

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 10:21:54 2008 UTC Modified files: /php-srcNEWS Log: Merged to 5.3 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2175r2=1.2176diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2175 php-src/NEWS:1.2176 --- php-src/NEWS:1.2175

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip Makefile.frag config.m4

2008-12-09 Thread Jani Taskinen
..and now you're not installing the header files anymore at all. Intetional? --Jani p.s. Pay! Pierre-Alain Joye wrote: pajoye Tue Dec 9 09:21:59 2008 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/zip Makefile.frag Modified files:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/imap/tests imap_fetch_overview_variation2.phpt

2008-12-09 Thread Zoe Slattery
zoe Tue Dec 9 13:40:25 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap/tests imap_fetch_overview_variation2.phpt Log: fix resource id

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard/tests/directory open_basedir_001.phpt /main fopen_wrappers.c fopen_wrappers.h

2008-12-09 Thread Hannes Magnusson
bjori Tue Dec 9 10:20:11 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/directory open_basedir_001.phpt Modified files: /php-srcNEWS /php-src/main fopen_wrappers.c fopen_wrappers.h Log: MFH: -

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

2008-12-09 Thread Pierre-Alain Joye
pajoye Tue Dec 9 14:28:35 2008 UTC Modified files: /php-src/ext/date config.w32 Log: - silent conversion warnings as it is not going to be fixed any time soon, removing false positive alerts. noise--;

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

2008-12-09 Thread Pierre-Alain Joye
pajoye Tue Dec 9 14:28:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date config.w32 Log: - MFH: silent conversion warnings as it is not going to be fixed any time soon, removing false positive alerts. noise--;

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_3) / run-tests.php

2008-12-09 Thread Johannes Schlüter
On Tue, 2008-12-09 at 10:56 +0100, Hannes Magnusson wrote: defined() apparently doesn't work on magic constants (__LINE__, __METHOD__, __FILE__...). The docs don't mention this so I assume johannes found a bug he should report :) If there is a bug it's in the docs I'd say as

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file tempnam_variation4.phpt

2008-12-09 Thread Antony Dovgal
tony2001Tue Dec 9 14:48:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filetempnam_variation4.phpt Log: fix test

[PHP-CVS] cvs: php-src /ext/standard/tests/file tempnam_variation4.phpt

2008-12-09 Thread Antony Dovgal
tony2001Tue Dec 9 14:49:12 2008 UTC Modified files: /php-src/ext/standard/tests/filetempnam_variation4.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_variation4.phpt?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src /tests/run-test test005.phpt test008a.phpt

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:18:05 2008 UTC Modified files: /php-src/tests/run-test test005.phpt test008a.phpt Log: - fix tests http://cvs.php.net/viewvc.cgi/php-src/tests/run-test/test005.phpt?r1=1.8r2=1.9diff_format=u Index: php-src/tests/run-test/test005.phpt

[PHP-CVS] cvs: php-src / run-tests.php

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:20:58 2008 UTC Modified files: /php-srcrun-tests.php Log: - Use version id instead of defined() since latter does not work with magic constants http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.383r2=1.384diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:21:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: MFH http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.54r2=1.226.2.37.2.35.2.55diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:21:33 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.53r2=1.226.2.37.2.54diff_format=u Index: php-src/run-tests.php diff -u

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_3) / run-tests.php

2008-12-09 Thread Jani Taskinen
Johannes Schlüter wrote: On Tue, 2008-12-09 at 10:56 +0100, Hannes Magnusson wrote: defined() apparently doesn't work on magic constants (__LINE__, __METHOD__, __FILE__...). The docs don't mention this so I assume johannes found a bug he should report :) If there is a bug it's in the docs I'd

[PHP-CVS] cvs: php-src /tests/lang short_tags.002.phpt short_tags.003.phpt

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:44:10 2008 UTC Modified files: /php-src/tests/lang short_tags.002.phpt short_tags.003.phpt Log: - Fix tests (apparently whoever wrote this crap never tested these properly)

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang short_tags.002.phpt short_tags.003.phpt

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:44:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/lang short_tags.002.phpt short_tags.003.phpt Log: MFH: fix tests http://cvs.php.net/viewvc.cgi/php-src/tests/lang/short_tags.002.phpt?r1=1.1.4.2r2=1.1.4.3diff_format=u Index:

[PHP-CVS] cvs: php-src /tests/lang short_tags.001.phpt short_tags.002.phpt short_tags.003.phpt short_tags.004.phpt

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 16:05:33 2008 UTC Modified files: /php-src/tests/lang short_tags.001.phpt short_tags.002.phpt short_tags.003.phpt short_tags.004.phpt Log: - Better descriptions for these tests

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang short_tags.001.phpt short_tags.002.phpt short_tags.003.phpt short_tags.004.phpt

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 16:05:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/lang short_tags.001.phpt short_tags.002.phpt short_tags.003.phpt short_tags.004.phpt Log: MFH:- Better descriptions for these tests

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/lang short_tags.001.phpt short_tags.002.phpt short_tags.003.phpt short_tags.004.phpt

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 16:05:57 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/lang short_tags.001.phpt short_tags.002.phpt short_tags.003.phpt short_tags.004.phpt Log: MFH

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

2008-12-09 Thread Ilia Alshanetsky
iliaa Tue Dec 9 17:17:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: Fixed missing initialization of uses when copying a curl handle

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

2008-12-09 Thread Ilia Alshanetsky
iliaa Tue Dec 9 17:17:49 2008 UTC Modified files: /php-src/ext/curl interface.c Log: MFB: Fixed missing initialization of uses when copying a curl handle http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.137r2=1.138diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc xml_element.c xmlrpc.c

2008-12-09 Thread Ilia Alshanetsky
iliaa Tue Dec 9 17:20:57 2008 UTC Modified files: /php-src/ext/xmlrpc/libxmlrpc xml_element.c xmlrpc.c Log: Comment out fprintf() use inside the library

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/xmlrpc/libxmlrpc xml_element.c xmlrpc.c

2008-12-09 Thread Ilia Alshanetsky
iliaa Tue Dec 9 17:22:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/xmlrpc/libxmlrpc xml_element.c xmlrpc.c Log: MFH: Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error when given bad data).

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard info.c winver.h

2008-12-09 Thread Pierre-Alain Joye
pajoye Tue Dec 9 17:54:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard info.c winver.h Log: - fix VC6 build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?r1=1.249.2.10.2.14.2.14r2=1.249.2.10.2.14.2.15diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard info.c winver.h

2008-12-09 Thread Pierre-Alain Joye
pajoye Tue Dec 9 17:58:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard info.c winver.h Log: - double declaration and comments cleanup

[PHP-CVS] cvs: CVSROOT / avail

2008-12-09 Thread Philip Olson
philip Tue Dec 9 18:46:12 2008 UTC Modified files: /CVSROOTavail Log: - phpdoc karma for Rhoda (DeDe) Morton (dedemorton) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1475r2=1.1476diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1475

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/phar/tests ini_set.phpt

2008-12-09 Thread Gregory Beaver
Hannes Magnusson wrote: bjori Tue Dec 9 13:02:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests ini_set.phpt Log: MFH: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/ini_set.phpt?r1=1.4.2.1r2=1.4.2.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /main php_compat.h

2008-12-09 Thread Nuno Lopes
nlopess Tue Dec 9 22:00:20 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_compat.h Log: update PCRE symbol list (sync with php 5.3). this should fix bug #46800

[PHP-CVS] cvs: php-src /tests/lang bug45392.phpt

2008-12-09 Thread Arnaud Le Blanc
lbarnaudTue Dec 9 22:53:25 2008 UTC Modified files: /php-src/tests/lang bug45392.phpt Log: fixed test http://cvs.php.net/viewvc.cgi/php-src/tests/lang/bug45392.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/tests/lang/bug45392.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang bug45392.phpt

2008-12-09 Thread Arnaud Le Blanc
lbarnaudTue Dec 9 22:53:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/lang bug45392.phpt Log: MFH: fixed test http://cvs.php.net/viewvc.cgi/php-src/tests/lang/bug45392.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index: