Configure with options: ./configure' '--prefix=/usr/local/php4' '--enable-discard-path' '--enable-force-cgi-redirect' '--enable-memory-limit' '--enable-safe-mode' '--with-mysql=/usr/local/mysql'
Apache config (run with suexec):
Action application/x-httpd-php /libexec-bin/php4
AddType application/x-httpd-php .php
<virtualhost ...>
User user
ScriptAlias /libexec-bin/ "/home/user/libexec/"
</virtualhost>
As result, then i'm try to access to php script, i get:
<br>
<b>Parse error</b>: parse error in <b>/home/user/libexec/php4</b> on li
ne <b>262</b><br>
Whats wrong?