[PHP] changed database context message
i am getting this message on top of one of my pages. i have read up on it and everyone says its a warning message but from the things ive seen online no one seems to know how to get rid of it. any help is appreciated. php3/red hat 6.2/sybase-11.9.2 is my basic config. thanks, ss --- Q: Backstreet Boys or N'Sync? A: Both of them. In a house, on fire, surrounded by trick fire extinguishers filled with gasoline. --- -- 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]
[PHP] i should have been clearer
>Something along the lines of this?: > >"X-Powered-By: PHP/4.0.2-dev Content-type: text/html" > >If so, stick this at the top of your script(s): > >#!/path/to/php -q > >(obviously change the /path/to/php) This is my error: Warning: Sybase: Server message: Changed database context to 'foobar'. (severity 10, procedure N/A) in /home/httpd/html/foobar/foo.php3 on line 11 --- Q: Backstreet Boys or N'Sync? A: Both of them. In a house, on fire, surrounded by trick fire extinguishers filled with gasoline. --- -- 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]
[PHP] ENOTTY error
I get this error, even when trying to start apache with the -X option: (tail end of strace on httdp -X) 6421 open("/etc/httpd/php3.ini", O_RDONLY) = 5 6421 ioctl(5, TCGETS, 0xbfffc8e8) = -1 ENOTTY (Inappropriate ioctl for device) 6421 read(5, "[PHP_3]\n\n;;;\n; A"..., 8192) = 8192 6421 read(5, "eadlen for an explanation of uod"..., 8192) = 4370 6421 read(5, "", 3822) = 0 6421 read(5, "", 8192) = 0 6421 ioctl(5, TCGETS, 0xbfffc8d4) = -1 ENOTTY (Inappropriate ioctl for device) 6421 --- SIGSEGV (Segmentation fault) --- 6421 +++ killed by SIGSEGV +++ Ive seen a few message on the web but no answers. Any help would be greatly appreciated. Thanks, Jimmy --- Q: Backstreet Boys or N'Sync? A: Both of them. In a house, on fire, surrounded by trick fire extinguishers filled with gasoline. --- -- 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]