php-install Digest 16 Apr 2001 01:54:11 -0000 Issue 263

Topics (messages 2785 through 2787):

PHP is displaying nothing...
        2785 by: Manuela DIALLO
        2786 by: B. van Ouwerkerk

Re: Are there suppose to be cpp files in the source code?
        2787 by: Yasuo Ohgaki

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Dear all,

I've installed PHP and Apache on my PC under win98. Apache is running fine
and launching PHP at the same time.
When I open a php file (.php) under my browser, the PC is launching a
console window which is immediately closing... I suppose it's a PHP console
window. This window is empty and my browser's also... What a deception!

Please help!

Thank you in advance for your help.

Barrou



PS: Apache seems to run correctly ( http://localhost works fine)









>I've installed PHP and Apache on my PC under win98. Apache is running fine
>and launching PHP at the same time.
>When I open a php file (.php) under my browser, the PC is launching a
>console window which is immediately closing... I suppose it's a PHP console
>window. This window is empty and my browser's also... What a deception!

create a file with the following php code:
<?phpinfo();?>

Give it the name test.php run it and see if you get anything.

I don't think there's a PHP console window, never seen it. On a Linux 
server you would get normal HTML output to your browser.

If you don't get anything in your browser start looking in you httpd.conf 
for some lines with .php and take a look at your php.ini

These are not standard windooz apps.. you need to edit some stuff yourself. 
Search the docs and you'll get the info you need to do so. You should also 
take a look at this lists archive.

Bye,


B.





I've never build Win/PHP, but I think you don't have "bison", etc. This must be the problem. Regards, -- Yasuo Ohgaki ""Plutarck"" <[EMAIL PROTECTED]> wrote in message 9bc6hi$gt$[EMAIL PROTECTED]">news:9bc6hi$gt$[EMAIL PROTECTED]... > I currently have Apache, MySQL, and PHP 4.0.4pl1 (as CGI) all running just > fine on my Windows 98 system. I used Nusphere to install it all, but I > really want to learn how just to build it myself from the source code. > > So I followed the directions in the PHP manual to the _letter_, and when I > Rebuild All on php4ts - Win32 Release_TS I get the following message from > the compiler: > > --------------------Configuration: ZendTS - Win32 > Release_TS-------------------- > Performing Custom Build Step on ".\zend_language_parser.y" > Bad command or file name > Performing Custom Build Step on .\zend_ini_parser.y > Bad command or file name > Performing Custom Build Step on ".\zend_language_scanner.l" > Bad command or file name > Performing Custom Build Step on .\zend_ini_scanner.l > Bad command or file name > Compiling... > zend.c > zend_alloc.c > zend_API.c > zend_builtin_functions.c > zend_compile.c > C:\cygwin\php-4.0.4pl1\Zend\zend_compile.c(21) : fatal error C1083: Cannot > open include file: 'zend_language_parser.h': No such file or directory > zend_constants.c > zend_dynamic_array.c > zend_execute.c > zend_execute_API.c > zend_extensions.c > zend_hash.c > zend_highlight.c > C:\cygwin\php-4.0.4pl1\Zend\zend_highlight.c(22) : fatal error C1083: Cannot > open include file: 'zend_language_parser.h': No such file or directory > zend_indent.c > C:\cygwin\php-4.0.4pl1\Zend\zend_indent.c(25) : fatal error C1083: Cannot > open include file: 'zend_language_parser.h': No such file or directory > zend_ini.c > zend_ini_parser.c > fatal error C1083: Cannot open source file: > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_parser.c': No such file or directory > Generating Code... > Compiling... > zend_ini_scanner.cpp > fatal error C1083: Cannot open source file: > 'C:\cygwin\php-4.0.4pl1\Zend\zend_ini_scanner.cpp': No such file or > directory > Generating Code... > Compiling... > zend_language_parser.c > fatal error C1083: Cannot open source file: > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_parser.c': No such file or > directory > Generating Code... > Compiling... > zend_language_scanner.cpp > fatal error C1083: Cannot open source file: > 'C:\cygwin\php-4.0.4pl1\Zend\zend_language_scanner.cpp': No such file or > directory > Generating Code... > Compiling... > zend_list.c > zend_llist.c > zend_opcode.c > zend_operators.c > zend_ptr_stack.c > zend_sprintf.c > zend_stack.c > zend_variables.c > Generating Code... > Error executing cl.exe. > > php.exe - 7 error(s), 0 warning(s) > > > > Two of those files are .cpp files. The problem is, the only .cpp files > _anywhere_ in the 4.0.4pl1 source code from php.net are dotnet.cpp, > issfunc.cpp, and qtdom_qt.cpp. And the other files aren't in the source code > anywhere either. > > > So I'm _COMPLETELY_ stumped as to what to do next. I'm all dressed up with > no place to go, apparently. > > Help? > > > -- > Plutarck > Should be working on something... > ...but forgot what it was. > > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] >

Reply via email to