[PHP-WIN] Faulting application Apache.exe, version 2.0.53.0, faulting module ntdll.dll, version 5.2.3790.1830, fault address 0x000224b2 - Suspect COM object

2006-03-30 Thread Phillip Bayliss
Hi Apache is crashing on windows with the following error after running for about 5 days and we suspect it is related to COM handling. Faulting application Apache.exe, version 2.0.53.0, faulting module ntdll.dll, version 5.2.3790.1830, fault address 0x000224b2 The problem seems to be relate

[PHP-WIN] PHP5 win32service extension 's file/IO problem

2006-03-30 Thread Ariz Jacinto
hi, i'm currently testing the php_win32service.dll extension and it is working until i've noticed that file/IO access functions (read/write) within the PHP- based service doesn't work when invoked by SC or win32_start_service. got the same results from PHP 5.0.5 to 5.1.2. is this a bug or by desi

[PHP-WIN] Re: Handle a serial communication on COM1

2006-03-30 Thread Ariz Jacinto
hi, download and install php_dio.dll at pecl4win.php.net. the documentation on how to use it's functions are included in the PHP manual (dio or direct IO). regards, Ariz Jacinto Hi, > > I intend to manage a serial communication with a > cash register trought COM1. > ... > I want to find any r

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