php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8001 mssql_fetch_object mispelled
Submitted: 2000-11-28 00:15 UTC Modified: 2000-11-28 04:40 UTC
From: drogers at halo7 dot net Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.3pl1 OS: LinuxPPC
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 + 34 = ?
Subscribe to this entry?

 
 [2000-11-28 00:15 UTC] drogers at halo7 dot net
The bug is a misspelling in a source file in 4.0.3pl1 and 
php-current(11/28)

In the ext/sybase/php_sybase_db.c line 72

should be:

        PHP_FALIAS(mssql_fetch_object,  
sybase_fetch_object,    NULL)

mssql_fetch_object should be spelled with a 
lowercase f

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-28 04:40 UTC] sniper@php.net
Fixed in CVS. Thank you for noticing this.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC