On Wed, Jul 17, 2013 at 11:22 AM, R B wrote:
> Hello,
>
> 5 years ago, y developed a php system and was working fine. But 20 days
> ago, when y try to access to some pages (not all the pages), in the log
> appears this message and the page is not displayed:
>
> ==> /usr/local/apache/logs/error_log
Hello,
5 years ago, y developed a php system and was working fine. But 20 days
ago, when y try to access to some pages (not all the pages), in the log
appears this message and the page is not displayed:
==> /usr/local/apache/logs/error_log <==
[Wed Jul 3 02:36:58 2013] [error] [client 10.30.6.161
gw:/usr/local/php-4.3.10/bin # ./php -v
PHP 4.3.10 (cli) (built: Feb 3 2005 17:58:19)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Your guess was correct...
after a new configure without axp2s...
gw:/usr/local/php-4.3.10/bin # ./php -v
PHP
Claudio wrote:
> Maybe... What is the diference?
>
> In /usr/local/php-4.3.10/ I have 5 files after "make install"
Leave off the --with-apxs2 in your ./configure should make the CGI binary.
--
Like Music?
http://l-i-e.com/artists.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
Claudio wrote:
Maybe... What is the diference?
In /usr/local/php-4.3.10/ I have 5 files after "make install"
(pear php php-config phpextdist phpsize)
What should I do? How can I "make" the cgi-executable?
"Marek Kilimajer" wrote:
My guess cli binary is executed instead of cgi.
Try
$ /usr/local/php-
Maybe... What is the diference?
In /usr/local/php-4.3.10/ I have 5 files after "make install"
(pear php php-config phpextdist phpsize)
What should I do? How can I "make" the cgi-executable?
"Marek Kilimajer" wrote:
> My guess cli binary is executed instead of cgi.
>
> Claudio wrote:
>> Hi,
>> I
My guess cli binary is executed instead of cgi.
Claudio wrote:
Hi,
Im trying to use PHP4 and PHP5 at the same time. PHP4 as CGI and PHP5 as
module.
PHP5 ist actually not present and not installed
PHP4 runs find as module, when I try to use it as CGI I receive the error
message:
"Premature end of sc
Hi,
Im trying to use PHP4 and PHP5 at the same time. PHP4 as CGI and PHP5 as
module.
PHP5 ist actually not present and not installed
PHP4 runs find as module, when I try to use it as CGI I receive the error
message:
"Premature end of script headers: php"
Can someone help me?
Here my used configu
Hello,
I'm having the weirdest problem. I'm trying to install PHP as a CGI program using
SuExec and FastCGI but I keep on getting a "Premature end of script headers: php"
error in my Apache error_log. I got it working when I set up PHP to run as a CGI
program when there's no virtual hosts,
On Thu, 4 Dec 2003 13:17:57 +0100 , you wrote:
>I have a problem. When I start my PHP script, I get message "Premature end
>of script headers: php.exe". How can I solve this problem?
Run from the command line, or via a webserver? IIS or Apache? CGI or Apache
module? Do all scripts throw the error
This is a common error with php/iis combination, google for the error
string to find possible solutions.
Goran Ristic wrote:
Hello,
I have a problem. When I start my PHP script, I get message "Premature end
of script headers: php.exe". How can I solve this problem?
--
PHP General Mailing List (
Hello,
I have a problem. When I start my PHP script, I get message "Premature end
of script headers: php.exe". How can I solve this problem?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I've found it! It's session thing.
Why? It stops at session_start, and moreover, I overslept this morning. Two
minutes ago it had to be ready, shit!..
I'm sorry.
At the other machine it runs as .exe not as mod, the guy said, version
4.0.5.
I can use only $HTTP_SESSION_VARS array, but I don't know
>Guys? The support guy says that my php-script brings his php interpreter to
>crash. I am astonished (wow-what a powerful man I am :) ) - no, but really,
>it doesn't crash MY server? He also said, it happens just right after the
>file is being asked for, that is, as I suspect, somewhere in the firs
Guys? The support guy says that my php-script brings his php interpreter to
crash. I am astonished (wow-what a powerful man I am :) ) - no, but really,
it doesn't crash MY server? He also said, it happens just right after the
file is being asked for, that is, as I suspect, somewhere in the first li
Not that I am really bothered with it... The thing should run in 12 hours, and the guy
is gone, I guess, to have his late night beer, and me is sitting here and battling
with either my stupidity or his.
Anyways. phpinfo() runs okay
"Adam Voigt" <[EMAIL PROTECTED]> wrote in message
[EMAIL
Calm down. Does it do that same error if you have something simple like:
On a page all by itself?
On Wed, 2002-12-18 at 13:12, Alexey Lysenkov wrote:
What does THAT mean? My script cannot execute on this goddamn server,
running goddamn safe-damn-mode!
A line
What does THAT mean? My script cannot execute on this goddamn server,
running goddamn safe-damn-mode!
A line in the error.log:
[Wed Dec 18 14:18:55 2002] [error] [client 217.***.*.***] Premature end of
script headers: e:/~~~/~~~/apache/php/php.exe
Regards,
Alex
What should I tell the support guy
Hi list,
What/why this error:
[Wed Oct 24 17:03:33 2001] [error] [client 127.0.0.1] Premature end of
script headers: c:/php4win/php.exe
Thanks,
NOBBY
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
hi.
what is the meaning of:
Premature end of script headers.
thanks.
--
PHP General 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]
> Hello All,
> writing to a flat file I am getting 500 error with Apache. I
> know the path is correct and when I delete the file.txt and try
> to write to it. A new file is created but no writing. What does
> Premature end of script headers: mean?
It usually means the execution of the script
Hello All,
writing to a flat file I am getting 500 error with Apache. I know the path
is correct and when I delete the file.txt and try to write to it. A new file
is created but no writing. What does Premature end of script headers: mean?
TIA
Gary
--
PHP General Mailing List (http://www.php.n
/volunteer.htm
- Original Message -
From: <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Friday, January 26, 2001 10:47 AM
Subject: [PHP] Premature end of script headers error
> Hi,
>
> I compiled and installed php4 for the first time and it seems that all
> went righ
Hi,
I compiled and installed php4 for the first time and it seems that all
went right as the notice in /var/log shows:
[notice] Apache/1.3.12 (Unix) PHP/4.0.4pl1 configured -- resuming normal
operations
But when I try to execute any sort of php script I´m stuck with an
Internal Server error and
24 matches
Mail list logo