History log of /PHP-5.5/ext/mssql/php_mssql.c (Results 76 – 100 of 223)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 7bf2fe52 12-Apr-2005 Frank M. Kromann

Fix for #32682. Error on module shutdown when called from activescript


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 28dbc778 25-Feb-2005 Frank M. Kromann

FreeTDS does not have support for DBTEXTLIMIT


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# d56b42be 18-Jan-2005 Frank M. Kromann

make the mssql extension work with freetds on win32


# 4f8973fc 16-Dec-2004 Frank M. Kromann

Fix #31120 and #31135. mssql_query returns false on successfill inserts and stored procedures


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 2980ab0c 06-Dec-2004 Ilia Alshanetsky

MFB: revert


# e99526eb 03-Dec-2004 Ilia Alshanetsky

Fixed bug #30962 (mssql returns space for NULL columns).


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# a04722b1 15-Nov-2004 Ilia Alshanetsky

MFB: fixed build.


# 4893e3c5 15-Nov-2004 Frank M. Kromann

Adding most of the changes suggested in #30280. Mostly fix's for possible leaks.


Revision tags: PRE_NEW_VM_GEN_PATCH
# 81c8d313 28-Sep-2004 Frank M. Kromann

Fix compilation


# 18312653 28-Sep-2004 Ilia Alshanetsky

Fixed bug #30224 (Sybase date strings are sometimes not null terminated).


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# e5cfb1d0 10-Jul-2004 Andi Gutmans

- Better stability during premature shutdown of request startup


# 2067ce40 30-Jun-2004 Frank M. Kromann

Fix for #28512. Allocate enough space to store data


Revision tags: php-5.0.0RC3
# ceb73ca0 04-Jun-2004 Sara Golemon

MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another name since it's only used once anyway.


Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2
# c5f88717 20-Apr-2004 Frank M. Kromann

Fix problem getting return value from stored procedure when it returns multiple results


Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# b4f64e7f 30-Mar-2004 Frank M. Kromann

Fix for #27764. Get return value from a stored procedure not returning any result sets


# 87779f12 29-Mar-2004 Frank M. Kromann

Fix for #27743. Make sure Money types are converted and returned correct


Revision tags: php-4.3.5
# 3e7a8e08 19-Mar-2004 Frank M. Kromann

Fix for #26589. Crash when selecting many columns of type Money


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 05158095 15-Mar-2004 Frank M. Kromann

Fix for #27594. Comuted columns does not return a column source


Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0
# e3c437d3 18-Feb-2004 foobar

register_list_destructors -> zend_register_list_destructors_ex


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# f4983c0d 17-Jan-2004 foobar

- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# a7e2f952 02-Dec-2003 Frank M. Kromann

set freed pointer to null to avoid reuse


# 02ea233f 17-Nov-2003 Frank M. Kromann

MFB: Fix for bug #25817
Check for a return value from a stored procedure right after fetching rows
Replace code with some Z_ macros


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# fff7c609 15-Oct-2003 Ilia Alshanetsky

Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql)


123456789