History log of /PHP-5.5/ext/pgsql/pgsql.c (Results 176 – 200 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 669b421c 07-Dec-2003 Ilia Alshanetsky

Removed unused variable.


# 4b9a4509 06-Dec-2003 Marcus Boerger

MFB: PHP_PQ_ERROR() change


# 32eb4f78 05-Dec-2003 Edin Kadribasic

Get rid of PHPAPI usage.
Enable shared build in the new php5 build system
Check for the correct header.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# f6239c33 06-Sep-2003 Marcus Boerger

Modify pg_fetch_object() to be able to instantiate a selected class and pass
parameters to the constructor. Update tests and add a test for these features.


# 5d1dbdbf 06-Sep-2003 Marcus Boerger

Bugfix #25404


# d2f39fc1 28-Aug-2003 Marcus Boerger

format string fix and number of arguments


# 189e2d88 28-Aug-2003 Andrey Hristov

this is the right parameter


# b2eb4541 28-Aug-2003 Andrey Hristov

format string fixes


# bf828574 28-Aug-2003 Ilia Alshanetsky

Fixed bug #25109 (Possible crash when fetching field name)


# 249e8d5f 27-Aug-2003 Ilia Alshanetsky

Fixed bug #22243 (make pg_meta_data fetch array dimentions)
m-lesser[at]better-com.de


Revision tags: php-4.3.3, php-4.3.3RC4
# 38a98c55 14-Aug-2003 Ilia Alshanetsky

Fixed bug #25093 (Various leaks due to non-freed queries)


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# b156ac97 27-Jul-2003 Marcus Boerger

#damn


# dbc6519b 27-Jul-2003 Marcus Boerger

In protocol version < 3 we cannot test transaction status and do unconditional ROLLBACK;


# f5f60e6f 27-Jul-2003 Marcus Boerger

Added new function pg_parameter_status()


# e5d492a3 27-Jul-2003 Marcus Boerger

New smart connect/shutdown for persistent connections.
Behavior for old libs/servers is "BEGIN;ROLLBACK;" in request shutdown.
For new libs a "RESET ALL;" is done in connect and "ROLLBACK;" i

New smart connect/shutdown for persistent connections.
Behavior for old libs/servers is "BEGIN;ROLLBACK;" in request shutdown.
For new libs a "RESET ALL;" is done in connect and "ROLLBACK;" is only done
where appropriate.

show more ...


# 7a85edd3 22-Jul-2003 Marcus Boerger

Added pg_version() which returns an associative array of client/protocol/server
version.
@Added pg_version() function. (Marcus)


# bc90ce78 22-Jul-2003 Marcus Boerger

The value might be a null pointer


# dd781dcd 22-Jul-2003 Marcus Boerger

Postgres decision on this


# 6175f0a4 21-Jul-2003 Marcus Boerger

Reset vars when reusing a persistent connection as requested from postgres developers


# c89ade3b 21-Jul-2003 Marcus Boerger

Go without #24499 hint sneaked in by accident


# c766e9a5 20-Jul-2003 Marcus Boerger

Use only one line per error message and don't terminate with a dot as everywhere else.


# 5fcc682e 19-Jul-2003 Andrey Hristov

proto fixes


Revision tags: php-5.0.0b1
# 77f11b9f 22-Jun-2003 Ilia Alshanetsky

Fixed bug #24284 (Fixed memory leak inside pg_ping())


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 95530c61 30-May-2003 Marcus Boerger

Better fix for default connection handling.
# Problems noticed by Jay with the help of Sascha's nice little script.


12345678910>>...19