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

2007-06-07 Thread changelog
changelog Fri Jun 8 01:31:09 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2712r2=1.2713diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2712

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

2007-06-07 Thread changelog
changelog Fri Jun 8 01:31:13 2007 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1125r2=1.1126diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2007-06-07 Thread Marcus Boerger
Hello Jani, we have .re files that are being generated only manually. For one instance look into date lib. best regards marcus Thursday, June 7, 2007, 2:41:10 AM, you wrote: What do you mean with not all .re files have rules ?? --Jani Marcus Boerger kirjoitti: Hello Nuno, not all

RE: [PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global

2007-06-07 Thread Dmitry Stogov
Hi Jani, After this patch all my tests failed, because PHP tries to load extensions twice. First from php.ini and then from command line (-d extension=...). I like your idea, as it's going to allow testing of ALL compileed extensions before installation, but it doesn't work yet. Thanks. Dmitry.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/calendar cal_unix.c /ext/date php_date.c /ext/mime_magic mime_magic.c /main main.c

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 08:44:41 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/calendar cal_unix.c /php-src/ext/date php_date.c /php-src/ext/mime_magic mime_magic.c /php-src/main main.c Log: MFH: check return value of

[PHP-CVS] cvs: php-src /ext/calendar cal_unix.c /ext/date php_date.c /ext/mime_magic mime_magic.c /main main.c

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 08:46:32 2007 UTC Modified files: /php-src/ext/calendar cal_unix.c /php-src/ext/date php_date.c /php-src/ext/mime_magic mime_magic.c /php-src/main main.c Log: check return value of *time_r() functions for

[PHP-CVS] cvs: php-src /ext/ftp ftp.c /ext/interbase ibase_query.c /ext/session session.c /ext/standard datetime.c ftp_fopen_wrapper.c

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 08:58:38 2007 UTC Modified files: /php-src/ext/ftpftp.c /php-src/ext/sessionsession.c /php-src/ext/standard ftp_fopen_wrapper.c datetime.c /php-src/ext/interbase ibase_query.c Log: php_gmtime_r()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ftp ftp.c /ext/interbase ibase_query.c /ext/session session.c /ext/standard datetime.c ftp_fopen_wrapper.c

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 08:59:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ftpftp.c /php-src/ext/sessionsession.c /php-src/ext/standard ftp_fopen_wrapper.c datetime.c /php-src/ext/interbase ibase_query.c Log:

[PHP-CVS] cvs: php-src /ext/calendar easter.c /ext/pdo_sqlite/sqlite/src date.c /ext/sqlite/libsqlite/src date.c /ext/standard info.c /ext/xmlrpc/libxmlrpc xmlrpc.c

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 09:07:12 2007 UTC Modified files: /php-src/ext/pdo_sqlite/sqlite/src date.c /php-src/ext/calendar easter.c /php-src/ext/sqlite/libsqlite/src date.c /php-src/ext/standard info.c /php-src/ext/xmlrpc/libxmlrpc

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/calendar easter.c /ext/pdo_sqlite/sqlite/src date.c /ext/sqlite/libsqlite/src date.c /ext/standard info.c /ext/xmlrpc/libxmlrpc xmlrpc.c

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 09:07:36 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite/sqlite/src date.c /php-src/ext/calendar easter.c /php-src/ext/sqlite/libsqlite/src date.c /php-src/ext/standard info.c

RE: [PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global

2007-06-07 Thread Jani Taskinen
I was afraid that would happen. :) But can't those warnings be suppressed either by excluding E_CORE_WARNING in error_reporting directive or by setting display_startup_errors to off..? Another issue that might be a problem is that you have some extension in your php.ini which you're not

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

2007-06-07 Thread Jani Taskinen
And another one seems to be ext/pdo/pdo_sql_parser.re. Is there some reason not to have the build rules for these? The generated .c files can still be committed and the -g for gcc forced in the Makefile.frag if re2c exists.. --Jani On Thu, 2007-06-07 at 08:06 +0200, Marcus Boerger wrote:

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

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 12:17:16 2007 UTC Modified files: /php-src/ext/mysql php_mysql.c Log: reset active_result_id when fetching persistent connection patch by Peter Christensen

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

2007-06-07 Thread Antony Dovgal
tony2001Thu Jun 7 12:17:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysql php_mysql.c Log: MFH: reset active_result_id when fetching persistent connection patch by Peter Christensen

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

2007-06-07 Thread Stanislav Malyshev
I think this one is still not right. Try N = -1, you should be getting 23, but you'd get 0. + N = floor(N / 24) * 24 + 24; } switch (retformat) { -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP CVS Mailing List

[PHP-CVS] cvs: CVSROOT / avail

2007-06-07 Thread Philip Olson
philip Thu Jun 7 18:15:40 2007 UTC Modified files: /CVSROOTavail Log: Give Ron Korving (ron) phpdoc karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1277r2=1.1278diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1277 CVSROOT/avail:1.1278

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

2007-06-07 Thread Ilia Alshanetsky
iliaa Thu Jun 7 23:16:04 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: Final shot at the date issue http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.49r2=1.43.2.45.2.50diff_format=u Index:

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

2007-06-07 Thread Ilia Alshanetsky
iliaa Thu Jun 7 23:16:41 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Final shot at the date issue http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.140r2=1.141diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2007-06-07 Thread Ilia Alshanetsky
iliaa Fri Jun 8 00:41:58 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bcmath bcmath.c /php-srcNEWS Log: Added missing error check inside bcpowmod().

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_gif_in.c

2007-06-07 Thread Pierre-Alain Joye
pajoye Fri Jun 8 05:25:52 2007 UTC Modified files: /php-src/ext/gd/libgd gd_gif_in.c Log: - MFB: #41630, fix segfault when an invalid color index is present in the image data