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

2006-05-03 Thread Pierre-Alain Joye
pajoye Wed May 3 11:12:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: - document the --with-pdo-sqlite[=dir] http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_sqlite/config.m4?r1=1.26.2.8r2=1.26.2.9diff_format=u Index:

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

2005-12-30 Thread Jani Taskinen
sniper Sat Dec 31 00:56:06 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: MFH:- Fixed bug #35377 (undefined reference to fdatasync)

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

2005-11-27 Thread Antony Dovgal
tony2001Sun Nov 27 17:59:56 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: use || instead of -o to support weird systems with old `test`

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

2005-10-31 Thread Wez Furlong
wez Mon Oct 31 22:13:33 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: Closes PECL Bug #5633. Build tested with 5.0.x as PECL, 5.1 as PECL and 5.1 static

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Marcus Boerger
Hello Wez, i don't see your point here, pdo doesn't build against PHP 5.0 anyway. marcus Sunday, September 25, 2005, 4:28:47 AM, you wrote: wez Sat Sep 24 22:28:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log:

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Derick Rethans
On Sun, 25 Sep 2005, Wez Furlong wrote: wez Sat Sep 24 22:28:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: reinstate this fix for building against PHP 5.0.x. Uhm, this is the PHP_5_1 branch, why should that work

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Andreas Korthaus
Marcus Boerger wrote: Hello Wez, i don't see your point here, pdo doesn't build against PHP 5.0 anyway. PECL PDO does build against PHP 5.1 AND 5.0 (thanks to wez). But after the constants - class constant changes it does not load anymore into 5.0.5 and 5.1 RC1:

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Wez Furlong
Yep, we need to provide a helper function for pdo when built against 5.0 that registers these class constants. --Wez. On 9/25/05, Andreas Korthaus [EMAIL PROTECTED] wrote: Marcus Boerger wrote: Hello Wez, i don't see your point here, pdo doesn't build against PHP 5.0 anyway. PECL PDO

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

2005-09-24 Thread Wez Furlong
wez Sat Sep 24 15:15:25 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: 99% certain that this fixes PECL #5366 and PECL #5391. http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/config.m4?r1=1.26.2.1r2=1.26.2.2ty=u

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

2005-09-24 Thread Jani Taskinen
sniper Sat Sep 24 19:33:58 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: Revert the fix. It works fine when you use PHP_5_1 http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/config.m4?r1=1.26.2.3r2=1.26.2.4ty=u Index:

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

2005-09-24 Thread Wez Furlong
wez Sat Sep 24 22:28:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_sqlite config.m4 Log: reinstate this fix for building against PHP 5.0.x. This works fine against PHP 5.1 too; if you revert this, you'd better have an awesome technical