summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* 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-231-0/+14
* Change fetch functions and protos so they make more sense.Frank M. Kromann2003-07-031-7/+11
* Updating email addressFrank M. Kromann2003-06-141-1/+1
* proto fixesAndrey Hristov2003-06-121-22/+22
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fix for bug 23402. Crash when mssql?bind was used incorrectlyFrank M. Kromann2003-05-211-0/+1
* Fixing bit support. Bug #23324Frank M. Kromann2003-04-301-0/+2
* No c++ commentsfoobar2003-03-141-2/+2
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-10/+10
* Bug #20426. Convert SMALLDATETIME correctFrank M. Kromann2003-02-111-4/+18
* - Whitespace fixesDerick Rethans2003-02-091-2/+1
* cleanup variable initializationsFrank M. Kromann2003-02-091-10/+3
* Fixing coredump when no php.ini file is usedFrank M. Kromann2003-02-091-0/+3
* Bug #21707 problem with realFrank M. Kromann2003-02-091-0/+5
* Removed pointless checks.Ilia Alshanetsky2003-01-301-3/+2
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-12/+3
* Release skiped results. This will free memory on the server.Frank M. Kromann2003-01-121-31/+34
* Fixing copy and paste errorsFrank M. Kromann2003-01-101-3/+3
* Avoid warnings when running stored procedures returning multiple resultsFrank M. Kromann2003-01-101-10/+20
* Use the correct link when checking for more results on stored proceduresFrank M. Kromann2003-01-091-1/+1
* Restire BC for mssql_execute(). This will not break the new feature for handlingFrank M. Kromann2003-01-091-17/+45
* changed from LVAL to RESVAL macroFrank M. Kromann2003-01-091-2/+2
* Changed global data type to avoid problems with initializationFrank M. Kromann2003-01-081-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.Frank M. Kromann2002-12-161-8/+20
* Changed php_error() to php_error_docref()Frank M. Kromann2002-12-031-33/+33
* Bug #19370Frank M. Kromann2002-12-031-72/+73
* Bug #17593Frank M. Kromann2002-12-031-0/+2
* Allocating enough memory to hold values.Frank M. Kromann2002-12-031-16/+17
* fix bug # 17497Sterling Hughes2002-10-281-1/+1
* Unify error messagesDerick Rethans2002-06-261-35/+35