History log of /PHP-7.0/ext/pgsql/pgsql.c (Results 76 – 100 of 573)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 257ed406 27-Aug-2014 Anatol Belski

's' works with size_t round 2


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0
# 202e8db1 26-Aug-2014 Anatol Belski

fixed several long vs zend_long casts


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 70de6180 24-Aug-2014 Anatol Belski

fixes to %pd format usage


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE
# c1b65ac6 21-Aug-2014 Anatol Belski

fix zpp


Revision tags: php-5.5.16, php-5.4.32
# 1d8bc9a2 19-Aug-2014 Anatol Belski

ported ext/pgsql


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# c580d9b6 02-Jul-2014 Adam Harvey

Fix ext/pgsql builds against libpq 7.3.

Fixes bug #67555 (Cannot build against libpq 7.3).


Revision tags: php-5.6.0RC2
# 899fe3d8 01-Jul-2014 Adam Harvey

Fix ext/pgsql builds with libpq < 7.3.

Fixes bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756).


Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 6e733870 03-Jun-2014 Dmitry Stogov

Avoid useless merge


# 20f6dec6 28-May-2014 Dmitry Stogov

Use new zend_hash API


Revision tags: php-5.4.29, php-5.5.13
# 35f23d9e 19-May-2014 Dmitry Stogov

Fixed incorrect Z_LVAL() usage


# a8160322 19-May-2014 Xinchen Hui

Fixed memleak (3 tests fails now)


# 98f801cc 19-May-2014 Xinchen Hui

Fixed resources apply_dtor


# 09d2f4b1 19-May-2014 Xinchen Hui

It's a zend_array not Hashtable (fixed segfault)


# ed554704 19-May-2014 Xinchen Hui

Fixed segfault


# 1ff7c7b9 19-May-2014 Xinchen Hui

Refactoring ext/pgsql (incompleted, only compilable)


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# f614fc68 11-Apr-2014 Bob Weinand

Fix bug #66015 by reverting "Removed operations on constant arrays."


Revision tags: php-5.6.0beta1
# eaf44ec3 07-Apr-2014 Nikita Popov

Remove some usages of hashtable internals


Revision tags: php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# 2ee4c987 13-Mar-2014 Daniel Lowrey

Support async pgsql connections and non-blocking queries

- New functions (each accepts a pgsql $connection resource):

. pg_connect_poll
. pg_socket
. pg_consume_input

Support async pgsql connections and non-blocking queries

- New functions (each accepts a pgsql $connection resource):

. pg_connect_poll
. pg_socket
. pg_consume_input
. pg_flush

- Modified functions

The following functions now additionally return zero if the
underlying socket is set to non-blocking mode and the send
operation does not complete immediately. Previously these
functions returned only boolean TRUE/FALSE and blocked
execution while polling until all data was sent:

. pg_send_execute
. pg_send_prepare
. pg_send_query
. pg_send_query_params

- New constants

Used with pg_connect() to initiate an asynchronous connection
attempt:

. PGSQL_CONNECT_ASYNC

Used with pg_connection_status() to determine the current state
of an async connection attempt:

. PGSQL_CONNECTION_STARTED
. PGSQL_CONNECTION_MADE
. PGSQL_CONNECTION_AWAITING_RESPONSE
. PGSQL_CONNECTION_AUTH_OK
. PGSQL_CONNECTION_SSL_STARTUP
. PGSQL_CONNECTION_SETENV

Used with pg_connect_poll() to determine the result of an
async connection attempt:

. PGSQL_POLLING_FAILED
. PGSQL_POLLING_READING
. PGSQL_POLLING_WRITING
. PGSQL_POLLING_OK
. PGSQL_POLLING_ACTIVE

- Polling via returned pg_socket() stream

pg_socket() returns a read-only socket stream that may be
cast to a file descriptor for select (and similar) polling
operations. Blocking behavior of the pgsql connection socket
can be controlled by calling stream_set_blocking() on the
stream returned by pg_socket().

show more ...


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 6877af3f 17-Feb-2014 Anatol Belski

simplify the metadata part


12345678910>>...23