Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 2 | -4/+4 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | - Win32 compile fixes | Danny Heijl | 2000-02-23 | 3 | -145/+145 |
| | |||||
* | More protos. | Egon Schmid | 2000-02-23 | 1 | -132/+79 |
| | |||||
* | - PHP_WIN32 | Danny Heijl | 2000-02-13 | 1 | -1/+1 |
| | |||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | - Make it compile again with new (p)list globals. | Danny Heijl | 2000-02-06 | 1 | -56/+56 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Be as portable as possible | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | |||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -2/+2 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -12/+3 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 3 | -21/+25 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -2/+2 |
| | |||||
* | (ext/informix) function name changes: zend_get_parameters_ex (danny) | Danny Heijl | 1999-12-19 | 1 | -25/+25 |
| | |||||
* | (ext/informix) : remove traces of php3 (danny) | Danny Heijl | 1999-12-18 | 1 | -28/+28 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | php3_* => php_* | Sascha Schumann | 1999-12-05 | 1 | -1/+1 |
| | |||||
* | Create helper library during configure time | Sascha Schumann | 1999-12-05 | 2 | -7/+10 |
| | |||||
* | Revert changes. | Evan Klinger | 1999-12-05 | 1 | -1/+1 |
| | |||||
* | @- Fix Informix compile (Evan) | Evan Klinger | 1999-12-05 | 1 | -1/+1 |
| | | | | | Fix --with-informix. Was adding wrong library. | ||||
* | Typo | Danny Heijl | 1999-11-29 | 1 | -1/+0 |
| | |||||
* | Prevent mod_ssl's ap_hook.h from being included. | Sascha Schumann | 1999-11-28 | 1 | -0/+3 |
| | |||||
* | (ext/informix/ifx.ec) Reflect ESQL/C version used (Danny) | Danny Heijl | 1999-11-28 | 1 | -2/+2 |
| | | | | | @- Informix driver now reflects version of ESQL/C used (Danny) | ||||
* | Improved build (now sets also runtime library search paths, works | Sascha Schumann | 1999-11-27 | 2 | -9/+14 |
| | | | | | out-of-the-box with Apache) | ||||
* | (ext/informix) Added WIN32 build files for informix driver | Danny Heijl | 1999-11-14 | 6 | -69/+429 |
| | | | | | | | and make it compile with ZTS @ -Added Win32 build files for Informix driver @ and make it compile with ZTS (danny) | ||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
* | (Informix driver) Thies introduced ZEND_FETCH_RESOURCE2 (Danny). | Danny Heijl | 1999-10-12 | 1 | -6/+3 |
| | | | | | @- Thies introduced ZEND_FETCH_RESOURCE2 (Danny). | ||||
* | *** empty log message *** | Danny Heijl | 1999-10-11 | 1 | -2/+2 |
| | |||||
* | (ext/informix) Changed ifx.ec to use the new high-performance | Danny Heijl | 1999-10-11 | 1 | -85/+66 |
| | | | | | | | ZEND API now that it compiles with libtool. (Danny) @- Informix driver : Changed ifx.ec to use the new high-performance @ ZEND API. (Danny) | ||||
* | (configure) Allow IFX_LIBDIR environment variable to specify the | Danny Heijl | 1999-10-11 | 1 | -2/+10 |
| | | | | | | | | Informix library path to allow linking with the static libraries (libtool related). (Danny). @- IXF_LIBDIR environment variable specifies alternate Informix library path for configure (Danny). | ||||
* | Add stub.c for helper library. | Sascha Schumann | 1999-10-10 | 1 | -0/+0 |
| | |||||
* | Workaround for Informix set of libraries. One library depends on | Sascha Schumann | 1999-10-10 | 2 | -1/+14 |
| | | | | | | | another "library" (an object file). We build a standard library out of this object here, so that we can link it in at the right place later. | ||||
* | Link in IFX_LIBS properly. | Sascha Schumann | 1999-10-10 | 2 | -2/+4 |
| | |||||
* | Fix "make clean". automake does not define an extra target for clean. | Sascha Schumann | 1999-10-06 | 1 | -2/+2 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Be consistent. | Danny Heijl | 1999-09-08 | 1 | -1/+1 |
| | |||||
* | - "Resourcified" the Informix driver. | Danny Heijl | 1999-09-06 | 1 | -273/+166 |
| | |||||
* | - backed out IS_RESOURCE stuff in favour of old php3-style IS_LONG | Danny Heijl | 1999-09-03 | 1 | -2/+2 |
| | | | | | for now. This makes the Informix driver work again. | ||||
* | more of the new ini stuff | Danny Heijl | 1999-08-14 | 1 | -19/+49 |
| | |||||
* | More zend-izing. | Danny Heijl | 1999-08-07 | 1 | -38/+38 |
| | |||||
* | >... If you can, please update your module to use these macros. | Danny Heijl | 1999-07-27 | 2 | -53/+54 |
| | | | | | I could, so I did. | ||||
* | Get rid of most compiler warnings. | Danny Heijl | 1999-07-24 | 1 | -22/+17 |
| | |||||
* | New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete. | Danny Heijl | 1999-07-23 | 1 | -147/+33 |
| | |||||
* | Blobs now working too. | Danny Heijl | 1999-07-22 | 1 | -24/+28 |
| | |||||
* | Blobs don't work, hash problems. | Danny Heijl | 1999-07-22 | 1 | -2/+14 |
| | |||||
* | Informix extension now works but php_ini stuff still needs rewriting. | Danny Heijl | 1999-07-21 | 1 | -45/+46 |
| | |||||
* | Started php4/ZTS port of Informix driver. | Danny Heijl | 1999-07-21 | 2 | -275/+293 |
| | |||||
* | license change | Danny Heijl | 1999-07-19 | 1 | -20/+9 |
| | |||||
* | Bad html in ifx_htmltbl_result(). | Danny Heijl | 1999-06-22 | 1 | -2/+1 |
| | |||||
* | resync informix driver with php 3.09 version | Danny Heijl | 1999-06-09 | 2 | -144/+256 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 3 | -77/+78 |
| | | | | | - add necessary phpext_*_ptr |