php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51461 PECL package extensions for this version
Submitted: 2010-04-02 11:32 UTC Modified: 2010-04-02 13:00 UTC
From: laxmi dot v_2k7 at yahoo dot co dot in Assigned:
Status: Not a bug Package: *PDF functions
PHP Version: 5.2.13 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 1 = ?
Subscribe to this entry?

 
 [2010-04-02 11:32 UTC] laxmi dot v_2k7 at yahoo dot co dot in
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-04-02 13:00 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-04-02 13:00 UTC] pajoye@php.net
http://downloads.php.net/pierre/ has many PECL extensions.

But for pdflib, please ask the PDFLib company (commercial product).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC