Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-13 Thread Jani Taskinen
Because it didn't make sense not to allow using both. I thought I fixed those tests..? Or which ones do you mean? --Jani Dmitry Stogov [EMAIL PROTECTED] kirjoitti: Hi Jani, What is the reason of removing "-n and -c" option check in cli/cgi? It breaks two tests. Thanks

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

2008-08-13 Thread Jani Taskinen
janiWed Aug 13 19:43:48 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: typoh http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1198&r2=1.2027.2.547.2.1199&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1198

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

2008-08-13 Thread Jani Taskinen
What exactly was merged to fix/change/what? HEAD has the log now with just 'MFB'..wtf? Please, follow the rules.. --Jani Marcus Boerger [EMAIL PROTECTED] kirjoitti: helly Tue Aug 12 15:37:36 2008 UTC Modified files: /php-src/ext/phar func_interceptors.c L

[PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global NEWS /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-12 Thread Jani Taskinen
janiWed Aug 13 01:01:29 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.global NEWS /php-src/ext/standard info.c /php-src/main php_ini.c /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c /php-src/sapi/mi

[PHP-CVS] cvs: php-src(PHP_5_3) / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-12 Thread Jani Taskinen
janiWed Aug 13 00:53:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcMakefile.global /php-src/ext/standard info.c /php-src/main php_ini.c /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c /php-src/sapi/milter

[PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-12 Thread Jani Taskinen
janiWed Aug 13 00:49:59 2008 UTC Modified files: /php-srcMakefile.global /php-src/ext/standard info.c /php-src/main php_ini.c /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c /php-src/sapi/milterphp_milter

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

2008-08-10 Thread Jani Taskinen
janiSun Aug 10 15:02:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Already in 5.2 NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.260&r2=1.2027.2.547.2.965.2.261&diff_format=u Index: php-src/NEWS diff -u php-src

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

[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.254&r2=1.2027.2.547.2.965.2.255&diff_format=u Index: php-src/NEWS diff -

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.*) http://c

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/fileinfo config.m4

2008-08-06 Thread Jani Taskinen
Derick Rethans kirjoitti: On Wed, 6 Aug 2008, Jani Taskinen wrote: Derick Rethans kirjoitti: derick Wed Aug 6 14:29:27 2008 UTC Modified files: /php-src/ext/fileinfoconfig.m4 Log: - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and

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

2008-08-06 Thread Jani Taskinen
Antony Dovgal kirjoitti: tony2001Wed Aug 6 09:03:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams streams.c Log: MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context [snip] Isn

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

2008-08-06 Thread Jani Taskinen
Derick Rethans kirjoitti: derick Wed Aug 6 14:29:27 2008 UTC Modified files: /php-src/ext/fileinfo config.m4 Log: - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h). http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/config.m

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

2008-08-06 Thread Jani Taskinen
Hannes Magnusson kirjoitti: On Wed, Aug 6, 2008 at 14:01, Derick Rethans <[EMAIL PROTECTED]> wrote: On Wed, 6 Aug 2008, Hannes Magnusson wrote: On Wed, Aug 6, 2008 at 13:30, Pierre Joye <[EMAIL PROTECTED]> wrote: hi Marcus, On Wed, Aug 6, 2008 at 1:07 PM, Marcus Boerger <[EMAIL PROTECTED]> w

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

2008-08-05 Thread Jani Taskinen
janiWed Aug 6 05:51:39 2008 UTC Modified files: /php-srcNEWS Log: - Old news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2164&r2=1.2165&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2164 php-src/NEWS:1.2165 --- php-src/NEWS:1.2164 Mon

[PHP-CVS] cvs: php-src /ext/session session.c /ext/session/tests session_decode_variation3.phpt session_encode_variation3.phpt session_encode_variation4.phpt session_encode_variation5.phpt session_en

2008-08-05 Thread Jani Taskinen
janiWed Aug 6 05:34:55 2008 UTC Modified files: /php-src/ext/sessionsession.c /php-src/ext/session/tests session_decode_variation3.phpt session_encode_variation3.phpt session_encode_var

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

2008-08-05 Thread Jani Taskinen
janiWed Aug 6 04:48:40 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: - MFB: sync parameter parsing API changes in session_set_save_handler() http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.490&r2=1.491&diff_format=u In

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

2008-08-05 Thread Jani Taskinen
janiWed Aug 6 04:24:55 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: - MFB: snprintf -> slprintf, nuketh extra folding tags, ws fixes http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.489&r2=1.490&diff_format=u Index: php

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

2008-08-05 Thread Jani Taskinen
janiWed Aug 6 00:36:14 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: ws + folding tags http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.488&r2=1.489&diff_format=u Index: php-src/ext/session/session.c diff -u php-src/ext/

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 23:04:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionphp_session.h Log: - nuketh period from error message http://cvs.php.net/viewvc.cgi/php-src/ext/session/php_session.h?r1=1.101.2.2.2.5.2.2&r2=1.101.2.2.2.5.2.3&diff

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 22:52:35 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: - Nuke ending period http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.487&r2=1.488&diff_format=u Index: php-src/ext/session/session.c diff -u php-src/

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 22:52:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: - Nuke ending periods from error messages http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.40.2.12&r2=1.417.2.8.2.40.2.13&d

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 21:48:19 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: useless entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1190&r2=1.2027.2.547.2.1191&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 16:25:42 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.41&r2=1.226.2.37.2.35.2.42&diff_format=u Index: php-src/run-tests.php diff -u php-sr

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 16:25:31 2008 UTC Modified files: /php-srcrun-tests.php Log: - No need to load any php.ini here http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.372&r2=1.373&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl config.m4 pcntl.c php_pcntl.h php_signal.c /ext/pcntl/tests 001.phpt 002.phpt pcntl_signal_dispatch.phpt signal_closure_handler.phpt

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 15:12:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcntl config.m4 pcntl.c php_pcntl.h php_signal.c /php-src/ext/pcntl/tests001.phpt 002.phpt pcntl_signal_dispatch.phpt

[PHP-CVS] cvs: php-src /ext/pcntl config.m4 pcntl.c php_pcntl.h php_signal.c /ext/pcntl/tests 001.phpt 002.phpt pcntl_signal_dispatch.phpt signal_closure_handler.phpt

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 15:12:11 2008 UTC Modified files: /php-src/ext/pcntl config.m4 pcntl.c php_pcntl.h php_signal.c /php-src/ext/pcntl/tests001.phpt 002.phpt pcntl_signal_dispatch.phpt signal_clo

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 12:37:09 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/mathbug45712.phpt Log: MFH:- Add test for bug #45712 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/math/bug45712.phpt?view=markup&rev=1.1 Index: php

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 12:36:47 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/mathbug45712.phpt Log: MFH:- Add test for bug #45712 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/math/bug45712.phpt?view=markup&rev=1.1 Index: php

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

2008-08-05 Thread Jani Taskinen
janiTue Aug 5 12:36:22 2008 UTC Added files: /php-src/ext/standard/tests/mathbug45712.phpt Log: - Add test for bug #45712 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/math/bug45712.phpt?view=markup&rev=1.1 Index: php-src/ext/standard/tes

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/imap php_imap.c /ext/imap/tests bug45705_1.phpt bug45705_2.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:16:22 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/imap/tests bug45705_1.phpt bug45705_2.phpt Modified files: /php-srcNEWS /php-src/ext/imap php_imap.c Log: MFH:- Fixed bug #45705 (rfc822_parse_ad

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c /ext/imap/tests bug45705_1.phpt bug45705_2.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:14:28 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/imap/tests bug45705_1.phpt bug45705_2.phpt Modified files: /php-src/ext/imap php_imap.c Log: MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passe

[PHP-CVS] cvs: php-src /ext/imap php_imap.c /ext/imap/tests bug45705.phpt bug45705_1.phpt bug45705_2.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:13:34 2008 UTC Added files: /php-src/ext/imap/tests bug45705_1.phpt bug45705_2.phpt Removed files: /php-src/ext/imap/tests bug45705.phpt Modified files: /php-src/ext/imap php_imap.c Log:

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

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:10:36 2008 UTC Modified files: /php-src/ext/imap/tests imap_utf8.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/imap/tests/imap_utf8.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/imap/tests/imap_utf8.phpt diff -u p

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

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 20:54:21 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: MFH: proper version check http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.34&r2=1.208.2.7.2.35&diff_format=u Index: php-src/ext/ima

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

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 20:51:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: MFH: Add proper version check (new c-clients have this) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.16&r2=1.208.2.7.2.26.2

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

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 13:45:37 2008 UTC Added files: /php-src/ext/imap/tests bug45705.phpt Log: - Add test for bug #45705 http://cvs.php.net/viewvc.cgi/php-src/ext/imap/tests/bug45705.phpt?view=markup&rev=1.1 Index: php-src/ext/imap/tests/bug45705.phpt +++

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

2008-08-04 Thread Jani Taskinen
FYI: PHP_5_2 is not dead. You should always merge bug fixes to that branch too.. --Jani Kalle Sommer Nielsen kirjoitti: kalle Mon Aug 4 06:18:27 2008 UTC Modified files: /php-src/ext/session session.c Log: Fixes #45406 - Patch by oleg dot grenrus at dynamo

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

2008-08-03 Thread Jani Taskinen
Marcus Boerger wrote: - Improved php.ini handling: (Jani) - . Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI + . Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. . Added support for special [PATH=/opt/httpd/www.example.com/] and [H

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:22:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: typo, grammar http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.243&r2=1.2027.2.547.2.965.2.244&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/com_dotnet com_handlers.c com_saproxy.c /ext/ming ming.c /ext/pdo_mysql mysql_driver.c /ext/pdo_odbc odbc_stmt.c /ext/pgsql pgsql.c /ext/sqlite3/libsqlite sql

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:15:57 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/com_dotnet com_handlers.c com_saproxy.c /php-src/ext/ming ming.c /php-src/ext/pdo_mysql mysql_driver.c /php-src/ext/pdo_odbc odbc_stmt.c /php-src/ext/

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_saproxy.c /ext/dom xpath.c /ext/fbsql php_fbsql.c /ext/pdo_mysql mysql_driver.c /ext/pgsql pgsql.c /ext/sqlite3/libsqlite sqlite3.c /ext

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:12:46 2008 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_saproxy.c /php-src/ext/domxpath.c /php-src/ext/fbsql php_fbsql.c /php-src/ext/pdo_mysql mysql_driver.c /php-src/ext/pgsql pgsql.c /php

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:11:13 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/exif exif.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.25&r2=1.173.2.5.2.26&diff_format=u Index: php-src/ext/exif/exif.c diff -u php-src/ext/e

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:11:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.7&r2=1.173.2.5.2.20.2.8&diff_format=u Index: php-src/ext/exif/exif.c diff -u php-s

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:10:51 2008 UTC Modified files: /php-src/ext/exif exif.c Log: - fix comment style http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.203&r2=1.204&diff_format=u Index: php-src/ext/exif/exif.c diff -u php-src/ext/exif/exif.c:1.203 ph

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:04:58 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: missing eol http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.911&r2=1.912&diff_format=u Index: php-src/ext/standard/basic_functions.c

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:03:03 2008 UTC Modified files: /php-src/ext/standard var.c Log: - Fix comment http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.275&r2=1.276&diff_format=u Index: php-src/ext/standard/var.c diff -u php-src/ext/standard/var.

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:59:00 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: MFH: no c++ comments in c files http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.36&r2=1.224.2.22.2.37&diff_format=u In

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:58:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: MFH: no c++ comments in c files http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25.2.27&r2=1.224.2.22.2.25.2.28&diff_f

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:56:45 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: - No C++ comments in C files! http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.293&r2=1.294&diff_format=u Index: php-src/ext/mbstring/mbstring.c di

[PHP-CVS] cvs: php-src /sapi/litespeed lsapi_main.c

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:55:06 2008 UTC Modified files: /php-src/sapi/litespeed lsapi_main.c Log: oops http://cvs.php.net/viewvc.cgi/php-src/sapi/litespeed/lsapi_main.c?r1=1.6&r2=1.7&diff_format=u Index: php-src/sapi/litespeed/lsapi_main.c diff -u php-src/sapi/

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

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:54:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/localelocale_class.c Log: oops http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_class.c?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/intl/locale/loc

[PHP-CVS] cvs: php-src /ext/intl/locale locale_class.c

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:53:28 2008 UTC Modified files: /php-src/ext/intl/localelocale_class.c Log: oops http://cvs.php.net/viewvc.cgi/php-src/ext/intl/locale/locale_class.c?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/intl/locale/locale_class.c diff -u php-s

[PHP-CVS] cvs: php-src /sapi/litespeed lsapi_main.c lsapilib.c

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:46:02 2008 UTC Modified files: /php-src/sapi/litespeed lsapi_main.c lsapilib.c Log: - Added missing $Id$ tags and nuked c++ comments http://cvs.php.net/viewvc.cgi/php-src/sapi/litespeed/lsapi_main.c?r1=1.5&r2=1.6&diff_format=u Index: ph

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl/locale locale.c locale.h locale_class.c locale_class.h locale_methods.c locale_methods.h

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:33:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/localelocale.c locale.h locale_class.c locale_class.h locale_methods.c locale_methods.h Log: - What a mess.

[PHP-CVS] cvs: php-src /ext/intl/locale locale.c locale.h locale_class.c locale_class.h locale_methods.c locale_methods.h

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 11:32:45 2008 UTC Modified files: /php-src/ext/intl/localelocale.c locale.h locale_class.c locale_class.h locale_methods.c locale_methods.h Log: - These files do not conform to

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3 config.m4 php_sqlite3.h

2008-07-31 Thread Jani Taskinen
Scott MacVicar kirjoitti: scottmacThu Jul 31 22:24:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3 config.m4 php_sqlite3.h Log: Enable by default and fix compile error http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4

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

2008-07-31 Thread Jani Taskinen
janiThu Jul 31 22:20:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Fix news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.236&r2=1.2027.2.547.2.965.2.237&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.202

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

2008-07-31 Thread Jani Taskinen
janiThu Jul 31 11:50:54 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/tests mb_substr_basic.phpt Log: MFH:- fix test http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_substr_basic.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: ph

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

2008-07-31 Thread Jani Taskinen
janiThu Jul 31 11:50:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring/tests mb_substr_basic.phpt Log: MFH:- fix test http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_substr_basic.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u Index: ph

[PHP-CVS] cvs: php-src /ext/mbstring/tests mb_substr_basic.phpt

2008-07-31 Thread Jani Taskinen
janiThu Jul 31 11:49:57 2008 UTC Modified files: /php-src/ext/mbstring/tests mb_substr_basic.phpt Log: - fix test http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/tests/mb_substr_basic.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/mbstring/tests/mb_s

Re: [PHP-CVS] cvs: php-src /ext/sqlite3/libsqlite sqlite3.c sqlite3.h sqlite3ext.h

2008-07-30 Thread Jani Taskinen
Scott MacVicar kirjoitti: scottmacThu Jul 31 00:46:22 2008 UTC Modified files: /php-src/ext/sqlite3/libsqlite sqlite3.c sqlite3.h sqlite3ext.h Log: Resync libsqlite files from amalgamation. Save the kittens, no EOL mess. Eh..you just changed some $H

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

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:51:07 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1183&r2=1.2027.2.547.2.1184&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1183 p

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/isapi php5isapi.c

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:49:16 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/isapi php5isapi.c Log: MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/isapi php5isapi.c

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:48:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/isapi php5isapi.c Log: MFH:- Fixed bug #45568 (ISAPI does not property clear auth_digest in header). http://cvs.php.net/viewvc.cgi/php-src/sapi/isapi/php5isapi.c?r1=1.8.2.2.2.3.2

[PHP-CVS] cvs: php-src /sapi/isapi php5isapi.c

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:48:32 2008 UTC Modified files: /php-src/sapi/isapi php5isapi.c Log: - Fixed bug #45568 (ISAPI does not property clear auth_digest in header). http://cvs.php.net/viewvc.cgi/php-src/sapi/isapi/php5isapi.c?r1=1.13&r2=1.14&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:45:46 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/scriptsphpize.m4 Log: MFH:- Applied the missing parts to phpize.m4 for zend extension builds http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.8&r2=1.17.2.3.2.

[PHP-CVS] cvs: php-src(PHP_5_3) /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:45:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.m4 Log: MFH:- Applied the missing parts to phpize.m4 for zend extension builds http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.5.2.4&r2=1.17.2.

[PHP-CVS] cvs: php-src /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiThu Jul 31 00:45:04 2008 UTC Modified files: /php-src/scriptsphpize.m4 Log: - Applied the missing parts to phpize.m4 for zend extension builds http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.29&r2=1.30&diff_format=u Index: php-src/script

[PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global configure.in /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 23:57:15 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.global configure.in /php-src/scriptsphpize.m4 Log: MFH: sync build stuff http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.57.2.5.2.14&r2=1.57.2.5.2.15&d

[PHP-CVS] cvs: php-src(PHP_5_3) /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 23:56:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.m4 Log: MFH:- Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in) http://cvs.php.net/viewvc.cgi/php-src/scripts/ph

[PHP-CVS] cvs: php-src /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 23:55:39 2008 UTC Modified files: /php-src/scriptsphpize.m4 Log: - Detect whether debugging was enabled in PHP and drop optimizing flags if so (merge from configure.in) http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.28&r2=1.

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 23:32:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in Log: MFH:CS http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.26&r2=1.579.2.52.2.77.2.27&diff_format=u Index: php-src/configure.in diff -u php-sr

[PHP-CVS] cvs: php-src / configure.in

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 23:31:41 2008 UTC Modified files: /php-srcconfigure.in Log: CS http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.663&r2=1.664&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.663 php-src/configure.in:1.664 ---

[PHP-CVS] cvs: php-src(PHP_5_2) / acinclude.m4

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 23:27:26 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcacinclude.m4 Log: MFH: sync http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.26&r2=1.332.2.14.2.27&diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinc

[PHP-CVS] cvs: php-src(PHP_5_3) /scripts phpize.m4

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 22:55:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/scriptsphpize.m4 Log: ws http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.17.2.3.2.5.2.2&r2=1.17.2.3.2.5.2.3&diff_format=u Index: php-src/scripts/phpize.m4 diff -u php

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

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 08:18:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: MFH:ws http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.50&r2=1.43.2.45.2.51.2.51&diff_format=u Index: php-src/ext/date/php_dat

[PHP-CVS] cvs: php-src /ext/date php_date.c

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 08:13:03 2008 UTC Modified files: /php-src/ext/date php_date.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.201&r2=1.202&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.201 php

[PHP-CVS] cvs: php-src /ext/sqlite3/libsqlite sqlite3ext.h /ext/sqlite3/tests skipif.inc stream_test.inc

2008-07-28 Thread Jani Taskinen
janiMon Jul 28 12:01:57 2008 UTC Modified files: /php-src/ext/sqlite3/libsqlite sqlite3ext.h /php-src/ext/sqlite3/tests skipif.inc stream_test.inc Log: - Fix EOLs http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/libsqlite/sqlite3ext.h?r1=1.2&r2=1.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3 php_sqlite3.h php_sqlite3_structs.h /ext/sqlite3/tests skipif.inc stream_test.inc

2008-07-28 Thread Jani Taskinen
janiMon Jul 28 11:59:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3php_sqlite3.h php_sqlite3_structs.h /php-src/ext/sqlite3/tests skipif.inc stream_test.inc Log: - Fix EOLs http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/php

[PHP-CVS] cvs: php-src /ext/sqlite3 php_sqlite3.h

2008-07-28 Thread Jani Taskinen
janiMon Jul 28 11:56:46 2008 UTC Modified files: /php-src/ext/sqlite3php_sqlite3.h Log: - Fix EOLs. (Pierre: yea, mac2unix..try not touch files with your braindead Winblows editors!) http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/php_sqlite3.h?r

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /scripts phpize.m4

2008-07-27 Thread Jani Taskinen
Uh..thanks, I totally forgot that file.. --Jani David Soria Parra kirjoitti: dsp Sun Jul 27 20:42:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/scripts phpize.m4 Log: - Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cg

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2008-07-27 Thread Jani Taskinen
Jani Taskinen kirjoitti: janiSun Jul 27 15:05:48 2008 UTC Modified files: (Branch: PHP_5_2) /php-src configure.in Log: MFH:- Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.102&am

[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2008-07-27 Thread Jani Taskinen
janiSun Jul 27 15:05:48 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: MFH:- Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.102&r2=1.579.2.52.2.103&diff_format=u Index: p

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-07-27 Thread Jani Taskinen
janiSun Jul 27 15:05:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in Log: MFH:- Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.25&r2=1.579.2.52.2.77.2.26&diff_format=u

[PHP-CVS] cvs: php-src / configure.in

2008-07-27 Thread Jani Taskinen
janiSun Jul 27 15:05:22 2008 UTC Modified files: /php-srcconfigure.in Log: - Fixed the fix for not requiring C++ always http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.662&r2=1.663&diff_format=u Index: php-src/configure.in diff -u php-src/configu

[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2008-07-27 Thread Jani Taskinen
janiSun Jul 27 15:01:41 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: MFH: Partial sync http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.101&r2=1.579.2.52.2.102&diff_format=u Index: php-src/configure.in diff -u php-

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 23:45:54 2008 UTC Modified files: /php-src/ext/sqlite3config.m4 Log: - Fixed build with bundled library http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/sqlite3/config.m4 diff -

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 23:21:02 2008 UTC Modified files: /php-src/ext/sqlite3config.m4 Log: NO Winblows EOLs here!!! http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/sqlite3/config.m4 diff -u php-src/

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:40:45 2008 UTC Modified files: /php-src/ext/standard credits_ext.h Log: update credits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_ext.h?r1=1.44&r2=1.45&diff_format=u Index: php-src/ext/standard/credits_ext.h diff -u ph

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:21:12 2008 UTC Modified files: /php-srcheader Log: correct year and version http://cvs.php.net/viewvc.cgi/php-src/header?r1=1.17&r2=1.18&diff_format=u Index: php-src/header diff -u php-src/header:1.17 php-src/header:1.18 --- php-src/hea

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:19:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard credits_ext.h Log: update credits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_ext.h?r1=1.30.2.6.2.6.2.5&r2=1.30.2.6.2.6.2.6&diff_format=u Index: php-

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl CREDITS

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:18:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl CREDITS Log: MFH:tune http://cvs.php.net/viewvc.cgi/php-src/ext/intl/CREDITS?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/intl/CREDITS diff -u php-src/ext/intl/CR

[PHP-CVS] cvs: php-src /ext/sqlite3 CREDITS

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:18:00 2008 UTC Modified files: /php-src/ext/sqlite3CREDITS Log: - Fix EOLs http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/CREDITS?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/sqlite3/CREDITS diff -u php-src/ext/sqlite3/CREDITS:

[PHP-CVS] cvs: php-src /ext/intl CREDITS

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:17:17 2008 UTC Modified files: /php-src/ext/intl CREDITS Log: tune http://cvs.php.net/viewvc.cgi/php-src/ext/intl/CREDITS?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/intl/CREDITS diff -u php-src/ext/intl/CREDITS:1.2 php-src/ext/intl/CR

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:14:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3config.m4 Log: - No tabs. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/sqlite3/config.m4 diff

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

2008-07-26 Thread Jani Taskinen
janiSat Jul 26 22:11:42 2008 UTC Modified files: /php-src/ext/sqlite3config.m4 Log: - No tabs. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/sqlite3/config.m4 diff -u php-src/ext/sqlite3/co

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo config.m4 /ext/pdo_dblib config.m4 /ext/pdo_firebird config.m4 /ext/pdo_mysql config.m4 /ext/pdo_oci config.m4 /ext/pdo_odbc config.m4 /ext/pdo_pgsql con

2008-07-25 Thread Jani Taskinen
janiFri Jul 25 13:46:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdoconfig.m4 /php-src/ext/pdo_dblib config.m4 /php-src/ext/pdo_firebird config.m4 /php-src/ext/pdo_mysql config.m4 /php-src/ext/pdo_ociconfig.m

[PHP-CVS] cvs: php-src /ext/pdo config.m4 /ext/pdo_dblib config.m4 /ext/pdo_firebird config.m4 /ext/pdo_mysql config.m4 /ext/pdo_oci config.m4 /ext/pdo_odbc config.m4 /ext/pdo_pgsql config.m4 /

2008-07-25 Thread Jani Taskinen
janiFri Jul 25 13:38:41 2008 UTC Modified files: /php-src/ext/pdoconfig.m4 /php-src/ext/pdo_dblib config.m4 /php-src/ext/pdo_firebird config.m4 /php-src/ext/pdo_mysql config.m4 /php-src/ext/pdo_ociconfig.m4 /php-src/e

<    4   5   6   7   8   9   10   11   12   13   >