Hi, in case you remember (if you don't, have a look at the thread "[PHP-DEV] Sybase - Error handlers" beginning Aug. 7 2002):
I compiled my extension against PHP 4.2.2 / 4.2.1 / 4.1.2 recently, doing some improvements and having to change some code due to API incompatibilty (the original patch was against PHP 4.3.0 w/ ZE2). I got it tested on Debian (woody) and FreeBSD 4.3-STABLE without affections on existing source, segfaults or memory leaks, so I guess this thing ought to be OK. I even had time to write up some english documentation: http://sitten-polizei.de/php/README.SYBASE.EN Current sources: http://sitten-polizei.de/php/php_sybase_ct.c http://sitten-polizei.de/php/php_sybase_ct.h After compiling, you should see: "Deadlock retry count:" "Unlimited" and "sybct.deadlock_retry_count", "-1" in the sybase_ct section of phpinfo(). Disclaimer: ----------- The sybase_unbuffered_query() is experimental and misusage (using it with inserts, closing the connection while reading or trying to fire up another query directly after etc.) may result in unexpected results. Maybe some more intense checks should be done. That's why it's experimental. Feedback welcome:-) -- Timm -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php