History log of /PHP-5.4/ext/mssql/php_mssql.c (Results 126 – 150 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5eaf2d10 03-Dec-2002 Frank M. Kromann

Bug #17593
Make sure any pending data is released from the server when freeing the result


# 679d6457 03-Dec-2002 Frank M. Kromann

Allocating enough memory to hold values.
Fix crash when certan stored procedures was called. This caused the free_result function to free memory not yet allocated.


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 4ba70357 28-Oct-2002 Sterling Hughes

fix bug # 17497
(fix by: ddb@bitxtender.de)


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# e7d006fa 26-Jun-2002 Derick Rethans

Unify error messages


Revision tags: php-4.3.0dev, php5_5_0
# 509c606d 10-Jun-2002 Frank M. Kromann

Adding ini setting for max_procs


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1
# 7ca89ced 15-May-2002 Frank M. Kromann

Fixing the mssql_query to handle multiple results correct if the first result does not return any data.


# 8d4097b2 14-May-2002 Frank M. Kromann

Fixing hanfling of data type REAL.
Remove extra bytes allocated by emalloc calls


Revision tags: php-4.2.1
# f0141f96 09-May-2002 Frank M. Kromann

Allow the MSSQL extension to use NT authentication


Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# f6ec73d3 19-Mar-2002 Frank M. Kromann

Minor change to allocated lengths for dates


Revision tags: help
# c8e7db98 12-Mar-2002 Andi Gutmans

- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 5d0ac50c 03-Jan-2002 Frank M. Kromann

Making error handling thread safe. Thanks to Paco Ortiz <fjortiz@comunet.es>


Revision tags: php-4.1.1
# f0c0b88f 17-Dec-2001 Hartmut Holzgraefe

proto fix


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 250aded2 06-Dec-2001 Hartmut Holzgraefe

proto fixes


Revision tags: php-4.1.0RC5
# 8d8f148d 02-Dec-2001 Harald Radi

added mssql_fetch_assoc() to be more mysql conform
changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH)


Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# 75b32c64 29-Oct-2001 Frank M. Kromann

Reset the error (or message) from the server when calling fetch_row functions.
If the user conected and changed the database the message from the change was reported
when the user checked the

Reset the error (or message) from the server when calling fetch_row functions.
If the user conected and changed the database the message from the change was reported
when the user checked the error function after a failed fetch.
This cased problems in PEAR/DB.
If the fetch fails for other resons than a fetch after the last row, the message from the server will still be reported.

show more ...


Revision tags: POST_PARAMETER_PARSING_API
# 991e3066 23-Oct-2001 Frank M. Kromann

Patch for correct handling of DATETIME values.
The patch is implemented with a parameter in php.ini controling if
datetime values are converted with the new or the old method.
Thanks to M

Patch for correct handling of DATETIME values.
The patch is implemented with a parameter in php.ini controling if
datetime values are converted with the new or the old method.
Thanks to Michael Bretterklieber <mbretter@jawa.at>

show more ...


Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4, php-4.0.7RC3
# b77c39ea 26-Sep-2001 Frank M. Kromann

Fixing Win32 build...after the last macro convertions.


Revision tags: POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1
# 9a3d4e73 13-Aug-2001 Andi Gutmans

- More ZE2 fixes


Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup


# 373b3e10 05-Aug-2001 Sascha Schumann

more tsrm cleanup -- output.c is not doing any fetches anymore


# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


123456789