php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24022 Call to undefined Function odbc_data_source
Submitted: 2003-06-04 12:17 UTC Modified: 2003-06-08 20:01 UTC
From: jim at falconsoft dot com Assigned: edink (profile)
Status: Closed Package: ODBC related
PHP Version: 4.3.2 OS: Windows Server 2k3
Private report: No CVE-ID: None
 [2003-06-04 12:17 UTC] jim at falconsoft dot com
When running php 4.3.2RC4 i do NOT get the error, but running php 4.3.2 gives me the error:

Call to undefined function: odbc_data_source()

I am attempting to run the CLI version of php.  I have tried this on 2 machines.  1 Running win server 2k3 and another running win xp pro sp1.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-04 13:42 UTC] jim at falconsoft dot com
I love how upgrading to a newer version causes things to break and somehow magically this is not php's fault.  I've searched for the past 2 days to try to find out what is causing this and no one has been able to provide me with any answers.  Perhaps someone here would be so kind as to inform me what the differences are between 4.3.2RC4 and 4.3.2 are.  Obviously something was changed that is causing this problem.
 [2003-06-04 23:27 UTC] sniper@php.net
It's just missing HAVE_SQLDATASOURCES define in the win32 build stuff..Edin, can you fix this? 

And for Derick and George: READ the reports before bogusing..

 [2003-06-04 23:29 UTC] sniper@php.net
Jim, this was caused by fixing bug #22580
(should have guessed that breaks it elsewhere then)

 [2003-06-05 06:45 UTC] jim at falconsoft dot com
Thank you for the help.
 [2003-06-08 20:01 UTC] edink@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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC