php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #58303 dependencies
Submitted: 2008-08-07 09:33 UTC Modified: 2008-08-07 23:51 UTC
From: oeriksson at mandriva dot com Assigned:
Status: Closed Package: optimizer (PECL)
PHP Version: 5.2.5 OS: Mandriva
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: oeriksson at mandriva dot com
New email:
PHP Version: OS:

 

 [2008-08-07 09:33 UTC] oeriksson at mandriva dot com
Description:
------------
Hello. (using php-5.2.6)

I just built and included this one in Mandriva. After some fiddling I found out it requires the vld extension as well. Additionally you must load it in the correct order, in Mandriva I do it like this:

/etc/php.d/98_vld.ini
/etc/php.d/99_apc.ini
/etc/php.d/99_optimizer.ini

These files has a line like "extension = vld.so" followed by other per extension specific config.



Expected result:
----------------
Fix the docs?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-07 23:51 UTC] graham@php.net
Added some information in the README in CVS about the VLD dependency. VLD should only be required when the optimizer is compiled with debug mode (OPTIMIZER_DEBUG_COMPILE set to 0)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC