php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23587 Call to undefined function: dio_tcsetattr()
Submitted: 2003-05-11 23:41 UTC Modified: 2003-05-13 17:46 UTC
From: rick at rpwebworks dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.3.1 OS: RH9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rick at rpwebworks dot com
New email:
PHP Version: OS:

 

 [2003-05-11 23:41 UTC] rick at rpwebworks dot com
My configure: 
./configure --enable-track-vars --enable-trans-sid --enable-dba 
--with-gdbm --with-kerberos --with-db3 --with-xml 
--with-png-dir=/usr/local/libpng --with-jpeg-dir=/usr/lib 
--enable-ftp --with-zlib-dir=/usr/local/zlib --with-gd 
--enable-gd-native-ttf --with-freetype-dir=/usr --with-mysql=/usr  
--with-gettext --enable-sockets --with-gmp --enable-dio 
--enable-pcntl 
 
I copied and pasted the example on the dio_tcsetattr() manual 
page to test into a file. 
Running from shell with php -f testfile.php, I get:" 
<br /> 
<b>Fatal error</b>:  Call to undefined function:  dio_tcsetattr() in 
<b>/root/LCDtest.php</b> on line <b>8</b><br />" 
 
If I comment out the function dio_tcsetattr() I don't get any error 
so I guess dio_fcntl() and dio_open() work, but of course nothing 
happens either. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-13 17:46 UTC] sniper@php.net
This is some kind of installation problem, propably the
php binary you tested with is not 4.3.1. (it works fine here)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jul 06 09:01:29 2024 UTC