From:             
Operating system: Windows Xp
PHP version:      Irrelevant
Package:          *General Issues
Bug Type:         Bug
Bug description:OCILobRead2 could not be located in OCI.dll

Description:
------------
1. I used the msi download for vc6 php5.2.17-thread-safe and installed the
entire package, putting it all in the c:/Server/PHP directory.

2.I updated the windows registry with the values suggested in the php
documentation page for installation, changing the values to the directory
above wherever the documentation gave the directory as \\php\\.

3. I ran cmd and went to the directory with my htdocs for apache
(c:\Server\Apache\htdocs)

4. I typed phpinfo.php at the command line. Said file follows:
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>

5. I got a popup error window as follows:
headline: php.exe - Entry Point Not Found
body: The procedure entry point OCILobRead2 could not be located in the
dynamic link library OCI.dll

6. After clicking OK I got another popup:
headline: CLI
icon: "php"
bold text on white background: CLI has encountered a problem and needs to
close. We are sorry for the inconvenience.
regular text on gray background: If you were in the middle of something,
the information you were working on might be lost. For more information
about this error, click here.

7.Clicking there:
headline: CLI
text: Error signature -> AppName: php.exe AppVer:5.2.17.17 ModName:
php5ts.dll ModVer: 5.2.17.17 Offset: 00f424c
To view technical information about the error report, click here.

8. Clicking there: a long list of module numbers and flags and dlls and
stuff.

9. Final test: at the commmand line I typed "php" with no arguments. Got
same results.

Test script:
---------------
phpinfo();

Expected result:
----------------
the phpinfo() standard information page

Actual result:
--------------
the error report stated above

-- 
Edit bug report at https://bugs.php.net/bug.php?id=60519&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=60519&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=60519&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=60519&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=60519&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=60519&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=60519&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=60519&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=60519&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=60519&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=60519&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=60519&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=60519&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=60519&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=60519&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=60519&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=60519&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=60519&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=60519&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=60519&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=60519&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=60519&r=mysqlcfg

Reply via email to