History log of /PHP-5.5/ext/mssql/php_mssql.c (Results 176 – 200 of 223)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.6RC3
# f8a697e2 05-Jun-2001 Frank M. Kromann

Fixing memory leak.
Fixing mssql_pconnect to work with ISAPI
Adding MSSQL_NUM, MSSQL_ASSOC and MSSQL_BOTH so the extension will be more compatible with MySQL


Revision tags: php-4.0.6RC2
# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


Revision tags: php-4.0.6RC1
# 5258141d 09-May-2001 Frank M. Kromann

Minor change to the way string lengths are calculated and space alocated.


# 90243d2c 09-May-2001 Frank M. Kromann

Getting rid of memset.


# 8a030b98 08-May-2001 Frank M. Kromann

Fixing the use of compatibility mode. When the flag is off the system should return correct PHP types (default) when the flag is on strings will be returned for all data types.


# aaebbecd 08-May-2001 Frank M. Kromann

Fixing the use of compatibility_mode setting in php.ini.
Nuking trailing spaces when returning a string.


# 4cef5e78 01-May-2001 Andi Gutmans

- Optimizer the previous patch a bit by nuking memset()


# e8949d77 01-May-2001 Frank M. Kromann

Adding support for BINARY, VARBINARY and IMAGE column types.
Thanks to Brad LaFountain.


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 09817783 13-Mar-2001 Frank M. Kromann

Changed email


Revision tags: php-4.0.5RC1
# 4230bdd3 09-Mar-2001 Frank M. Kromann

Adding a new function mssql_next_result() allowing the query to return more than one result.
This can be done with a stored procedure or by sending more than one select to the server.


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 35524d3a 27-Jan-2001 Egon Schmid

Fixed some protos.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 2c3f424e 04-Jan-2001 Frank M. Kromann

Fixing wrong return value when executing statements not returning a record set.


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 6cdc90ba 30-Nov-2000 Frank M. Kromann

Changed presentation of default values for textsize and textlimit in phpinfo().
the value -1 means "Server default"


# 20490db0 29-Nov-2000 Frank M. Kromann

Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used with version 6,5.
Minor changes to use som Zend macros to define globals.


# 5cb6b6c6 29-Nov-2000 Frank M. Kromann

Fixing wring resource handle returned from mssql_query().
The error was introduced when adding mssql_fetch_batch().


# 649c59b7 21-Nov-2000 Frank M. Kromann

Adding new functions, mssql_affected_rows and mssql_fetch_batch.
Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats.


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 4682a3fe 20-Oct-2000 Frank M. Kromann

Fixing bug #6000
Return the full content for datetime colums

Make the same fix for smalldatetime


# 2c874f74 20-Oct-2000 Frank M. Kromann

Fixing bug #6000
Return the full content for datetime colums


# a2cb4203 20-Oct-2000 Frank M. Kromann

Fixing bug in mssql_fetch_object() and mssql_close()


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# be78a31e 31-Aug-2000 Frank M. Kromann

Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes with php and mssql server.


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 0c032536 24-Jun-2000 Sascha Schumann

Stop including dl/phpdl.h.


# 1f004915 12-Jun-2000 Zeev Suraski

@- Fixed an initialization problem in the MS-SQL problem that could cause
@ a crash in mssql_query() (Zeev)


123456789