1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00
Commit Graph

164 Commits

Author SHA1 Message Date
Michael Wallner
dfd18e6d82 fix crash with result iterator when the iterator exists longer than the
result. Reported by Chris Wright
2014-11-24 15:14:49 +01:00
Michael Wallner
f39373e80f back to dev 2014-10-23 13:08:50 +02:00
Michael Wallner
e81e9b91d0 v0.5.5 2014-10-23 13:06:17 +02:00
Michael Wallner
1113a9190f let JSON be decoded as array unless fetch_type is FETCH_OBJECT 2014-10-23 12:51:32 +02:00
Michael Wallner
967ea17858 fix isolation level 2014-10-23 12:49:34 +02:00
Michael Wallner
4e530d65c9 default configure option 2014-10-23 12:48:54 +02:00
Michael Wallner
3839d95b1b Revert "no need for the dafult option"
This reverts commit 6ff6d5c9b7.
2014-10-23 12:00:55 +02:00
Michael Wallner
b3091850bc back to dev 2014-10-23 12:00:05 +02:00
Michael Wallner
9314140c2e v0.5.4 2014-10-23 10:17:41 +02:00
Michael Wallner
a5470139f5 Fix MacOSX/clang 2014-10-23 10:16:16 +02:00
Michael Wallner
66164e1efa v0.5.3 2014-10-23 09:53:57 +02:00
Michael Wallner
4d6a0b9ca2 add 9.4beta3 OIDs 2014-10-23 09:49:32 +02:00
Michael Wallner
be24136365 fix missing bit 2014-10-23 09:45:43 +02:00
Michael Wallner
7d95419254 prefix internal API; ensure raphf is built first in-tree 2014-10-23 09:43:45 +02:00
Remi Collet
5a5758352b allow INT8 / TID on 32 bits 2014-10-18 15:15:42 +02:00
Michael Wallner
d4ed03032c back to dev 2014-10-17 11:43:27 +02:00
Michael Wallner
07b495a28a Revert "back to dev"
This reverts commit 775460467d.
2014-10-17 11:42:36 +02:00
Remi Collet
a9d3f4be3c fix check for PG constant 2014-10-17 11:04:30 +02:00
Michael Wallner
775460467d back to dev 2014-10-17 10:58:08 +02:00
Remi Collet
ab8bb315a8 get rid of remaining HAVE_JSON, use PHP_PQ_HAVE_PHP_JSON_H everywhere 2014-10-17 10:27:05 +02:00
Remi Collet
e34b30c4a4 Merge branch 'master' of git.php.net:/pecl/database/pq
* 'master' of git.php.net:/pecl/database/pq:
  prepare 0.5.2
2014-10-17 10:24:09 +02:00
Michael Wallner
45b6f1d9e8 prepare 0.5.2 2014-10-17 09:55:23 +02:00
Remi Collet
c130785b60 Merge branch 'master' of git.php.net:/pecl/database/pq
* 'master' of git.php.net:/pecl/database/pq:
  better checks for json support
  prepare 0.5.2
2014-10-17 09:16:49 +02:00
Remi Collet
e39a656855 Merge branch 'master' of git.php.net:/pecl/database/pq
* 'master' of git.php.net:/pecl/database/pq:
  support PostgreSQL down to 9.0; JSON is optional
  back to dev
  fix pqcur minit and mshutdown
2014-10-17 09:07:10 +02:00
Michael Wallner
da7b5981c5 better checks for json support 2014-10-17 07:34:49 +02:00
Michael Wallner
faed41ad3a prepare 0.5.2 2014-10-16 17:05:22 +02:00
Michael Wallner
c62ffa9e8c support PostgreSQL down to 9.0; JSON is optional 2014-10-16 16:50:13 +02:00
Michael Wallner
18db85e4b2 back to dev 2014-10-15 18:47:18 +02:00
Michael Wallner
a7d180348d fix pqcur minit and mshutdown 2014-10-15 18:44:22 +02:00
Michael Wallner
3fe349a4ac check for PQconninfo 2014-10-15 18:38:12 +02:00
Michael Wallner
af939d7efa prepare 0.5 2014-10-15 17:57:15 +02:00
Michael Wallner
80ad126795 fixup 2014-10-15 17:56:18 +02:00
Michael Wallner
a840b29b5f add pq\Connection::$params 2014-10-15 17:48:34 +02:00
Michael Wallner
5c49abda19 update from docs 2014-10-06 12:14:02 +02:00
Michael Wallner
d662d7beb2 pq\Cursor::__construct 2014-10-06 12:13:29 +02:00
Michael Wallner
19011ee23e fix parameter separation 2014-10-01 15:54:03 +02:00
Michael Wallner
f1cfd1b474 fix ZTS 2014-09-30 20:45:19 +02:00
Michael Wallner
6ff6d5c9b7 no need for the dafult option 2014-09-30 20:44:57 +02:00
Michael Wallner
16f45efdd0 fix test 2014-09-30 20:44:46 +02:00
Michael Wallner
f26b00a20f fix test 2014-09-30 20:44:30 +02:00
Michael Wallner
7509bb626b no need to skip one version :) 2014-09-30 15:00:13 +02:00
Michael Wallner
3529816bab administrativa 2014-09-30 14:58:22 +02:00
Michael Wallner
7acdd4b540 update from docs 2014-09-30 14:53:13 +02:00
Michael Wallner
420e6ed4b6 convert zend_hash_apply_with_argument(s)
use zend_hash_apply_with_argument instead of
zend_hash_apply_with_arguments where no key is needed
2014-09-26 20:03:23 +02:00
Michael Wallner
94be2af750 update from docs 2014-09-26 15:05:40 +02:00
Michael Wallner
753359f19c update from docs 2014-09-25 14:04:35 +02:00
Michael Wallner
9ba862160c more internal conversions 2014-09-17 14:13:53 +02:00
Michael Wallner
304d6154ba fix test 2014-09-17 09:39:42 +02:00
Michael Wallner
06375d5307 typo 2014-09-17 09:35:47 +02:00
Michael Wallner
d96d8d4af0 guard against uninitialized property write, too
use php_error with E_RECOVERABLE_ERROR
2014-09-17 09:23:45 +02:00