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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: laxmi dot v_2k7 at yahoo dot co dot in
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 16:01:31 2024 UTC