summaryrefslogtreecommitdiff
path: root/ext/informix/php_informix.h
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #15803 (and propably others related too)foobar2002-06-141-56/+0
| | | | | | | | | . Changed the compile so that it doesn't "pollute" the INCLUDES anymore and thus cause trouble with other extensions which might use the same header files. (e.g. ODBC) . Some fixes for Informix compile problems (with the new build system) . Removed unnecessary stub.c file.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* WhitespaceZeev Suraski2001-08-111-2/+2
|
* Use the new TSRM structure.foobar2001-07-301-11/+1
|
* Make this extension compile thread safe on unixes too.foobar2001-07-301-66/+40
| | | | | | | | | | Also changed all those nice spaces to tabs # # Zeev, could you make those changes for this extension too? # # And yes, I know I shouldn't mix ws fixes to anything else but # this was easier to do this way.
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* killed some compile warnings. the informix header files redefine these.foobar2001-05-271-0/+2
|
* Changing my email address...Jouni Ahto2001-01-041-1/+1
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-6/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-3/+3
| | | | | - Avoid declaring crypt() related salt types twice
* #if WIN.* => #ifdef PHP_WIN32Sascha Schumann2000-02-121-1/+1
| | | | | #if !(WIN.* => #ifndef PHP_WIN32
* - 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)
* (ext/informix) Added WIN32 build files for informix driverDanny Heijl1999-11-141-1/+9
| | | | | | | and make it compile with ZTS @ -Added Win32 build files for Informix driver @ and make it compile with ZTS (danny)
* >... If you can, please update your module to use these macros.Danny Heijl1999-07-271-4/+4
| | | | | I could, so I did.
* Started php4/ZTS port of Informix driver.Danny Heijl1999-07-211-17/+49
|
* resync informix driver with php 3.09 versionDanny Heijl1999-06-091-27/+8
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-0/+210
- add necessary phpext_*_ptr