Date: 08/28/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] 4.0.2 RC1 php.exe performance"
- Previous message: Kirill Maximov: "[PHP-DEV] Re: [PHP-QA] More 4.0.2 testing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A solution to MSSQL win32 pb for bug 5582,5614,5633,60,6181,6202 ?
For me it seems to resolve a great number of pb (tested with latest cvs and
mssql2000):
add
tmp->refcount++;
after
zend_hash_index_update(return_value->value.ht, i, (void *) &tmp, sizeof(zval
*), NULL);
in php_mssql_fetch_hash function
joined win32 extension compiled for ms sql2000 final (with latest cvs
build,sorry no test with mssql 7.0 or php4official 4.01).
You could certainly try this with the lastest http://php4win.de/ build (not
tested).
Could someone confirm and --after-- post to cvs.
thanks
Alex.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] 4.0.2 RC1 php.exe performance"
- Previous message: Kirill Maximov: "[PHP-DEV] Re: [PHP-QA] More 4.0.2 testing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

