php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12467 Undefined entry point in php4ts.dll
Submitted: 2001-07-30 11:33 UTC Modified: 2006-07-17 08:29 UTC
From: esmoot at att dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.6 OS: NT 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: esmoot at att dot com
New email:
PHP Version: OS:

 

 [2001-07-30 11:33 UTC] esmoot at att dot com
Environment: NT 4.0, Apache 1.3.14, PHP 4.0.6 (pre-compiled), Oracle Personal DB 8i (8.1.5.0.0), IE 5.0.  PHP is running as a 'CGI'.

I edit php.ini under c:\winnt to include php_oci8.dll and execute the PHP script below in my browser:

<?php
$conn = ocilogon("scott", "tiger", "");
?>

I then get the following error message:

php.exe: The procedure entry point add_assoc_long_ex could not be located in the dynamic link library php4ts.dll.  

This is followed by the message:

Unable to load dynamic library 'c:\php\extensions/php_oci8.dll' - The specified procedure could not be found.

PHP without extensions works find, as does msql.
I have searched the FAQs and bulletin boards for a solution but so far nothing has worked.  Paths where modules should be have been verified.  Anyone have any ideas?

Ed Smoot
esmoot@att.com

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-10 23:22 UTC] sniper@php.net
Mixed versions of php and php4ts.dll and php_oci8.dll.
Just grab the 4.2.1 package and make sure you replace ALL
the files with the new ones..and restart your machine after 
that.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 05:01:30 2024 UTC