ID: 21785 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: 4.3.0 Assigned To: leon New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-01-20 18:27:45] [EMAIL PROTECTED] BTW, I'll take stab at adding this documentation in the next month or so. I need to get back up to speed on working on the manual since it's been so long. ------------------------------------------------------------------------ [2003-01-20 18:11:37] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=21785&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php