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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 16:01:30 2025 UTC