php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56380 Installation instruction for Windows-Has to be fixed in PHP manual
Submitted: 2005-04-23 02:50 UTC Modified: 2005-10-23 15:07 UTC
From: ng4rrjanbiah at rediffmail dot com Assigned:
Status: Not a bug Package: apd (PECL)
PHP Version: Irrelevant OS:
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ng4rrjanbiah at rediffmail dot com
New email:
PHP Version: OS:

 

 [2005-04-23 02:50 UTC] ng4rrjanbiah at rediffmail dot com
Description:
------------
See, http://in2.php.net/apd

The installation instruction for Windows is somewhat wrong; there is no "zend_extension" section in php.ini of Windows version. For the same reason, I have added a note (#51671, deleted now)--which might be amended with the page.

FWIW, I'm adding the original note here:
---------
Installation instruction for Windows users:
1. Download http://snaps.php.net/win32/PECL_STABLE/php_apd.dll
2. Copy php_apd.dll in to "extension_dir" directory (e.g., D:\php\ext)
3. Create a directory for trace dump (say, D:\php\APD\traces)
4. Add the following lines in your php.ini:
extension=php_apd.dll
apd.dumpdir="D:\php\APD\traces"
apd.statement_trace=0
5. Restart Apache (if mod_php)
---------

Regards,
R. Rajesh Jeba Anbiah


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-23 10:17 UTC] mike@php.net
Sorry, but your problem does not imply a bug in PECL itself.  For a
list of more appropriate places to ask for help using PECL, please
visit http://pecl.php.net/support/ as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PECL.

Not an APD bug.
 [2005-10-23 14:14 UTC] ng4rrjanbiah at rediffmail dot com
Please realize that it's a documentation error. It's better to fix the documentation.

Regards,
R. Rajesh Jeba Anbiah
 [2005-10-23 15:07 UTC] mike@php.net
Then please file a bug for the documentation at bugs.php.net; doc people won't look into pecl.php.net/bugs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 13:01:30 2024 UTC