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 |
#
4686a3b5 |
| 23-May-2000 |
Sascha Schumann |
Use #ifdef COMPILE_DL_EXTNAME solely. |
#
c32de173 |
| 23-May-2000 |
Jouni Ahto |
According to current PostgreSQL docs, using PQoidStatus() is deprecated. |
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6 |
Revision tags: php-4.0RC2 |
|
#
a931caf2 |
| 02-May-2000 |
Sascha Schumann |
Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE |
#
fe50664d |
| 02-May-2000 |
Sascha Schumann |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) |
#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro. |
Revision tags: PHP-4.0-RC1 |
|
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name. |
#
9c94a2b9 |
| 24-Feb-2000 |
Egon Schmid |
More protos. |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time |
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
39cb8fe0 |
| 05-Feb-2000 |
Zeev Suraski |
Fix PostgreSQL startup routine in thread-safe mode |