History log of /PHP-5.5/ext/mssql/php_mssql.c (Results 126 – 150 of 223)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 16cda127 10-Jan-2003 Frank M. Kromann

Fixing copy and paste errors


# c2e71587 10-Jan-2003 Frank M. Kromann

Avoid warnings when running stored procedures returning multiple results
before setting output and return values.
Additional results can be skipped by the optional parameter to mssql_execute


# b33fe2b2 09-Jan-2003 Frank M. Kromann

Use the correct link when checking for more results on stored procedures


# 6660f8ae 09-Jan-2003 Frank M. Kromann

Restire BC for mssql_execute(). This will not break the new feature for handling
multiple results from a single stired procedure.
Adding mssql_free_statement()


# 392e5013 09-Jan-2003 Frank M. Kromann

changed from LVAL to RESVAL macro


# 7cd7cad1 08-Jan-2003 Frank M. Kromann

Changed global data type to avoid problems with initialization


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4
# 5664a358 16-Dec-2002 Frank M. Kromann

Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.
This will make the whole MSSAL API available on these platforms.
@Allow compilation of mssql extension on *nix.


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 686010e0 03-Dec-2002 Frank M. Kromann

Changed php_error() to php_error_docref()


# 13b6390d 03-Dec-2002 Frank M. Kromann

Bug #19370
Allow stored procedures to return multiple results.


# 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


123456789