summaryrefslogtreecommitdiff
path: root/ext/informix
Commit message (Collapse)AuthorAgeFilesLines
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-262-4/+4
| | | | | - Avoid declaring crypt() related salt types twice
* - Win32 compile fixesDanny Heijl2000-02-233-145/+145
|
* More protos.Egon Schmid2000-02-231-132/+79
|
* - PHP_WIN32Danny Heijl2000-02-131-1/+1
|
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* - Make it compile again with new (p)list globals.Danny Heijl2000-02-061-56/+56
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Be as portable as possibleSascha Schumann2000-01-011-1/+1
|
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-2/+2
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-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 Schumann1999-12-303-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 -> ZendZeev Suraski1999-12-191-2/+2
|
* (ext/informix) function name changes: zend_get_parameters_ex (danny)Danny Heijl1999-12-191-25/+25
|
* (ext/informix) : remove traces of php3 (danny)Danny Heijl1999-12-181-28/+28
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* php3_* => php_*Sascha Schumann1999-12-051-1/+1
|
* Create helper library during configure timeSascha Schumann1999-12-052-7/+10
|
* Revert changes.Evan Klinger1999-12-051-1/+1
|
* @- Fix Informix compile (Evan)Evan Klinger1999-12-051-1/+1
| | | | | Fix --with-informix. Was adding wrong library.
* TypoDanny Heijl1999-11-291-1/+0
|
* Prevent mod_ssl's ap_hook.h from being included.Sascha Schumann1999-11-281-0/+3
|
* (ext/informix/ifx.ec) Reflect ESQL/C version used (Danny)Danny Heijl1999-11-281-2/+2
| | | | | @- Informix driver now reflects version of ESQL/C used (Danny)
* Improved build (now sets also runtime library search paths, worksSascha Schumann1999-11-272-9/+14
| | | | | out-of-the-box with Apache)
* (ext/informix) Added WIN32 build files for informix driverDanny Heijl1999-11-146-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 notSascha Schumann1999-11-131-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 Heijl1999-10-121-6/+3
| | | | | @- Thies introduced ZEND_FETCH_RESOURCE2 (Danny).
* *** empty log message ***Danny Heijl1999-10-111-2/+2
|
* (ext/informix) Changed ifx.ec to use the new high-performanceDanny Heijl1999-10-111-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 theDanny Heijl1999-10-111-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 Schumann1999-10-101-0/+0
|
* Workaround for Informix set of libraries. One library depends onSascha Schumann1999-10-102-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 Schumann1999-10-102-2/+4
|
* Fix "make clean". automake does not define an extra target for clean.Sascha Schumann1999-10-061-2/+2
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-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 Heijl1999-09-081-1/+1
|
* - "Resourcified" the Informix driver.Danny Heijl1999-09-061-273/+166
|
* - backed out IS_RESOURCE stuff in favour of old php3-style IS_LONGDanny Heijl1999-09-031-2/+2
| | | | | for now. This makes the Informix driver work again.
* more of the new ini stuffDanny Heijl1999-08-141-19/+49
|
* More zend-izing.Danny Heijl1999-08-071-38/+38
|
* >... If you can, please update your module to use these macros.Danny Heijl1999-07-272-53/+54
| | | | | I could, so I did.
* Get rid of most compiler warnings.Danny Heijl1999-07-241-22/+17
|
* New ini-stuff incorporated. Porting to PHP4 and ZTS hopefully complete.Danny Heijl1999-07-231-147/+33
|
* Blobs now working too.Danny Heijl1999-07-221-24/+28
|
* Blobs don't work, hash problems.Danny Heijl1999-07-221-2/+14
|
* Informix extension now works but php_ini stuff still needs rewriting.Danny Heijl1999-07-211-45/+46
|
* Started php4/ZTS port of Informix driver.Danny Heijl1999-07-212-275/+293
|
* license changeDanny Heijl1999-07-191-20/+9
|
* Bad html in ifx_htmltbl_result().Danny Heijl1999-06-221-2/+1
|
* resync informix driver with php 3.09 versionDanny Heijl1999-06-092-144/+256
|
* - run ext sources through conv_protoSascha Schumann1999-05-213-77/+78
| | | | | - add necessary phpext_*_ptr