summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Expand)AuthorAgeFilesLines
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Fix for #32682. Error on module shutdown when called from activescriptFrank M. Kromann2005-04-121-0/+4
* Use PHP_LIBDIR.Joe Orton2005-04-011-3/+3
* FreeTDS does not have support for DBTEXTLIMITFrank M. Kromann2005-02-251-0/+2
* Set the MSSQL_VERSION to FreeTDS when that lib is usedFrank M. Kromann2005-01-181-4/+3
* Rename php_freetds.dll to php_dblib.dll (still using the freetds libs).Frank M. Kromann2005-01-181-13/+12
* use the static dblib.lib to avoid the need for extra dll'sFrank M. Kromann2005-01-181-1/+1
* add --with-freetds option to win32 build.Frank M. Kromann2005-01-181-0/+14
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-2/+3
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-0/+7
* Fix #31120 and #31135. mssql_query returns false on successfill inserts and s...Frank M. Kromann2004-12-161-4/+2
* Fix logic for file checking. Bug #31019Frank M. Kromann2004-12-081-1/+1
* MFB: revertIlia Alshanetsky2004-12-061-4/+0
* Fixed bug #30962 (mssql returns space for NULL columns).Ilia Alshanetsky2004-12-031-0/+4
* Fix #30860 configure fails when tds is compiled as sharedFrank M. Kromann2004-11-221-2/+2
* MFB: fixed build.Ilia Alshanetsky2004-11-151-1/+1
* Adding most of the changes suggested in #30280. Mostly fix's for possible leaks.Frank M. Kromann2004-11-151-12/+24
* Fix compilationFrank M. Kromann2004-09-281-1/+1
* Fixed bug #30224 (Sybase date strings are sometimes not null terminated).Ilia Alshanetsky2004-09-281-1/+2
* Fif for #28047. Set correct debug options for debug_ts buildFrank M. Kromann2004-08-301-3/+3
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-3/+3
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-0/+1
* Fix for #28512. Allocate enough space to store dataFrank M. Kromann2004-06-301-3/+18
* Fix build on win32Frank M. Kromann2004-06-071-1/+1
* MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another nam...Sara Golemon2004-06-042-4/+2
* Fix #28007. Compile fails when the SHORT type is undefined (older versions of...Frank M. Kromann2004-04-201-0/+3
* Fix problem getting return value from stored procedure when it returns multip...Frank M. Kromann2004-04-201-1/+4
* Fix for #27764. Get return value from a stored procedure not returning any re...Frank M. Kromann2004-03-301-3/+1
* Fix for #27743. Make sure Money types are converted and returned correctFrank M. Kromann2004-03-291-2/+7
* Fix for #26589. Crash when selecting many columns of type MoneyFrank M. Kromann2004-03-191-2/+19
* Fix for #27594. Comuted columns does not return a column sourceFrank M. Kromann2004-03-151-2/+6
* register_list_destructors -> zend_register_list_destructors_exfoobar2004-02-181-4/+5
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-173-6/+6
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Build adjustments.Wez Furlong2003-12-031-6/+8
* Adding missing defines and lib/include pathsFrank M. Kromann2003-12-031-0/+4
* oops. this should be with and not enableFrank M. Kromann2003-12-031-1/+1
* Adding mssql config file for the new build systemFrank M. Kromann2003-12-031-0/+9
* set freed pointer to null to avoid reuseFrank M. Kromann2003-12-021-0/+2
* MFB: Fix for bug #25817Frank M. Kromann2003-11-171-34/+14
* Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql)Ilia Alshanetsky2003-10-151-0/+2
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-3/+3
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* format string fixesAndrey Hristov2003-08-281-1/+1
* Fixed typo.Ilia Alshanetsky2003-08-181-2/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-7/+7
* Use new infrastructure.Zeev Suraski2003-08-031-2/+1
* Removed unused variables.Ilia Alshanetsky2003-07-231-2/+1
* Fixed bug #24752 (Unhandled "uniqueidentifier" field type)Ilia Alshanetsky2003-07-232-0/+17