History log of /PHP-7.0/ext/pgsql/pgsql.c (Results 526 – 550 of 573)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 212e25e4 05-Feb-2000 Zeev Suraski

PostgreSQL compile fixes


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE
# 90f1218f 26-Dec-1999 Zeev Suraski

- Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other packages too)
- PostgreSQL finally compiles&links


# 7d2d48e1 25-Dec-1999 Zeev Suraski

Make PostgreSQL compile again


# 06ab4433 21-Dec-1999 Zeev Suraski

This should get it to compile...


# dc0a5f9c 19-Dec-1999 Zeev Suraski

Fix PostgreSQL build


Revision tags: PRE_LIBZEND_TO_ZEND
# 3db67167 18-Dec-1999 Zeev Suraski

More php3_ annihilation


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 4a60eed4 05-Dec-1999 Sascha Schumann

Fix some warnings


# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1
# b89689f2 20-Nov-1999 Andi Gutmans

- More PGSQL thread-safe updates. It still doesn't work though. Crashes for
some reason at .dll load time


# 0c65c8a2 20-Nov-1999 Andi Gutmans

- Should pretty much work now


# 770ef718 20-Nov-1999 Andi Gutmans

- Add project file


# cc3d636f 20-Nov-1999 Andi Gutmans

- Start PostgreSQL support for Win32. Just added preliminary ZTS support.
Still need to make minit ZTS.


1...<<212223