summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Lost functionality in earlier fix... That should really work.Zeev Suraski1999-09-101-2/+4
|
* That should do the trick (untested)Zeev Suraski1999-09-101-8/+3
|
* my bad, sorryMark Musone1999-09-101-1/+0
|
* fixed memory leakMark Musone1999-09-101-0/+1
|
* *** empty log message ***Zeev Suraski1999-09-041-1/+1
|
* Enabled shared build of pgsql moduleGergely Madarász1999-09-033-8/+48
|
* This one was nonesense.Egon Schmid1999-08-291-1/+1
|
* Missing return type.Egon Schmid1999-08-291-1/+1
|
* Another typo.Egon Schmid1999-08-091-1/+1
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-47/+47
| | | | | php3_compat.h)
* Please add in any changes/bug fixes you've made - we need to keep a details ↵Zeev Suraski1999-07-221-4/+2
| | | | ChangeLog...
* Debian fixesStig Bakken1999-07-211-0/+1
|
* The last forgotten prototypes I know.Egon Schmid1999-07-191-2/+2
|
* void some warningsSascha Schumann1999-07-171-2/+2
|
* unnecessary, breaks the buildSascha Schumann1999-07-161-1/+0
|
* *** empty log message ***Zeev Suraski1999-07-161-0/+5
|
* *** empty log message ***Zeev Suraski1999-07-161-7/+8
|
* Get postgresql module uptodateZeev Suraski1999-07-161-63/+55
|
* License updateZeev Suraski1999-07-161-20/+9
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-2/+2
| | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
* .Sascha Schumann1999-05-291-1/+1
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-69/+66
| | | | | - add necessary phpext_*_ptr
* - add phpext_pgsql_ptrSascha Schumann1999-05-211-0/+2
| | | | | - semaphore update for glibc-2.1 systems
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* last bunch of extensions moving to ext/Stig Bakken1999-04-226-0/+1670
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.