Re: [PHP-WIN] Re: PHP 5.1.4 / FastCGI Error

2006-05-15 Thread Mike Milano
Edin Mike Milano wrote: Could anyone verify that isapi_fcgi.dll works with PHP 5.1.4 for them? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP 5.1.4 / FastCGI Error

2006-05-10 Thread Mike Milano
Could anyone verify that isapi_fcgi.dll works with PHP 5.1.4 for them? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP 5.1.4 / FastCGI Error

2006-05-10 Thread Mike Milano
With PHP 5.1.2, FastCGI works fine. I downloaded the PHP 5.1.4 binaries and replaced my 5.1.2 install. I now get the following error when I load a PHP page. *** HTTP/1.1 503 Server too busy Server: Microsoft-IIS/5.1 Date: Wed, 10 May 2006 17:09:58 GMT Connection: close Content-Type: text/html

Re: [PHP-WIN] Zend Optimizer Problem

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

[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".

[PHP-WIN] Re: Getting windows username into php/mysql

2006-03-28 Thread Mike Milano
Alex Blundell wrote: HI, I have been searching the internet for days trying to find a way of getting the windows username (%username%) of the current logged on user and submitting it, along side some other information (entered into the form by the user), to a MysQl database. This will enable me

[PHP-WIN] Re: Restarting PHP on IIS

2006-03-28 Thread Mike Milano
Karuna wrote: Hi. I've done some changes to php.ini and even after restarting IIS, these changes aren't detected. I can't restart the machine itself so is there any other way to fix this? I remember on WinXP and apache I had to restart my PC to fix certain issues but I can't restart this as it

[PHP-WIN] Re: cscript error: 'PHP_UNICODE_SHARED' is undefined

2006-03-23 Thread Mike Milano
Mike Milano wrote: Platform: WinXP Pro Tools: VS7 CL Compiler & MS SDK Win2k Build Environment Version: 5.1.2 from CVS I get the same result with both compilers. When I try to configure the build, it throws this error: Enabling extension ext\tokenizer C:\work\php-src\configure.js(99

[PHP-WIN] cscript error: 'PHP_UNICODE_SHARED' is undefined

2006-03-23 Thread Mike Milano
ript runtime error: 'PHP_UNICODE_SHARED' is undefined config command: cscript /nologo configure.js --enable-snapshot-build Any insight would be greatly appreciated. Thank you, Mike Milano -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: php classes

2005-08-12 Thread Mike Milano
just a guess, are you sure you didn't transpose the first 2 letters of the class? should it be DbConnect() and not BdConnect() ? now that i think about it you would probably get a different error if the class didn't exist though. Marcos Nagamura wrote: Hi, sorry about the off-topic. With

[PHP-WIN] Re: Problem compiling a custom extension

2005-07-30 Thread Mike Milano
John Smith wrote: I am able to compile PHP, but I am trying to create an extension ( following zend's hello world tutorial ) and the configure step will not recognize my enable command. I'm working with: PHP5.1 and have tried both win2k3/vs.net and winxp/vsc++6 with the exact same results.