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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: drogers at halo7 dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC