Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-24 Thread Rob Richards
From: Sebastian Bergmann > > My problem gets already fixed by building Release_TS_Inline instead of > > Debug_TS. > > The attached patch fixes the problem for me. Just spent this morning looking at the issue to find the root of it all. libxml is built with msvcrt so when compiled statically in

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-24 Thread Sebastian Bergmann
Sebastian Bergmann wrote: My problem gets already fixed by building Release_TS_Inline instead of Debug_TS. The attached patch fixes the problem for me. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-software

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-22 Thread Sebastian Bergmann
Shane Caraveo wrote: > try reverting that patch in your build and see if it fixes your > problem. My problem gets already fixed by building Release_TS_Inline instead of Debug_TS. Rob can possibly elaborate a bit more on this, I think. -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-22 Thread Shane Caraveo
Sebastian Bergmann wrote: Sebastian Bergmann wrote: Using the current CVS of PHP 5's SAPI/CGI on Windows I get the following message for every script No input file specified. I investigated a bit and found out that this broke between August, 4th and August, 5th, meaning that cvs upd -D

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-22 Thread Jani Taskinen
It's also broken in the PHP_4_3 branch.. --Jani On Fri, 22 Aug 2003, Sebastian Bergmann wrote: >Sebastian Bergmann wrote: >> Using the current CVS of PHP 5's SAPI/CGI on Windows I get the >> following message for every script >> >> No input file specified. > > I investigated

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-22 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Using the current CVS of PHP 5's SAPI/CGI on Windows I get the > following message for every script > > No input file specified. I investigated a bit and found out that this broke between August, 4th and August, 5th, meaning that cvs upd -D 2003-08-04 work

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Sebastian Bergmann
Rob Richards wrote: > Are you able to run a script directly in your Debug_TS directory > without specifying the path? No. > Also, does running: php < c:\server\htdocs\index.php work? That works. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Rob Richards
From: Sebastian Bergmann >E:\home\php\php5\Debug_TS>php c:\server\htdocs\index.php >Status: 404 >Content-type: text/html; charset=iso-8859-1 >X-Powered-By: PHP/5.0.0b2-dev > >No input file specified. Are you able to run a script directly in your Debug_TS directory without spec

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Sebastian Bergmann
Rob Richards wrote: > Just compiled latest CVS and CGI is working fine (at least debug > version is fine). Nope, doesn't work for me: E:\home\php\php5\Debug_TS>php c:\server\htdocs\index.php Status: 404 Content-type: text/html; charset=iso-8859-1 X-Powered-By: PHP/5.0.0b2-dev No

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Rob Richards
From: Sebastian Bergmann > I always /REBUILD from scratch. > > Also, I doubt that the "No input file specified." error I'm seeing is > related to libxml2 but rather to changes to the CGI SAPI module. I didnt mean the issue is from libxml, but rather it usually happens from a change in a fil

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Sebastian Bergmann
Rob Richards wrote: > Trying cleaning up everything and rebuilding from scratch. I always /REBUILD from scratch. Also, I doubt that the "No input file specified." error I'm seeing is related to libxml2 but rather to changes to the CGI SAPI module. -- Sebastian Bergmann http://sebastian-be

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Rob Richards
Trying cleaning up everything and rebuilding from scratch. This usually solves it when I hit that same issue. Rob From: Sebastian Bergmann > Thanks, upgrading libxml2 fixed the assertion trouble. But SAPI/CGI > still prints that error message. :-/ -- PHP Internals - PHP Runtime Developme

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Sebastian Bergmann
Rob Richards wrote: > libxml2-2.5.8 is causing this issue, fixed in 2.5.9 +. Thanks, upgrading libxml2 fixed the assertion trouble. But SAPI/CGI still prints that error message. :-/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu P

Re: [PHP-DEV] SAPI/CGI broken on Windows

2003-08-17 Thread Rob Richards
libxml2-2.5.8 is causing this issue, fixed in 2.5.9 +. You can use www.ctindustries.net/dom/libxml2-2.5.10.php.zip which was built from the 2.5.10 release. This build hasnt been tested yet, as I'm running off libxml CVS code since the 2.5.8 issue, so if you hit any issues its with the build process