1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Commit Graph

66 Commits

Author SHA1 Message Date
Marcus Boerger 92af2b6194 - Update tests 2005-03-10 17:55:36 +00:00
Wez Furlong a826ded3cc re-enable deps for HEAD 2005-03-09 18:21:41 +00:00
Wez Furlong e162e80d31 prep for pecl release 2005-03-09 18:21:10 +00:00
Wez Furlong 584abff629 update extension version 2005-03-09 18:18:53 +00:00
Wez Furlong 95b67c9763 update in readiness for release 2005-03-09 06:04:21 +00:00
Magnus M��tt� 591fb2d97c Add one more test. 2005-03-09 05:29:57 +00:00
Magnus M��tt� 4b4975f1f8 Add test 020 and 021 for PDO_SQLite. 2005-03-09 04:45:08 +00:00
Marcus Boerger bbccc37f84 - Add new tests 2005-03-07 22:43:27 +00:00
Marcus Boerger efb3529b7f - Add new tests 2005-03-07 22:36:12 +00:00
Marcus Boerger 7bbbfa3f15 - Add new tests 2005-03-07 01:39:12 +00:00
Marcus Boerger f76f510185 - Add tests
- Fix testname
- Drop unnecessary include line (was wrong anyway)
2005-03-04 01:29:27 +00:00
foobar 3f320607ab touch 2005-03-01 01:45:34 +00:00
Rasmus Lerdorf 99f832a206 If pdo is disabled, skip all the pdo extensions. 2005-02-28 08:18:47 +00:00
Wez Furlong 742b0ab676 build bundled sqlite on win32 2005-02-28 03:23:56 +00:00
Wez Furlong c145e5a7e3 juggle around a bit; commit generated file 2005-02-28 03:21:52 +00:00
Wez Furlong f58e2006d5 fix for PECL Bug #3452 2005-02-28 01:30:14 +00:00
Marcus Boerger d0a76e992b - Add new test 2005-02-27 22:39:35 +00:00
Wez Furlong ae5649598d upgrade bundled sqlite to sqlite 3.1.3 2005-02-27 05:20:19 +00:00
Wez Furlong 2c5b2fc105 Alan: moved your fields away, but reserved you a pointer.
Changed PDO::lastInsertId() to have following proto:

	string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier.  None currently use
it, but pgsql will be on the list of drivers that do.
2005-02-26 17:27:51 +00:00
Wez Furlong 31f5f8f907 fix line endings 2005-02-26 15:41:54 +00:00
Marcus Boerger b89fda667f - Drop driver name from generic tests and reserve those names for driver
specific tests.
# Well a little design correction
2005-02-24 00:11:16 +00:00
Marcus Boerger b786b93b7a - Delay ctor call so that it can overwrite everything and the data can
already be accessed from the ctor.
2005-02-23 23:28:30 +00:00
Marcus Boerger 3f1738f96d - Add new tests 2005-02-23 01:13:13 +00:00
Marcus Boerger 3cb441df9a - Add new tests 2005-02-23 00:56:34 +00:00
Marcus Boerger ab8f1f316b - Add new test 2005-02-21 18:55:51 +00:00
Marcus Boerger 74b1cee57f - Show warnings 2005-02-21 18:54:45 +00:00
Marcus Boerger 94c286f2ef - Attempt at an unified test suite 2005-02-20 17:56:19 +00:00
Marcus Boerger 26677dd2a2 - Add test 2005-02-20 16:16:45 +00:00
Marcus Boerger 567fd3159d - Update tests 2005-02-20 15:28:31 +00:00
Marcus Boerger 44ab1ef86c - Update test 2005-02-20 13:37:04 +00:00
Marcus Boerger 96e8cca9bc - Add test 2005-02-19 23:58:03 +00:00
Marcus Boerger 6045a3a5e1 - Add test 2005-02-19 23:48:47 +00:00
Marcus Boerger 422e2b639e - Add PDO_FETCH_GROUP test 2005-02-19 23:12:24 +00:00
Marcus Boerger 1fee3962b0 - Update/Add tests 2005-02-19 21:50:46 +00:00
Marcus Boerger 89f1128cf4 - Add first tests 2005-02-19 19:52:41 +00:00
Wez Furlong 55f53a5a96 symlinked pdo drivers under ext.
Enabled PDO and PDO_SQLITE by default.
Fixup PDO header detection so that it searches in the correct order, and
correctly picks up the headers when building from outside of the source
tree.

TODO: make pdo_XXX auto-enable when XXX is enabled.  Volunteers welcome.
2005-02-17 04:23:15 +00:00
Wez Furlong bee7f3d0ac correct backwards logic 2005-02-13 03:01:38 +00:00
Wez Furlong 08f683a645 Probably fix pecl vs bundled-shared build 2005-02-13 02:51:11 +00:00
Wez Furlong 9e31b10531 prep for release 2005-02-12 08:23:32 +00:00
Wez Furlong 002545fffb Fix bundled sqlite build (doh!) 2005-02-12 08:20:17 +00:00
Wez Furlong 877a2bd690 prep for release 2005-02-10 02:06:49 +00:00
Ilia Alshanetsky cd6d5fb18f Fixed compile warnings. 2005-02-09 16:33:00 +00:00
Wez Furlong ad60999858 proper fix for PECL Bug #3412 2005-02-09 14:32:04 +00:00
Wez Furlong 1cdde9e3ed update with changes 2005-02-09 07:02:00 +00:00
Wez Furlong 211206b2e4 Add PDO_ATTR_TIMEOUT support.
Fix PECL Bug #3391
2005-02-09 07:00:00 +00:00
Wez Furlong 229ea4bbfc update ready for release.
Disable dependency macro for compatibility with existing PHP 5.0.x releases.
2005-02-09 04:57:32 +00:00
Wez Furlong ae5958570b update 2005-02-07 01:21:58 +00:00
Wez Furlong d87c5ec288 update for api changes 2005-02-06 22:34:53 +00:00
Wez Furlong 26f97a911b Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3
2005-01-21 00:39:03 +00:00
Wez Furlong a9d98544de Allow drivers to select bind emulation on a per statement basis 2005-01-18 04:58:50 +00:00