summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Collapse)AuthorAgeFilesLines
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Removing invalid readme fileFrank M. Kromann2000-04-231-10/+0
|
* moving pointers to header and library files to match php_build structureFrank M. Kromann2000-04-232-11/+13
|
* Moving output modulesFrank M. Kromann2000-04-211-4/+4
|
* A few .dsp fixesZeev Suraski2000-04-201-6/+6
|
* Fixing init problem for Zval's in mssql_queryFrank M. Kromann2000-04-201-5/+5
|
* minor optimizationFrank M. Kromann2000-04-171-6/+8
|
* Fixing compilation errors in MSSQL moduleFrank M. Kromann2000-04-152-9/+9
|
* phpinfo() prettyingColin Viebrock2000-04-061-5/+7
|
* Description differs between version 3 and 4.Egon Schmid2000-03-281-34/+28
|
* Couple of thangs:Sterling Hughes2000-03-281-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 theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* the pipe is breaking all the timeZeev Suraski2000-02-192-4/+4
|
* Fixing up TS-modes. Non TS-modes will bee added laterFrank M. Kromann2000-02-161-4/+4
|
* Fixing up TS-modes. Non TS-modes will bee added laterFrank M. Kromann2000-02-161-61/+35
|
* Fixing compile and link with current cvs.Frank M. Kromann2000-02-133-102/+155
|
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-20/+0
|
* - MS-SQL fixZeev Suraski2000-01-171-39/+41
| | | | | - Fix a crash bug in session_register()
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
| | | | | you start counting at 0 or 1).
* libzend -> ZendZeev Suraski1999-12-191-6/+6
|
* - The tree compiles againZeev Suraski1999-12-181-13/+13
|
* More cleanup...Zeev Suraski1999-12-171-1/+1
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-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.0Frank M. Kromann1999-11-221-8/+58
|
* Fixing the use of mssql.textsize in pconnect()Frank M. Kromann1999-11-101-14/+6
|
* - Add include path. Used relative include path assuming php4 and bindlib_w32Andi Gutmans1999-11-041-1/+1
| | | | | are in the same directory.
* Adding MS SQL Server module for Win32Frank M. Kromann1999-11-034-0/+1707