#
d8aa1302 |
| 16-Feb-2014 |
Yasuo Ohgaki |
Imprement FR #25854 Return value for pg_insert should be resource instead of bool
|
#
5fd6365c |
| 16-Feb-2014 |
Yasuo Ohgaki |
Implement FR #41146 - Add "description" with exteneded flag pg_meta_data(). pg_meta_data(resource $conn, string $table [, bool extended]) It also made pg_meta_data() return "is enum" always.
|
#
862e4bdf |
| 16-Feb-2014 |
Yasuo Ohgaki |
Implement FR #41146 - Add "description" with exteneded flag pg_meta_data(). pg_meta_data(resource $conn, string $table [, bool extended]) It also made pg_meta_data() return "is enum" always.
|
#
56854511 |
| 16-Feb-2014 |
Yasuo Ohgaki |
EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed. Use string escape for exotic types that allows to handle any data types. i.e. Array, JSON, JSONB, etc will work.
EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed. Use string escape for exotic types that allows to handle any data types. i.e. Array, JSON, JSONB, etc will work. Add escape only query for better performance which removes meta data look up. Limitations forced by pg_convert() can be avoided with this. PGSQL_DML_ESCAPE constant is added for it.
show more ...
|
#
f275fdcf |
| 16-Feb-2014 |
Yasuo Ohgaki |
Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_select()
|
#
6f14b5ab |
| 15-Feb-2014 |
Yasuo Ohgaki |
Refactor build_tablename()
|
#
9f251548 |
| 15-Feb-2014 |
Yasuo Ohgaki |
Revise encoding blacklist
|
#
9d84f6c0 |
| 15-Feb-2014 |
Felipe Pena |
- Fix ZTS build when HAVE_PQESCAPELITERAL is not set
|
#
832c21ca |
| 15-Feb-2014 |
Yasuo Ohgaki |
Refactor and cleanup. WS is cleaned up. Use -b if it is needed. Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree.
|
Revision tags: php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1 |
|
#
7bcf01f3 |
| 22-Jan-2014 |
Anatol Belski |
fixed missing usleep() prototype in pgsql
|
Revision tags: php-5.4.25RC1, php-5.6.0alpha1 |
|
#
28be6aea |
| 15-Jan-2014 |
Yasuo Ohgaki |
Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up
|
#
c58329fc |
| 15-Jan-2014 |
Yasuo Ohgaki |
Always initialize pg_version() result array elements to prevent failed test with older postgresql servers. Add missing client_encoding element.
|
#
d0924c25 |
| 15-Jan-2014 |
Yasuo Ohgaki |
Fixed pg_version() crash with older postgresql
|
#
58dff7ce |
| 14-Jan-2014 |
Yasuo Ohgaki |
Made pg_version() return full connection info.
|
Revision tags: php-5.5.8, php-5.4.24 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1 |
|
#
1f5b1cfb |
| 22-Oct-2013 |
Yasuo Ohgaki |
Fix Coverity issue reporting wrong sizeof()
|
Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1 |
|
#
d5987478 |
| 22-Aug-2013 |
Matteo Beccati |
Fixed other compiler warnings
|
#
540f3256 |
| 21-Aug-2013 |
Matteo Beccati |
Fixed compiler warnings in ext/pgsql
|
Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18 |
|
#
72aacbf7 |
| 12-Aug-2013 |
Anatol Belski |
removed unused vars
|
#
4134ebec |
| 12-Aug-2013 |
Anatol Belski |
fixed strndup usage in the pgsql ext
|
#
f718684a |
| 05-Aug-2013 |
Yasuo Ohgaki |
Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is user parameter, users are able to control table names.
|
Revision tags: php-5.5.2RC1, php-5.4.18RC2 |
|
#
d4aee102 |
| 26-Jul-2013 |
Yasuo Ohgaki |
Fixed bug #65336
|
#
ef3d813d |
| 26-Jul-2013 |
Yasuo Ohgaki |
Fixed bug #65336
|