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

2008-08-07 Thread changelog
changelog Fri Aug 8 01:32:21 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3131r2=1.3132diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3131

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

2008-08-07 Thread changelog
changelog Fri Aug 8 01:32:25 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1354r2=1.1355diff_format=u Index: ZendEngine2/ChangeLog diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/math bug45712.phpt ZendEngine2 zend_operators.c

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 08:36:15 2008 UTC Modified files: /ZendEngine2zend_operators.c /php-src/ext/standard/tests/mathbug45712.phpt Log: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/math bug45712.phpt ZendEngine2 zend_operators.c

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 08:36:24 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_operators.c /php-src/ext/standard/tests/mathbug45712.phpt Log: MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/math bug45712.phpt

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 08:52:11 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/mathbug45712.phpt Log: fix test NaN != NaN

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c filestat.c php_filestat.h /ext/standard/tests/file bug39367.phpt clearstatcache_001.phpt clearstatcache_error.phpt /main/streams plain_wrapper.

2008-08-07 Thread Arnaud Le Blanc
lbarnaudThu Aug 7 09:24:04 2008 UTC Added files: /php-src/ext/standard/tests/fileclearstatcache_001.phpt Modified files: /php-src/ext/standard basic_functions.c filestat.c php_filestat.h /php-src/ext/standard/tests/file

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard basic_functions.c filestat.c php_filestat.h /ext/standard/tests/file bug39367.phpt clearstatcache_001.phpt clearstatcache_error.phpt /main/strea

2008-08-07 Thread Arnaud Le Blanc
lbarnaudThu Aug 7 09:25:33 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/fileclearstatcache_001.phpt Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c filestat.c php_filestat.h

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

2008-08-07 Thread Jani Taskinen
Uh..this changes the behaviour quite dramatically. See the failing tests now. You'd have to MFH quite a lot more to make it a proper fix, so please, revert. --Jani Kalle Sommer Nielsen kirjoitti: kalle Wed Aug 6 21:28:39 2008 UTC Modified files: (Branch: PHP_5_2)

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/math bug45712.phpt ZendEngine2 zend_operators.c

2008-08-07 Thread Jani Taskinen
Antony Dovgal kirjoitti: tony2001Thu Aug 7 08:36:15 2008 UTC Modified files: /ZendEngine2 zend_operators.c /php-src/ext/standard/tests/math bug45712.phpt Log: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/math bug45712.phpt ZendEngine2 zend_operators.c

2008-08-07 Thread Antony Dovgal
On 07.08.2008 14:02, Jani Taskinen wrote: You fixed by changing the test to be wrong? :) No, I fixed the test to show the same behavior with 4.4, 5.2, 5.3 and HEAD. I also fixed comparison of NaN with empty strings and numbers. Is not $nan == $nan or $nan === $nan true ? No, they are not

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

2008-08-07 Thread Jani Taskinen
janiThu Aug 7 10:10:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Tune news, added missing entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.254r2=1.2027.2.547.2.965.2.255diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/math bug45712.phpt ZendEngine2 zend_operators.c

2008-08-07 Thread Jani Taskinen
Antony Dovgal kirjoitti: On 07.08.2008 14:02, Jani Taskinen wrote: You fixed by changing the test to be wrong? :) No, I fixed the test to show the same behavior with 4.4, 5.2, 5.3 and HEAD. I also fixed comparison of NaN with empty strings and numbers. Ok. Is not $nan == $nan or $nan ===

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/math bug45712.phpt ZendEngine2 zend_operators.c

2008-08-07 Thread Derick Rethans
On Thu, 7 Aug 2008, Antony Dovgal wrote: On 07.08.2008 14:02, Jani Taskinen wrote: You fixed by changing the test to be wrong? :) No, I fixed the test to show the same behavior with 4.4, 5.2, 5.3 and HEAD. I also fixed comparison of NaN with empty strings and numbers. Is not $nan ==

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

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 12:50:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard browscap.c Log: upgrade to PCRE (i.e. get ride of ereg usage)

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

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 12:51:05 2008 UTC Modified files: /php-src/ext/standard browscap.c Log: MFB: upgrade to PCRE http://cvs.php.net/viewvc.cgi/php-src/ext/standard/browscap.c?r1=1.99r2=1.100diff_format=u Index: php-src/ext/standard/browscap.c diff -u

[PHP-CVS] cvs: php-src /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 13:07:07 2008 UTC Removed files: /php-src/ext/pcntl EXPERIMENTAL Log: remove EXPERIMENTAL flag -- 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/pcntl EXPERIMENTAL

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 13:07:16 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/pcntl EXPERIMENTAL Log: remove EXPERIMENTAL flag -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 13:07:33 2008 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/pcntl EXPERIMENTAL Log: remove EXPERIMENTAL flag -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/pcntl config.m4

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 13:10:22 2008 UTC Modified files: /php-src/ext/pcntl config.m4 Log: not experimental anymore http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/config.m4?r1=1.12r2=1.13diff_format=u Index: php-src/ext/pcntl/config.m4 diff -u

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

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 13:11:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcntl config.m4 Log: not experimental anymore http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/config.m4?r1=1.10.8.2r2=1.10.8.3diff_format=u Index:

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

2008-08-07 Thread Antony Dovgal
tony2001Thu Aug 7 13:11:29 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcntl config.m4 Log: not experimental anymore http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/config.m4?r1=1.10r2=1.10.6.1diff_format=u Index:

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

2008-08-07 Thread Johannes Schlüter
johannesThu Aug 7 14:39:33 2008 UTC Modified files: /php-srcEXTENSIONS Log: Update EXTENSIONS file http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.83r2=1.84diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.83

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

2008-08-07 Thread Johannes Schlüter
johannesThu Aug 7 14:39:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcEXTENSIONS Log: MFH: Update EXTENSIONS file http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.4.2.8r2=1.72.2.4.2.4.2.9diff_format=u Index: php-src/EXTENSIONS

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

2008-08-07 Thread Johannes Schlüter
johannesThu Aug 7 14:46:14 2008 UTC Modified files: /php-srcEXTENSIONS Log: fix (thx Christian Hoffmann) http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.84r2=1.85diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.84

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

2008-08-07 Thread Johannes Schlüter
johannesThu Aug 7 14:46:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcEXTENSIONS Log: MFH: fix (thx Christian Hoffmann) http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.4.2.9r2=1.72.2.4.2.4.2.10diff_format=u Index:

[PHP-CVS] Re: cvs: php-src /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Johannes Schlüter
Hi, On Thu, 2008-08-07 at 13:07 +, Antony Dovgal wrote: tony2001 Thu Aug 7 13:07:07 2008 UTC Removed files: /php-src/ext/pcntlEXPERIMENTAL Log: remove EXPERIMENTAL flag The EXTENSIONS file says EXTENSION: pcntl MAINTENANCE:

Re: [PHP-CVS] Re: cvs: php-src /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Arnaud Le Blanc
Hi, On Thursday 07 August 2008 16:48:30 Johannes Schlüter wrote: Hi, On Thu, 2008-08-07 at 13:07 +, Antony Dovgal wrote: tony2001Thu Aug 7 13:07:07 2008 UTC Removed files: /php-src/ext/pcntl EXPERIMENTAL Log: remove EXPERIMENTAL flag The EXTENSIONS

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] Re: cvs: php-src /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Lukas Kahwe Smith
On 07.08.2008, at 16:59, Arnaud Le Blanc wrote: Hi, On Thursday 07 August 2008 16:48:30 Johannes Schlüter wrote: Hi, On Thu, 2008-08-07 at 13:07 +, Antony Dovgal wrote: tony2001Thu Aug 7 13:07:07 2008 UTC Removed files: /php-src/ext/pcntl EXPERIMENTAL Log:

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] Re: cvs: php-src /ext/pcntl EXPERIMENTAL

2008-08-07 Thread Arnaud Le Blanc
On Thursday 07 August 2008 17:01:52 Lukas Kahwe Smith wrote: On 07.08.2008, at 16:59, Arnaud Le Blanc wrote: Hi, On Thursday 07 August 2008 16:48:30 Johannes Schlüter wrote: Hi, On Thu, 2008-08-07 at 13:07 +, Antony Dovgal wrote: tony2001 Thu Aug 7 13:07:07 2008 UTC

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

2008-08-07 Thread Arnaud Le Blanc
lbarnaudThu Aug 7 15:29:24 2008 UTC Modified files: /php-srcEXTENSIONS Log: New maintainer :) http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.85r2=1.86diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.85

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

2008-08-07 Thread Arnaud Le Blanc
lbarnaudThu Aug 7 15:29:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcEXTENSIONS Log: MFH: New maintainer :) http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.4.2.10r2=1.72.2.4.2.4.2.11diff_format=u Index: php-src/EXTENSIONS

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/litespeed config.m4

2008-08-07 Thread George Wang
gwang Thu Aug 7 16:41:30 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/litespeed config.m4 Log: use PHP_ARG_WITH instead of AC_ARG_WITH http://cvs.php.net/viewvc.cgi/php-src/sapi/litespeed/config.m4?r1=1.2.2.2r2=1.2.2.3diff_format=u -- PHP

[PHP-CVS] cvs: php-internals-win /script conf_tools.bat snap_delete_old.sh snapshot.bat snapshot_5_3.bat

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 17:04:33 2008 UTC Added files: /php-internals-win/script snap_delete_old.sh snapshot.bat conf_tools.bat snapshot_5_3.bat Log: - new snap script (adieu cygwin)

[PHP-CVS] cvs: php-internals-win /script snapshot.bat

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 17:18:13 2008 UTC Modified files: /php-internals-win/script snapshot.bat Log: add lock http://cvs.php.net/viewvc.cgi/php-internals-win/script/snapshot.bat?r1=1.1r2=1.2diff_format=u Index: php-internals-win/script/snapshot.bat diff -u

[PHP-CVS] cvs: win-installer / ExtensionsFeatures53.wxs WixUI_en-us.wxl

2008-08-07 Thread John Mertic
jmertic Thu Aug 7 17:34:55 2008 UTC Modified files: /win-installer ExtensionsFeatures53.wxs WixUI_en-us.wxl Log: Added placeholders for oci8_11g extension. Default enable certain php extensions, such as bz2, curl, exif, gd2, gettext, gmp, imap, mcrypt,

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/litespeed config.m4

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 19:32:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/litespeed config.m4 Log: fix this, so that I can build php without litespeed..

[PHP-CVS] cvs: php-src /sapi/litespeed config.m4

2008-08-07 Thread Nuno Lopes
nlopess Thu Aug 7 19:32:48 2008 UTC Modified files: /php-src/sapi/litespeed config.m4 Log: MFB: fix build http://cvs.php.net/viewvc.cgi/php-src/sapi/litespeed/config.m4?r1=1.3r2=1.4diff_format=u Index: php-src/sapi/litespeed/config.m4 diff -u

[PHP-CVS] cvs: php-internals-win /script snapshot.bat

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 20:16:01 2008 UTC Modified files: /php-internals-win/script snapshot.bat Log: - pdo_oic8 and fix unlock snapshot.bat http://cvs.php.net/viewvc.cgi/php-internals-win/script/snapshot.bat?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/filters stream_filter_remove_basic.phpt stream_filter_remove_error.phpt

2008-08-07 Thread Felix De Vliegher
felixdv Thu Aug 7 22:31:10 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filters stream_filter_remove_basic.phpt stream_filter_remove_error.phpt Log: Basic and error tests for stream_filter_remove()

[PHP-CVS] cvs: php-src /ext/standard/tests/filters stream_filter_remove_basic.phpt stream_filter_remove_error.phpt

2008-08-07 Thread Felix De Vliegher
felixdv Thu Aug 7 22:32:43 2008 UTC Modified files: /php-src/ext/standard/tests/filters stream_filter_remove_basic.phpt stream_filter_remove_error.phpt Log: MFB: Basic and error tests for stream_filter_remove().

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip config.w32 /ext/zip/lib .cvsignore zip.h zip_close.c zip_dirent.c zip_err_str.c zip_filerange_crc.c zip_get_archive_flag.c zip_open.c zip_rename.c zip_set_arc

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 23:24:11 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/zip/libzip_filerange_crc.c zip_get_archive_flag.c zip_set_archive_flag.c Modified files: /php-src/ext/zipconfig.w32

[PHP-CVS] cvs: php-src /ext/dbase .cvsignore CREDITS config.m4 config.w32 dbase.c dbase.dsp dbf.h dbf_head.c dbf_head.h dbf_misc.c dbf_misc.h dbf_ndx.c dbf_ndx.h dbf_rec.c dbf_rec.h package.xml php_db

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 23:48:40 2008 UTC Removed files: /php-src/ext/dbase .cvsignore CREDITS config.m4 config.w32 dbase.c dbase.dsp dbf.h dbf_head.c dbf_head.h dbf_misc.c dbf_misc.h dbf_ndx.c dbf_ndx.h dbf_rec.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dbase .cvsignore CREDITS config.m4 config.w32 dbase.c dbase.dsp dbf.h dbf_head.c dbf_head.h dbf_misc.c dbf_misc.h dbf_ndx.c dbf_ndx.h dbf_rec.c dbf_rec.h package.x

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 23:55:28 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/dbase .cvsignore CREDITS config.m4 config.w32 dbase.c dbase.dsp dbf.h dbf_head.c dbf_head.h dbf_misc.c dbf_misc.h dbf_ndx.c dbf_ndx.h

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

2008-08-07 Thread Pierre-Alain Joye
pajoye Thu Aug 7 23:58:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - dbase moved to pecl http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.255r2=1.2027.2.547.2.965.2.256diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/fbsql .cvsignore CREDITS Readme_w32.txt config.m4 config.w32 fbsql.dsp php_fbsql.c php_fbsql.h

2008-08-07 Thread Pierre-Alain Joye
pajoye Fri Aug 8 00:00:35 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/fbsql .cvsignore CREDITS Readme_w32.txt config.m4 config.w32 fbsql.dsp php_fbsql.c php_fbsql.h Log: - moved to PECL -- PHP CVS Mailing List

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

2008-08-07 Thread Pierre-Alain Joye
pajoye Fri Aug 8 00:01:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - fbsql to pecl http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.256r2=1.2027.2.547.2.965.2.257diff_format=u Index: php-src/NEWS diff -u