[PHP-DEV] PHP 4.0 Bug #5930 Updated: call to undefined function From: Bug Database (php-dev <email protected>)
Date: 08/03/00

ID: 5930
User Update by: porter <email protected>
Status: Feedback
Bug Type: Misbehaving function
Description: call to undefined function

Here is a truss of my httpd when a php request comes in.

fcntl(833, F_SETLKW, 0x000C4288) (sleeping...)
fcntl(833, F_SETLKW, 0x000C4288) = 0
accept(18, 0xEFFFF788, 0xEFFFF80C) (sleeping...)
accept(18, 0xEFFFF788, 0xEFFFF80C) = 3
fcntl(833, F_SETLKW, 0x000C42AC) = 0
sigaction(SIGUSR1, 0xEFFFF580, 0xEFFFF680) = 0
getsockname(3, 0xEFFFF7C8, 0xEFFFF80C) = 0
setsockopt(3, 6, 1, 0xEFFFF6FC, 4) = 0
read(3, " G E T / t e s t 4 . p".., 4096) = 333
sigaction(SIGUSR1, 0xEFFFD478, 0xEFFFD578) = 0
time() = 965336724
stat("/usr/local/www/htdocs/norwinddesigns/test4.php", 0x0010B178) = 0
umask(077) = 022
umask(022) = 077
chdir("/usr/local/www/htdocs/norwinddesigns") = 0
open("/usr/local/www/htdocs/norwinddesigns/test4.php", O_RDONLY) = 5
pathconf(".", _PC_PATH_MAX) = 1024
stat64("./", 0xEFFFE3D0) = 0
stat64("/usr/local/www/htdocs/norwinddesigns", 0xEFFFE338) = 0
ioctl(5, TCGETA, 0xEFFFEF6C) Err#25 ENOTTY
fstat64(5, 0xEFFFD3E8) = 0
llseek(5, 0, SEEK_CUR) = 0
read(5, " < ? p h p $ f p = f o".., 8192) = 49
read(5, 0x004309D8, 8192) = 0
ioctl(5, TCGETA, 0xEFFFD514) Err#25 ENOTTY
close(5) = 0
umask(022) = 022
poll(0xEFFFD560, 1, 0) = 0
write(3, " H T T P / 1 . 1 2 0 0".., 314) = 314
time() = 965336724
write(20, " 2 0 7 . 6 7 . 2 3 2 . 2".., 133) = 133
shutdown(3, 1) = 0
poll(0xEFFFD3D8, 1, 2000) = 1
read(3, 0xEFFFF500, 512) = 0
close(3) = 0
sigaction(SIGUSR1, 0xEFFFF580, 0xEFFFF680) = 0
fcntl(833, F_SETLKW, 0x000C4288) (sleeping...)±

I notice Err#25 ENOTTY

I got this out of ioctl

     ENOTTY fildes is not associated with a STREAMS dev-
                    ice that accepts control functions.

Full Bug description available at: http://bugs.php.net/?id=5930

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>