Ilia Alshanetsky
2d920f6848
Only set authorizer if we intend to use it (safe_mode or open_basedir).
2005-07-27 02:35:37 +00:00
Ilia Alshanetsky
bc80bdb973
Added test for bug #33841 .
2005-07-24 17:19:59 +00:00
Ilia Alshanetsky
66125c18a3
Fixed bug #33841 (pdo sqlite driver forgets to update affected column count
...
on execution of prepared statments).
2005-07-23 23:34:04 +00:00
Wez Furlong
4854dd71de
this needs to be the column count, otherwise a db->query() that returns 0 rows
...
will fail rather than returning a statement with no rows.
2005-07-18 14:40:49 +00:00
Ilia Alshanetsky
7d1b4145b1
Fixed compiler warning.
2005-07-14 23:17:16 +00:00
Ilia Alshanetsky
d3a9f93111
cursor_closer for SQLite.
2005-07-09 04:37:27 +00:00
Ilia Alshanetsky
703c55577b
Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0.
2005-07-07 15:13:28 +00:00
Wez Furlong
35dbaea547
remove the old tests for pdo_sqlite
2005-07-06 06:09:13 +00:00
Wez Furlong
7b610aba35
Add a redirect test to run the common pdo core tests against the sqlite
...
driver
2005-07-06 06:08:53 +00:00
Ilia Alshanetsky
e614839111
touch generated file.
2005-06-30 20:59:21 +00:00
Ilia Alshanetsky
7d02c9dcb2
Upgraded bundled sqlite lib to 3.2.2
2005-06-30 20:58:36 +00:00
Marcus Boerger
5cf2c9dc45
- Add +ifdefs to still allow PHP 5.0 builds of PDO
...
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.
2005-06-23 00:19:16 +00:00
Dmitry Stogov
f47c78487b
Improved PHP extension loading mechanism with support for module dependencies and conflicts
2005-06-17 09:39:23 +00:00
foobar
15cf2a60b0
- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)
2005-06-14 00:00:53 +00:00
Wez Furlong
711b4e0043
implement the 'request shutdown' hook; this allows us to register UDFs on
...
persistent handles safely. (it is dangerous to keep them registered between
requests, as there are 0 guarantees that functions with the same name are even
present on the next hit, let alone that the zvals we cache point to the right
place.
2005-06-10 05:49:48 +00:00
Wez Furlong
6cc74b0e39
add sqliteCreateAggregate()
2005-06-10 05:17:47 +00:00
Wez Furlong
41421c7d7a
finish implementation of sqliteCreateFunction().
2005-06-10 04:04:43 +00:00
Wez Furlong
be76bd5278
work in progress on UDF.
...
Something is hokey in HEAD, checking it in to try it on another box.
2005-06-10 02:50:37 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
Marcus Boerger
9b3929a7e9
- Need to make PDO::__construct() final to prevent SEGV it isn't called 1st
2005-05-26 18:36:18 +00:00
Marcus Boerger
2ac0540323
- Add test for deriving PDO
2005-05-24 14:26:22 +00:00
Marcus Boerger
88157ad284
- Add new tests for PDO_FETCH_INTO
2005-05-24 12:39:09 +00:00
foobar
626253940e
- Added PHP_INSTALL_HEADERS() macro
...
- Fixed several VPATH build issues
- Changed all awk calls to use $AWK
- Changed all mkdir calls to use "$php_shtool mkdir"
2005-05-07 02:51:53 +00:00
Marcus Boerger
2906d6570c
- Add new test
2005-03-24 12:31:37 +00:00
Wez Furlong
6895ef99c0
fix my silly typo
2005-03-21 01:24:36 +00:00
Marcus Boerger
a66e14645c
- Add new tests
2005-03-21 00:29:25 +00:00
Frank M. Kromann
17264461f9
fix build when the pecl module is part of the php source tree
2005-03-19 10:55:47 +00:00
Marcus Boerger
360fbc09b7
- Interface name was changed
2005-03-19 10:55:35 +00:00
foobar
5a4c0afe31
- Back to stone-age
2005-03-14 09:47:31 +00:00
foobar
bde0661ef6
- Move stuff that belongs in Makefile into Makefile.frag
2005-03-14 01:09:49 +00:00
Marcus Boerger
7c4cd04229
- Update tests
2005-03-13 22:35:34 +00:00
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