1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
Scott MacVicar 3c728afb54 MFH: Sync libsqlite to 3.6.1 2008-08-06 14:22:10 +00:00
Scott MacVicar 09582a712f MFH: Fix test on Windows 2008-08-06 14:07:37 +00:00
Elizabeth Marie Smith 37d23600bf Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static 2008-08-05 20:16:21 +00:00
Jani Taskinen b17dc14f18 MFH: nuketh C++ comments 2008-08-03 12:15:55 +00:00
Felipe Pena e304515ddb - MFH: Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:46:07 +00:00
Antony Dovgal 617ab865a0 MFH: fix int<->long mess causing lots of segfaults on x86_64 2008-08-01 08:27:56 +00:00
Hannes Magnusson f8f406208b Fix skipif (altough I can't find any such method in the source..?) 2008-08-01 08:01:31 +00:00
Scott MacVicar 0d2f16d3d0 Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)
Fix test after class rename
2008-07-31 23:25:39 +00:00
Scott MacVicar d9509f7a6d Class rename to match Coding Standards 2008-07-31 22:30:26 +00:00
Hannes Magnusson a31dc0ccd0 Which means do not include.., thanks Jani :) 2008-07-31 22:30:25 +00:00
Hannes Magnusson f2d88b3efa Say without, since its enabled by default 2008-07-31 22:28:51 +00:00
Scott MacVicar 9abe173e8c Enable by default and fix compile error 2008-07-31 22:24:05 +00:00
Scott MacVicar 00788aa163 Fix test 2008-07-31 17:13:31 +00:00
Scott MacVicar 76cf0f6e6b Stray RETURN_TRUE value 2008-07-31 16:31:12 +00:00
Scott MacVicar 2b040f2d66 MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:53 +00:00
Scott MacVicar b8744bf3c9 Fix error when fetchArray reaches the last row, and prototyp error 2008-07-28 23:01:02 +00:00
Jani Taskinen 7a70ad4502 - Fix EOLs 2008-07-28 11:59:35 +00:00
Jani Taskinen 9218157548 MFH: fix build 2008-07-26 23:58:06 +00:00
Jani Taskinen 96ea7313a6 MFH: build fixes, cs, ws, etc. 2008-07-26 23:42:53 +00:00
Jani Taskinen d448b6b70d - No tabs. 2008-07-26 22:14:52 +00:00
Jani Taskinen fd3b5bcc5a - Fix description 2008-07-25 12:04:54 +00:00
Jani Taskinen 213fd450fa - No tabs, fix indent in configure --help 2008-07-25 12:01:47 +00:00
Scott MacVicar d584ed4a01 SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 2008-07-25 02:44:59 +00:00