History log of /PHP-5.5/ext/pgsql/pgsql.c (Results 301 – 325 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4ac70c68 08-Apr-2002 Yasuo Ohgaki

Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
and pg_delete().
@ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
@ and pg_delete(). (Ya

Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
and pg_delete().
@ Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
@ and pg_delete(). (Yasuo)

show more ...


# 7d48177f 08-Apr-2002 Yasuo Ohgaki

Return proper result.


# 994cdb4b 08-Apr-2002 Yasuo Ohgaki

Added 2nd parameter for pg_result_status(). PGSQL_STATUS_LONG is for LONG result status.
PGSQL_STATUS_STRING is for SQL command name successfully executed for this result.
@ Added 2nd paramet

Added 2nd parameter for pg_result_status(). PGSQL_STATUS_LONG is for LONG result status.
PGSQL_STATUS_STRING is for SQL command name successfully executed for this result.
@ Added 2nd parameter for pg_result_status() to specify return type. (Yasuo)

show more ...


# dbe3dfda 07-Apr-2002 Yasuo Ohgaki

Nuke waring with ZTS build


# b2fce9e8 06-Apr-2002 Yasuo Ohgaki

Make pg_last_notice() work as it is designed. It returns last notice message for connection resource specified.
Added "pgsql.ignore_notice" ini entry.
Added "pgsql.log_notice" ini entry.

Make pg_last_notice() work as it is designed. It returns last notice message for connection resource specified.
Added "pgsql.ignore_notice" ini entry.
Added "pgsql.log_notice" ini entry.
@ Make pg_last_notice() work as it is designed. It returns notice message PostgreSQL connection resource specified.
@ Added "pgsql.ignore_notice" ini entry.
@ Added "pgsql.log_notice" ini entry.

show more ...


# 7f2446e7 05-Apr-2002 Yasuo Ohgaki

Fix pg_last_notice() double free.
# This should be merged


# fafea27a 04-Apr-2002 Yasuo Ohgaki

Clean up pg_escape_*()


# 18682395 04-Apr-2002 Yasuo Ohgaki

Fixed crash with pg_escape_*()
# I'll MFH later.


Revision tags: php-4.2.0RC2
# 266692a5 31-Mar-2002 Yasuo Ohgaki

Print multibyte and SSL support is compiled in libpq or not.


# 7ff14124 31-Mar-2002 Yasuo Ohgaki

Print PostgreSQL version number in phpinfo()


# c7d72bb2 29-Mar-2002 Yasuo Ohgaki

Fix build failure with PostgreSQL 6.5.x
# I'll merge this to 4.2.0 branch later


# ec0c3739 26-Mar-2002 Yasuo Ohgaki

Remove warnings


# c8a36237 26-Mar-2002 Yasuo Ohgaki

Changed error messages to be consistent with other error messages


# 1d75089d 21-Mar-2002 Markus Fischer

*** empty log message ***


# 40945139 21-Mar-2002 Yasuo Ohgaki

Show function name in error message.


Revision tags: php-4.2.0RC1
# 659a071e 20-Mar-2002 Wez Furlong

Streams are all tracked as resources now.
Add some logic that will help track down leaks
when debug is enabled.


# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits


# 09213d7b 16-Mar-2002 Wez Furlong

change * formatting


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


Revision tags: help
# c8e7db98 12-Mar-2002 Andi Gutmans

- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR


# 1718f1bd 11-Mar-2002 Yasuo Ohgaki

Print function names in error messages


# 8885f799 11-Mar-2002 Yasuo Ohgaki

WS and indent


# 2a6ae3b7 11-Mar-2002 Yasuo Ohgaki

Add comments for constants. Remove unneeded constants included by mistake.


# 8b8fcff8 11-Mar-2002 Yasuo Ohgaki

Fix possible build error under Windows.
# Recent libpq under windows supports PQcmdTuples, right?


# bc7e0b55 02-Mar-2002 Derick Rethans

- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 parameters
are supplied, but you do not want to provide a row number yourself.
@- Make the 2nd parameter to pgsql_fetch_* su

- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 parameters
are supplied, but you do not want to provide a row number yourself.
@- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3
@ parameters are supplied, but you do not want to provide a row number
@ yourself. (Derick)

show more ...


1...<<111213141516171819