|
Questions too pear::Config: msg#00376php.pear.general
Hi NG, I have here following problem. I parse with pear::Config httpd.conf of Apache. require_once('Config.php'); $datasrc = $APACHE_CONF_FILE; $conf = new Config(); $content =& $conf->parseConfig($datasrc, 'apache'); if (PEAR::isError($content)) { die($content->getMessage()); } $root_content = $content->toArray('phparray', array('name' => Virtual1')); I miss into $$root_content the "Comments" (For example "#Main Section"). In $content it is however contained. How do I get "whole" contents with "Comment" in an array? Thanks for each assistance Stefan -- PEAR General Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Session expires too fast in LiveUser: 00376, Sonny |
|---|---|
| Next by Date: | Re: Auth: two instances on the same page: 00376, Jeroen Houben |
| Previous by Thread: | [MDB] about test case frameworki: 00376, Thierry Bothorel |
| Next by Thread: | [ANNOUNCEMENT] System_ProcWatch-0.3 (beta) Released.: 00376, PEAR Announce |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |