We recently upgraded our web server to PHP 2.2.2 and the latest version of the Zend Optimizer, however, we've noticed that when we've got the magic_quotes_sybase option set to on in the php.ini file, we get random segmentation faults from apache.
Unfortunately we've got some fairly extensive applications and would like to avoid having to revamp all our code to accomidate for having to turn this option off.
As a side note, we're using the latest version of FreeTDS to access our mssql database (mssql 2k) and this issue did not appear until we upgraded from php 4.1.1.
Any assistance is resolve this issue would be aprpeciated. We're under a time crunch.