Revision tags: php-4.0.3RC2, php-4.0.3RC1 |
|
#
526d45e9 |
| 13-Sep-2000 |
Andi Gutmans |
- The Sprit of PHP is to have descriptive function names and not necessarily short ones. Maybe we should have some FAQ for this?
|
#
4ffaf355 |
| 12-Sep-2000 |
Rui Hirokawa |
updated some functions'name using obsolete name convention.
|
#
0c162084 |
| 11-Sep-2000 |
Jouni Ahto |
- Renamed functions so that this extension finally starts to follow the recommended naming scheme of PHP.
|
#
d9e180b9 |
| 11-Sep-2000 |
Jouni Ahto |
- Use the same check for existence of a valid link as the other functions. - Return TRUE if everything went OK. - Fixed the number of arguments to pg_endcopy. - Removed unused variables.
- Use the same check for existence of a valid link as the other functions. - Return TRUE if everything went OK. - Fixed the number of arguments to pg_endcopy. - Removed unused variables. - Indentation, changed spaces to tabs.
show more ...
|
#
68611e2d |
| 11-Sep-2000 |
Derick Rethans |
- Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf <delmendo@rackspace.com>) @ Added functions pg_putline and pg_endcopy (Dirk Elmendorf)
|
#
20fe0a56 |
| 09-Sep-2000 |
Jouni Ahto |
Fixed #6627. Wrong logic...
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
e85ba090 |
| 16-Aug-2000 |
Jouni Ahto |
- Return NULL type when column is NULL, now that we have it in PHP4. - Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL pointer in this case, but a pointer to a stri
- Return NULL type when column is NULL, now that we have it in PHP4. - Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL pointer in this case, but a pointer to a string of 0 length...
show more ...
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
3d1b3639 |
| 29-Jul-2000 |
Jouni Ahto |
Fix #5817 and really, really check what gets passed further...
|
#
d88fe953 |
| 29-Jul-2000 |
Jouni Ahto |
This should fix #5826.
|
#
b74e079c |
| 11-Jul-2000 |
Sascha Schumann |
The official product name is PostgreSQL, so s/PostgresSQL/PostgreSQL/
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
344955d0 |
| 05-Jul-2000 |
Jouni Ahto |
- Still one misssing zend_list_addref() and small fix in pg_close. Fixes #5349 (but not the way reporter wants...). # There's something in the way database_connect/close functions beha
- Still one misssing zend_list_addref() and small fix in pg_close. Fixes #5349 (but not the way reporter wants...). # There's something in the way database_connect/close functions behave when # implemented the way as in mysql module that I find a bit strange... because # of that extra zend_list_addref() there to prevent default link disappearing # if it's not assigned to variable, when it is, I guess its' reference count # is at this point 2, I can do: open a db link and assign it to a variable, # close the link and still use it afterwards.
show more ...
|
#
074f52f3 |
| 02-Jul-2000 |
Rui Hirokawa |
added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2 |
|
#
9322b9d9 |
| 27-Jun-2000 |
Jouni Ahto |
(pg_loreadall) Was using zval ** but forgot to convert to use zend_get_parameters_ex(). Fixes #5244.
|
Revision tags: php-4.0.1RC |
|
#
6614e8ed |
| 25-Jun-2000 |
Zeev Suraski |
- I wrote a long msg but the commit didn't go through. - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including t
- I wrote a long msg but the commit didn't go through. - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
show more ...
|
#
10249f2d |
| 23-Jun-2000 |
Egon Schmid |
Typos.
|
#
98087ab5 |
| 18-Jun-2000 |
Jouni Ahto |
- Fix return type in proto once again...
|
#
6e815b76 |
| 18-Jun-2000 |
Egon Schmid |
Some protos fixed.
|
#
153ef544 |
| 18-Jun-2000 |
Jouni Ahto |
- Fix return type in proto.
|
#
3c766f37 |
| 09-Jun-2000 |
Andi Gutmans |
- Update postgress to build on Windows
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
d5d6c795 |
| 04-Jun-2000 |
Jouni Ahto |
(pg_connect) Missed adding reference to link.
|
#
b9d1b215 |
| 04-Jun-2000 |
Jouni Ahto |
- Added functions pg_loimport(), pg_loexport(). @- Added functions pg_loimport(), pg_loexport(). (Jouni)
|
#
a00a1d12 |
| 31-May-2000 |
Zeev Suraski |
@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
|
#
cf9ea9d9 |
| 25-May-2000 |
Jouni Ahto |
- Move to high performance api, use Z_* macros. - Added some spaces here and there. # Have yet to test that I didn't break anything...
|
#
ec93ec1f |
| 24-May-2000 |
Jouni Ahto |
Added PostgreSQL module info function.
|
#
887c672a |
| 23-May-2000 |
Hartmut Holzgraefe |
proto typo fix
|