Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove -DPIC preprocessor macros. This is defined by libtool | Sascha Schumann | 1999-10-10 | 1 | -4/+0 |
| | | | | | | | automatically, if a shared library is built. This would lead to multiple definitions of get_module(). If you want to build modules, add -DCOMPILE_DL to your CFLAGS. | ||||
* | Fixed pg_fetch_array() with three arguments. | Sascha Schumann | 1999-10-06 | 1 | -1/+1 |
| | | | | | Submitted by: brian@soda.berkeley.edu | ||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 2 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | Lost functionality in earlier fix... That should really work. | Zeev Suraski | 1999-09-10 | 1 | -2/+4 |
| | |||||
* | That should do the trick (untested) | Zeev Suraski | 1999-09-10 | 1 | -8/+3 |
| | |||||
* | my bad, sorry | Mark Musone | 1999-09-10 | 1 | -1/+0 |
| | |||||
* | fixed memory leak | Mark Musone | 1999-09-10 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
| | |||||
* | Enabled shared build of pgsql module | Gergely Madarász | 1999-09-03 | 3 | -8/+48 |
| | |||||
* | This one was nonesense. | Egon Schmid | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | Missing return type. | Egon Schmid | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | Another typo. | Egon Schmid | 1999-08-09 | 1 | -1/+1 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -47/+47 |
| | | | | | php3_compat.h) | ||||
* | Please add in any changes/bug fixes you've made - we need to keep a details ↵ | Zeev Suraski | 1999-07-22 | 1 | -4/+2 |
| | | | | ChangeLog... | ||||
* | Debian fixes | Stig Bakken | 1999-07-21 | 1 | -0/+1 |
| | |||||
* | The last forgotten prototypes I know. | Egon Schmid | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | void some warnings | Sascha Schumann | 1999-07-17 | 1 | -2/+2 |
| | |||||
* | unnecessary, breaks the build | Sascha Schumann | 1999-07-16 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-16 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-16 | 1 | -7/+8 |
| | |||||
* | Get postgresql module uptodate | Zeev Suraski | 1999-07-16 | 1 | -63/+55 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | Introduce AC_ADD_* macros | Sascha Schumann | 1999-06-20 | 1 | -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 Schumann | 1999-05-29 | 1 | -1/+1 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -69/+66 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | - add phpext_pgsql_ptr | Sascha Schumann | 1999-05-21 | 1 | -0/+2 |
| | | | | | - semaphore update for glibc-2.1 systems | ||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -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 Bakken | 1999-04-22 | 6 | -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. |