Re: Zend Optimizer Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mike,

You'll need to compile PHP with MS VC++ 6.0 (I know, ancient one), since compiling with a newer compiler will produce msvcrt.dll version mismatch wich will cause crashes.

Edin


Mike Milano wrote:
Zend Optomizer 2.6.2 works ok when I use the public release, but when I try to use a custom build, I get a pretty vague exception when php-cgi.exe is launched:

php-cgi.exe - Application Error
The instruction at "0x7c98fea" referenced memory at "0x00000010". The memory could not be "written".

Here is how I load the extension in the php.ini file, but I really don't think this is the issue since this works on the public build.

zend_extension_ts="C:\php5\ZendOptimizer.dll"


I'm building with 5.1.2 source using the following config:

cscript /nologo configure.js --with-openssl --with-mcrypt --with-mhash --with-json --enable-sockets --with-zip --enable-soap

Is there anything else I need to enable or disable to get Zend Optimizer to work?


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux