[PHP-INSTALL] Strange error with PHP-5.2.4 used as CGI: "premature end of script headers" rise on four different Linux systems

2007-11-11 Thread Andrey
Hi All. Trying last version of php (5.2.4) I face an error, wich repeats on four my Linux systems: Mandrake 10.0, Manriva 2006, Mandriva 2007, Zenwalk 4.6. The essence of problem is error "Premature end of script headers". Before using php-5.2.4., I use php-4.4.4 as CGI with apache-1.3 and apach

Re: [PHP-INST] mysql_db_query is deprecated

2002-03-16 Thread Andrey Hristov
want to make a query to another db just call mysql_select_db() with the name of the new db. Best regards, Andrey Hristov - Original Message - From: "Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 1:28 PM Subject: [PHP-INST] mysql_db

[PHP-INST] Symbol not fount: pow

2001-07-24 Thread Andrey Zhiblovsky
Hello,   I can't start apache server after compiling php-4.0.6   Here is attachment - messages from 'script' program.   Thank you, Andrey Zhiblovsky. Typescri.zip -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[PHP-INST] Re: Symbol not fount: pow

2001-07-26 Thread Andrey Zhiblovsky
Sorry, now it's working. I didn't know that SCO Open Server hasn't DSO. Andrey Zhiblovsky <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:000901c114a7$95d36e40$[EMAIL PROTECTED] Hello, I can't start apache server after compiling php-4.0.6 Here is attachme

[PHP-INST] Re: [PHP] Mysql export

2001-10-22 Thread Andrey Hristov
n($separator)); $dump.=$line."\n"; } } if ($dump){ $fd=fopen("{$table}_dump.csv","w+"); frwite($fd,$dump); fclose($fd); echo "\n".$dump."\n"; } Hope this helps. -- Andrey Hristov Web Developer Icygen Corporat

Re: [PHP-INST] Re: PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-22 Thread Andrey Hristov
Try to change your script's extension to .cgi instead of .php . It _may_ help. -- Andrey Hristov Web Developer Icygen Corporation BUILDING SOLUTIONS http://www.icygen.com On Monday 22 October 2001 04:15 am, you wrote: > Hi, > You're right Dave > > But nobody had already

Re: [PHP-INST] Elementary Sessions help pls

2001-12-17 Thread Andrey Hristov
Hmmm, why not use /tmp in your php.ini and /tmp means c:/tmp if your php+iis is on c:. d:\tmp, if php+iis on d: and so on. Feedback is appreciated. Regards, Andrey Hristov - Original Message - From: "Martin Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>