Re: [PHP-WIN] Zend Optimizer Problem

2006-03-30 Thread Mike Milano
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 comp

Re: [PHP-WIN] Zend Optimizer Problem

2006-03-30 Thread Edin Kadribasic
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 c

[PHP-WIN] Zend Optimizer Problem

2006-03-28 Thread Mike Milano
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 "0x0010". The memory could not be "written".