Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Removing invalid readme file | Frank M. Kromann | 2000-04-23 | 1 | -10/+0 |
| | |||||
* | moving pointers to header and library files to match php_build structure | Frank M. Kromann | 2000-04-23 | 2 | -11/+13 |
| | |||||
* | Moving output modules | Frank M. Kromann | 2000-04-21 | 1 | -4/+4 |
| | |||||
* | A few .dsp fixes | Zeev Suraski | 2000-04-20 | 1 | -6/+6 |
| | |||||
* | Fixing init problem for Zval's in mssql_query | Frank M. Kromann | 2000-04-20 | 1 | -5/+5 |
| | |||||
* | minor optimization | Frank M. Kromann | 2000-04-17 | 1 | -6/+8 |
| | |||||
* | Fixing compilation errors in MSSQL module | Frank M. Kromann | 2000-04-15 | 2 | -9/+9 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -5/+7 |
| | |||||
* | Description differs between version 3 and 4. | Egon Schmid | 2000-03-28 | 1 | -34/+28 |
| | |||||
* | Couple of thangs: | Sterling Hughes | 2000-03-28 | 1 | -62/+149 |
| | | | | | | 1. We've got protos! 2. The second half of the script is now most Zendiferous. | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 2 | -4/+4 |
| | |||||
* | Fixing up TS-modes. Non TS-modes will bee added later | Frank M. Kromann | 2000-02-16 | 1 | -4/+4 |
| | |||||
* | Fixing up TS-modes. Non TS-modes will bee added later | Frank M. Kromann | 2000-02-16 | 1 | -61/+35 |
| | |||||
* | Fixing compile and link with current cvs. | Frank M. Kromann | 2000-02-13 | 3 | -102/+155 |
| | |||||
* | Fix PostgreSQL startup routine in thread-safe mode | Zeev Suraski | 2000-02-05 | 1 | -20/+0 |
| | |||||
* | - MS-SQL fix | Zeev Suraski | 2000-01-17 | 1 | -39/+41 |
| | | | | | - Fix a crash bug in session_register() | ||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 2 | -2/+2 |
| | | | | | you start counting at 0 or 1). | ||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -6/+6 |
| | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -13/+13 |
| | |||||
* | More cleanup... | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Project changed to allow compilation for MS SQL 6.5 or 7.0 | Frank M. Kromann | 1999-11-22 | 1 | -8/+58 |
| | |||||
* | Fixing the use of mssql.textsize in pconnect() | Frank M. Kromann | 1999-11-10 | 1 | -14/+6 |
| | |||||
* | - Add include path. Used relative include path assuming php4 and bindlib_w32 | Andi Gutmans | 1999-11-04 | 1 | -1/+1 |
| | | | | | are in the same directory. | ||||
* | Adding MS SQL Server module for Win32 | Frank M. Kromann | 1999-11-03 | 4 | -0/+1707 |