Thank you Edin,
So this is just a VC++7 issue? Do you know of any other compilers that
work OK for compiling PHP on Windows?
I have access to VC++6, but I'm just curious if cygwin or other methods
of compiling would be successful too.
Edin Kadribasic wrote:
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