php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21785 Sybase Functions Needing Documentation
Submitted: 2003-01-20 18:11 UTC Modified: 2003-02-07 18:58 UTC
From: leon at leonatkinson dot com Assigned: leon (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS:
Private report: No CVE-ID: None
 [2003-01-20 18:11 UTC] leon at leonatkinson dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-20 18:27 UTC] leon@php.net
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-02-07 18:58 UTC] leon@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 09 21:00:03 2025 UTC