From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: Sybase Functions Needing Documentation
Here are some functions needing documentation related to the SybaseCT extension. It looks like Timm Friebe added these back in August and he put up some documentation here: http://sitten-polizei.de/php/README.SYBASE.EN Here's a quick summary: void sybase_deadlock_retry_count(int retry_count) Sets deadlock retry count, same as the php.ini setting. array sybase_fetch_assoc(resource result) Fetch a row from result set indexed by column names only bool sybase_set_message_handler(mixed error_func) Set the error handler, to be called when a server message is raised. If error_func is NULL the handler will be deleted. int sybase_unbuffered_query(string query [, int link_id]) Send Sybase query and do not block. -- Edit bug report at http://bugs.php.net/?id=21785&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21785&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21785&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21785&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21785&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21785&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21785&r=support Expected behavior: http://bugs.php.net/fix.php?id=21785&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21785&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21785&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21785&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21785&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21785&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21785&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21785&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php