#45917 [NEW]: Load custom c++ library statically not possible with apache2.2
[email protected] ("nagakkumaran at gmail dot com")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: nagakkumaran at gmail dot com Operating system: winxpsp2 PHP version: 5.2.6 PHP Bug Type: Scripting Engine problem Bug description: Load custom c++ library statically not possible with apache2.2 Description: ------------ I am trying to create custom library for php extending zend. That was working fine, but if i try to refer a c++ dll inside that library, apache2.2 is not loading the custom library itself. but if i try to load the same c++ dll dynamically like c-type dll, i am able to get a reference of the function defined in that dll. Loading the c++ dll into the custom library statically is failing. If needed i will provide the code that iam testing Thanks for considering nagakumaran Expected result: ---------------- To be able to link c++ dll's statically with php custom libraries for apache2.2 and iis versions Actual result: -------------- Apache fails to load the php custom library if c++ dll is refered statically inside the custom library -- Edit bug report at http://bugs.php.net/?id=45917&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45917&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45917&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45917&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45917&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45917&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45917&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45917&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45917&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45917&r=support Expected behavior: http://bugs.php.net/fix.php?id=45917&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45917&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45917&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45917&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45917&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45917&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45917&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45917&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45917&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45917&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45917&r=mysqlcfg