Hi, my solaris 10 and openSolaris (nevada) servers have been running php 5.2.8 for a year using lsapi 4.8.
Today I attempted to upgrade php to 5.2.12. I also tried to upgrade to lsapi 5.0. The php file runs fine in "cli" mode, but it crashes when spawned. I'd seen this before, it was caused by one of the extensions and I just removed it. But I need all the extensions, so I need to know how to figure out what's causing this lsapi crash. I don't know what logs to look at.
I built all the releases, here are the results:
php 5.2.8 with lsapi 4.8 -- works
php 5.2.8 with lsapi 5.0 -- works
php 5.2.9 with lsapi 5.0 -- works
php 5.2.10 with lsapi 5.0 -- crashes
php 5.2.11 with lsapi 5.0 -- crashes
php 5.2.12 with lsapi 4.8 -- crashes
php 5.2.12 with lsapi 5.0 -- crashes
Please help. This has been a fairly frequent issue with the php executable that I compile, and I'd like to be able to upgrade to the latest version of php.
Today I attempted to upgrade php to 5.2.12. I also tried to upgrade to lsapi 5.0. The php file runs fine in "cli" mode, but it crashes when spawned. I'd seen this before, it was caused by one of the extensions and I just removed it. But I need all the extensions, so I need to know how to figure out what's causing this lsapi crash. I don't know what logs to look at.
I built all the releases, here are the results:
php 5.2.8 with lsapi 4.8 -- works
php 5.2.8 with lsapi 5.0 -- works
php 5.2.9 with lsapi 5.0 -- works
php 5.2.10 with lsapi 5.0 -- crashes
php 5.2.11 with lsapi 5.0 -- crashes
php 5.2.12 with lsapi 4.8 -- crashes
php 5.2.12 with lsapi 5.0 -- crashes
Please help. This has been a fairly frequent issue with the php executable that I compile, and I'd like to be able to upgrade to the latest version of php.