History log of /PHP-5.4/ext/mssql/php_mssql.c (Results 101 – 125 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 864f217e 12-Jun-2003 Andrey Hristov

proto fixes


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 03c56a5a 21-May-2003 Frank M. Kromann

Fix for bug 23402. Crash when mssql?bind was used incorrectly


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA
# c843ec8c 30-Apr-2003 Frank M. Kromann

Fixing bit support. Bug #23324


Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 4a244a38 14-Mar-2003 foobar

No c++ comments


Revision tags: php-4.3.2RC1
# 3c9155e0 07-Mar-2003 foobar

Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.


Revision tags: php-4.3.1
# 08b788dd 11-Feb-2003 Frank M. Kromann

Bug #20426. Convert SMALLDATETIME correct


# f35f5f56 09-Feb-2003 Derick Rethans

- Whitespace fixes


# da56457e 09-Feb-2003 Frank M. Kromann

cleanup variable initializations


# 9c161984 09-Feb-2003 Frank M. Kromann

Fixing coredump when no php.ini file is used


# 62d42c24 09-Feb-2003 Frank M. Kromann

Bug #21707 problem with real


# 453368af 30-Jan-2003 Ilia Alshanetsky

Removed pointless checks.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# aebb39b0 18-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref.

Thanks to Marcus Börger for writing a script that significantly simplifies
this process.


# e2868b57 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 874cddd4 12-Jan-2003 Frank M. Kromann

Release skiped results. This will free memory on the server.
Make mssql_execute work for stored procedures with and without returning result sets


# 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.


123456789