From: Operating system: Windows XP PHP version: 5.2.13 Package: *PDF functions Bug Type: Bug Bug description:PECL package extensions for this version
Description: ------------ After installing and configuring PHP(php-5.2.13-nts-Win32-VC6-x86) for IIS on windows XP to add another extension from PECL package is not recognised. As said in the php manual "The PECL package will not be released for this version The 5.2.6 PECL package does however work with this release" adding dll files for pdflib/cpdf/printer in php\ext folder from PECL 5.2.6 with extension line included in php.ini file does not effect extension to php. phpinfo() still does not recognise these extensions. Solution to this issue will be highly appreciated. Regards, Lakshmi Test script: --------------- 1.lines included in ini file: extension=php_printer.dll extension=php_pdflib.dll 2.respective dll files placed in ext folder 3.restarting IIS Expected result: ---------------- php enabled with pdf/printer functions outputting pdf generated on the fly Actual result: -------------- phpinfo() not displaying added extensions -- Edit bug report at http://bugs.php.net/bug.php?id=51461&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51461&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51461&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=51461&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=51461&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51461&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51461&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51461&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51461&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51461&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51461&r=support Expected behavior: http://bugs.php.net/fix.php?id=51461&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51461&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51461&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51461&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51461&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51461&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51461&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51461&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51461&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51461&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51461&r=mysqlcfg
