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&r2=1.579.2.52.2.1

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

2007-10-06 Thread Nuno Lopes
No, lcov doesn't need any patching anymore. Even lcov 1.5 (the official release, not our pre-releases) already worked out-of-the-box. Nuno - Original Message - Hello Nuno, do we still need to patch anything with 1.6? marcus Friday, October 5, 2007, 4:51:36 PM, you wrote: nlopess

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

2007-10-06 Thread Marcus Boerger
Hello Nuno, do we still need to patch anything with 1.6? marcus Friday, October 5, 2007, 4:51:36 PM, you wrote: > nlopess Fri Oct 5 14:51:36 2007 UTC > Modified files: (Branch: PHP_5_2) > /php-srcconfigure.in > Log: > allow lcov 1.6 > > http://cvs.php.

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /ext/odbc config.m4 /sapi/aolserver config.m4 /sapi/apache config.m4 /sapi/apache2filter config.m4 /sapi/apache2handler config.m4 /sapi/apache_

2007-07-12 Thread Jani Taskinen
On Thu, 2007-07-12 at 08:51 +0200, Derick Rethans wrote: > On Wed, 11 Jul 2007, Jani Taskinen wrote: > > > janiWed Jul 11 23:20:37 2007 UTC > > > > > MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure > > MFH: options) > > Add this to the NEWS file? I

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / configure.in /ext/odbc config.m4 /sapi/aolserver config.m4 /sapi/apache config.m4 /sapi/apache2filter config.m4 /sapi/apache2handler config.m4 /sapi/apache_

2007-07-11 Thread Derick Rethans
On Wed, 11 Jul 2007, Jani Taskinen wrote: > jani Wed Jul 11 23:20:37 2007 UTC > > MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure > MFH: options) Add this to the NEWS file? I am pretty sure people want to know about this as it's quite useful. Derick --