241 Commits (12fc60c625810280924bb5f76c5818d9dfc80098)

Author SHA1 Message Date
Derick Rethans 8998bce403 - Style polizei =) 24 years ago
Yasuo Ohgaki 572b2a5a5a Revert invalid patch. It seems the real problem is in php error 24 years ago
Yasuo Ohgaki 29a53a47f6 Skip field when there is obvious error. 24 years ago
Yasuo Ohgaki 98ab76d23c Fixed typo. 24 years ago
Yasuo Ohgaki 7094b48b23 Added pg_get_pid() 24 years ago
Yasuo Ohgaki 601a507ad6 Added async message function - pg_get_notify() 24 years ago
Yasuo Ohgaki 1917f5f382 Fixed proto. Clean up. 24 years ago
Yasuo Ohgaki a6de0807ae Need to init connstring when there are 2 args. 24 years ago
Yasuo Ohgaki 2c23e56c7f Introduce connect_type option to pg_connect(). 24 years ago
Yasuo Ohgaki 6edd9d2f72 Enable pg_escape_bytea(). 24 years ago
Yasuo Ohgaki 1b675aa690 Rename pg_data_seek() to pg_result_seek(). 24 years ago
Yasuo Ohgaki 2300bddb9c Fixed pg_escape_typea() 24 years ago
Yasuo Ohgaki 520486e8b1 Clean up a little. 24 years ago
Yasuo Ohgaki 69957c56b3 Added pg_unescape_bytea(). Fixed pg_data_seek(). 24 years ago
Yasuo Ohgaki b8fdd3c7ae Added pg_data_seek(). 24 years ago
Yasuo Ohgaki 2728440fdc Added pg_ping() 24 years ago
Yasuo Ohgaki f8f11ac0a2 Rename pg_metadata() to pg_meta_data() to confirm naming standard 24 years ago
Yasuo Ohgaki 545f894524 Added pg_fetch_assoc(). Fixed proto. Added/fixed comments. 24 years ago
Yasuo Ohgaki 5a6703484d Use PGSQL_CONV_FORCE_NULL as it is supposed. 24 years ago
Yasuo Ohgaki 788e4070b6 Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little. 24 years ago
Yasuo Ohgaki dbd1a45d70 Fix TODO desc 24 years ago
Yasuo Ohgaki b7d1a58e25 Remove unused def. Add TODO. 24 years ago
Yasuo Ohgaki 90fc47f4d1 Improve error message. Fix proto. 24 years ago
Yasuo Ohgaki 9e252a9616 php_error -> php_error_docref 24 years ago
Yasuo Ohgaki 798236bc93 Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. 24 years ago
Yasuo Ohgaki e4f9053061 Fixed typo 24 years ago
Yasuo Ohgaki 488a1e7399 Make pg_result_status() a little more useufl by ignoring invalid 24 years ago
foobar 06c6a96721 ws fix 24 years ago
Yasuo Ohgaki 05aa532310 Unify error messages 24 years ago
Yasuo Ohgaki 882f83cf81 Copy empty_string, fixed crash. 24 years ago
Yasuo Ohgaki 36e80ddc15 Added pg_fetch_all() that fetch all rows in result. 24 years ago
Yasuo Ohgaki 78a2781936 Fixed php_pgsql_convert's bool type handling. 24 years ago
Yasuo Ohgaki 0b7f2da4cf Hmm. My PostgreSQL returns "bool" for boolean now. 24 years ago
Yasuo Ohgaki 06c969e68a Fixed convetion when null string is passed to php_pgsql_convert() 24 years ago
Yasuo Ohgaki c0306424fa Fixed crash. 24 years ago
Yasuo Ohgaki ba670fb19d Fixed build. 24 years ago
Yasuo Ohgaki a6384b3685 Added safe_mode & open_basedir checks for pg_lo_export() 24 years ago
Yasuo Ohgaki 166ace3fa9 Added open_basedir check. 24 years ago
Yasuo Ohgaki a1f37648b3 Clean up code a little (Remove a use of magic number) 24 years ago
Rui Hirokawa 555ca8eedd added mbstring.language option in ext/mbstring. 24 years ago
Yasuo Ohgaki 62b8c29083 Fixed possible pg_lo_write() overflow and make it more fail safe. 24 years ago
Yasuo Ohgaki c6873da401 Improve large object performance. pg_lo_read() and pg_lo_read_all() should perform 24 years ago
Yasuo Ohgaki f314d24d03 Reduce number of realloc calls. 24 years ago
Yasuo Ohgaki b4c943ee7b Revert last 2 commits. 24 years ago
Yasuo Ohgaki c65a20df4a pg_client_encoding/pg_set_client_encoding should be compiled always. 24 years ago
Yasuo Ohgaki 48ea7057e4 Remove result_type from pg_fetch_object() proto. 24 years ago
Yasuo Ohgaki cf7f465ef9 It does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_object() 24 years ago
Yasuo Ohgaki e7e0eddadd Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible. 24 years ago
Sascha Schumann ebd957f69e hash keys lengths include the NUL-byte, so we need to copy one byte less. 24 years ago
Sascha Schumann d1a1f17628 refactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotes 24 years ago