Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #15803 (and propably others related too) | foobar | 2002-06-14 | 1 | -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 Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -2/+2 |
| | |||||
* | Use the new TSRM structure. | foobar | 2001-07-30 | 1 | -11/+1 |
| | |||||
* | Make this extension compile thread safe on unixes too. | foobar | 2001-07-30 | 1 | -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 Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | killed some compile warnings. the informix header files redefine these. | foobar | 2001-05-27 | 1 | -0/+2 |
| | |||||
* | Changing my email address... | Jouni Ahto | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -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 Windows | Andi Gutmans | 2000-06-10 | 1 | -6/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -3/+3 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | ||||
* | - 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) | ||||
* | (ext/informix) Added WIN32 build files for informix driver | Danny Heijl | 1999-11-14 | 1 | -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 Heijl | 1999-07-27 | 1 | -4/+4 |
| | | | | | I could, so I did. | ||||
* | Started php4/ZTS port of Informix driver. | Danny Heijl | 1999-07-21 | 1 | -17/+49 |
| | |||||
* | resync informix driver with php 3.09 version | Danny Heijl | 1999-06-09 | 1 | -27/+8 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -0/+210 |
- add necessary phpext_*_ptr |