[PHP] ENOTTY error

2001-01-29 Thread Slappy Smith
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

[PHP] i should have been clearer

2001-01-19 Thread Slappy Smith
>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'. (s

[PHP] changed database context message

2001-01-17 Thread Slappy Smith
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 ---