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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 08:01:30 2025 UTC