History log of /PHP-5.4/ext/mssql/php_mssql.c (Results 151 – 175 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work


# 7020ccce 30-Jul-2001 Frank M. Kromann

Fixing build after implementing the new TSRM structure!


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# 7b1c4006 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation (Zend compatibility patch)


# 1c25b8dd 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# 0ef0f8e3 11-Jul-2001 Thies C. Arntzen

ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)


# 66d94bc6 11-Jul-2001 Zeev Suraski

Nuke zval_reset


# d70ce7be 11-Jul-2001 Zeev Suraski

var_reset -> ZVAL_RESET


# 37cd3e02 05-Jul-2001 Frank M. Kromann

Optimizing the mssql_execute function.


# a98efcda 28-Jun-2001 Frank M. Kromann

Adding new function to convert from binary to GUID format


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# c977f298 19-Jun-2001 Andi Gutmans

- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))


# a86a08cc 13-Jun-2001 Frank M. Kromann

Fixing the return type of numeric data to be numeric


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.


123456789