- Joined
- Feb 27, 2003
- Messages
- 8,500
After any apache recompiles, a php recompile is a good idea, eg:
John
Code:
./build php n
./build php n
Which section of the phpinfo are you referring to?
Please include the section header, and that row name (value on the left) so we know we're talking about the same thing.
Our phpinfo() output also has may version numbers in a similar format (long string of characters)
John
[Wed Mar 06 08:53:46.099224 2013] [core:emerg] [pid 734] (28)No space left on device: AH00023: Couldn't create the authdigest-opaque mutex
[Wed Mar 06 08:53:46.099244 2013] [auth_digest:error] [pid 734] (28)No space left on device: AH01760: failed to create lock (opaque_lock) - all nonce-count checking, one-time nonces, and MD5-sess algorithm disabled
[Wed Mar 06 08:53:46.099288 2013] [:emerg] [pid 734] AH00020: Configuration Failed, exiting
Semaphores aren't the easiest thing to understand, but this article (linuxdevcenter.com) helps.
Jeff