Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pgsql/
H A Dpgsql.c105 ZEND_ARG_INFO(0, tty)
114 ZEND_ARG_INFO(0, tty)
1227 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
1272 tty = Z_STRVAL_PP(args[3]);
1302 pgsql=PQsetdb(host,port,options,tty,dbname);
1337 le->ptr=PQsetdb(host,port,options,tty,dbname);
1396 pgsql = PQsetdb(host,port,options,tty,dbname);
/PHP-5.5/
H A DNEWS1457 . Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)

Completed in 35 milliseconds