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
 [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: Thu Mar 28 13:01:28 2024 UTC