#
5a670348 |
| 30-Sep-2002 |
Yasuo Ohgaki |
Use PGSQL_CONV_FORCE_NULL as it is supposed. PGSQL_CONV_FORCE_NULL inserts NULL to field instead of NULL string for string type tuples.
|
#
788e4070 |
| 30-Sep-2002 |
Yasuo Ohgaki |
Use of PGSQL_CONV_INGORE_NOT_NULL as it is supposed. Change comment a little.
|
#
dbd1a45d |
| 30-Sep-2002 |
Yasuo Ohgaki |
Fix TODO desc
|
#
b7d1a58e |
| 30-Sep-2002 |
Yasuo Ohgaki |
Remove unused def. Add TODO.
|
#
90fc47f4 |
| 30-Sep-2002 |
Yasuo Ohgaki |
Improve error message. Fix proto.
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
9e252a96 |
| 04-Sep-2002 |
Yasuo Ohgaki |
php_error -> php_error_docref
|
Revision tags: php-4.2.3RC2 |
|
#
798236bc |
| 24-Aug-2002 |
Yasuo Ohgaki |
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. @ Changed pg_connection_inf
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. @ 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. (Yasuo)
show more ...
|
#
e4f90530 |
| 24-Aug-2002 |
Yasuo Ohgaki |
Fixed typo
|
#
488a1e73 |
| 24-Aug-2002 |
Yasuo Ohgaki |
Make pg_result_status() a little more useufl by ignoring invalid parameter and return FALSE. (i.e. pg_query() may return FALSE instead of result resource)
|
Revision tags: php-4.2.3RC1 |
|
#
06c6a967 |
| 23-Aug-2002 |
foobar |
ws fix
|
Revision tags: dev |
|
#
05aa5323 |
| 28-Jul-2002 |
Yasuo Ohgaki |
Unify error messages
|
#
882f83cf |
| 22-Jul-2002 |
Yasuo Ohgaki |
Copy empty_string, fixed crash. # I thought efree() won't free empty_string...
|
Revision tags: php-4.2.2 |
|
#
36e80ddc |
| 21-Jul-2002 |
Yasuo Ohgaki |
Added pg_fetch_all() that fetch all rows in result. Useful and faster when there is enough memory. @Added pg_fetch_all() that fetch all rows in result. (Yasuo)
|
#
78a27819 |
| 20-Jul-2002 |
Yasuo Ohgaki |
Fixed php_pgsql_convert's bool type handling.
|
#
0b7f2da4 |
| 20-Jul-2002 |
Yasuo Ohgaki |
Hmm. My PostgreSQL returns "bool" for boolean now.
|
#
06c969e6 |
| 20-Jul-2002 |
Yasuo Ohgaki |
Fixed convetion when null string is passed to php_pgsql_convert()
|
#
c0306424 |
| 20-Jul-2002 |
Yasuo Ohgaki |
Fixed crash.
|
#
ba670fb1 |
| 17-Jul-2002 |
Yasuo Ohgaki |
Fixed build.
|
#
a6384b36 |
| 17-Jul-2002 |
Yasuo Ohgaki |
Added safe_mode & open_basedir checks for pg_lo_export() @Added safe_mode & open_basedir checks for pg_lo_export() (Yasuo)
|
#
166ace3f |
| 17-Jul-2002 |
Yasuo Ohgaki |
Added open_basedir check. @ Added open_basedir check for pg_lo_import() (Yasuo)
|
#
a1f37648 |
| 15-Jul-2002 |
Yasuo Ohgaki |
Clean up code a little (Remove a use of magic number) Change/add appropriate comments.
|
#
555ca8ee |
| 11-Jul-2002 |
Rui Hirokawa |
added mbstring.language option in ext/mbstring.
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4 |
|
#
62b8c290 |
| 20-May-2002 |
Yasuo Ohgaki |
Fixed possible pg_lo_write() overflow and make it more fail safe.
|
#
c6873da4 |
| 20-May-2002 |
Yasuo Ohgaki |
Improve large object performance. pg_lo_read() and pg_lo_read_all() should perform much better now. Fixed Old API support for pg_lo_import().
|
Revision tags: php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1 |
|
#
f314d24d |
| 11-May-2002 |
Yasuo Ohgaki |
Reduce number of realloc calls.
|