Jump to content

bobn

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bobn's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. found my problem If there is a syntax error in php.ini, then the directives that are below the syntax error seem to revert to default values. I found the problem by changing the seconds in the user_ini.cache_ttl directive and cutting and pasting the line to different places in the file until I found the line that was causing the trouble. I used a line of commented capital Xs along with the test line to make it easy to locate as I moved it around,. BobN
  2. I have the same problem with the php.ini extension_dir setting being overwritten. I tried uninstalling the .msi version and intstalling the zip version in C:\php531. phpinfo() shows other changes I make, but the extension_dir value is always changed back to "C:\php5". I don't really care if Windows wants to override the extension_dir setting as long as I can still load extensions. So added a C:\php5 directory, put it in the path variable and copied all of the C:php531\ext dll files there. I added the lines "[php_XSL]" followed by "extension=php_xsl.dll " as a test, expecting to see a listing for PHP_XSL appear in phpinfo(). There is no sign of the XSL extension, so guess it was not loaded. What should I try next? Thanks for any suggestions. Bob N
  3. found the error message: [22-Oct-2009 11:06:15] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0 I forgot to reload the server before checking the error log. Please accept my apology for this. I am still learning. The problem seems to be in the from the specific rpm I used. Either I am missing a dependency or there is a bug. I will check with the repository.
  4. Using Centos 5.3 x86_63, PHP 3 php-pecl-apc x86_64 version 3.1.2-2.el5.remi.1 phpinfo() lists apc.ini as parsed, but there is no information listed for it among the individual listings of extension information. Also the Symfony framework configuration check continues to show no accelerator is installed. There is no mention of APC in the php error log. How do I check to find out if the extension is loaded? Thanks for your help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.