History log of /PHP-5.5/ext/mssql/php_mssql.c (Results 201 – 223 of 223)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 7a0855ae 23-May-2000 Hartmut Holzgraefe

some protos where missing proto keyword


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# ba37ae2c 20-Apr-2000 Frank M. Kromann

Fixing init problem for Zval's in mssql_query


# d5bfb21f 17-Apr-2000 Frank M. Kromann

minor optimization


# 9e601aae 15-Apr-2000 Frank M. Kromann

Fixing compilation errors in MSSQL module


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


# 27e5c89b 28-Mar-2000 Egon Schmid

Description differs between version 3 and 4.


# a4de43fe 28-Mar-2000 Sterling Hughes

Couple of thangs:
1. We've got protos!
2. The second half of the script is now most Zendiferous.


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 7fa7c8a8 13-Feb-2000 Frank M. Kromann

Fixing compile and link with current cvs.


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 39cb8fe0 05-Feb-2000 Zeev Suraski

Fix PostgreSQL startup routine in thread-safe mode


# df138c2e 17-Jan-2000 Zeev Suraski

- MS-SQL fix
- Fix a crash bug in session_register()


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# 66f5e500 17-Dec-1999 Zeev Suraski

More cleanup...


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 3581f0d0 10-Nov-1999 Frank M. Kromann

Fixing the use of mssql.textsize in pconnect()


Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# e5ca107a 03-Nov-1999 Frank M. Kromann

Adding MS SQL Server module for Win32


123456789