Hello,
This patch will add posix_mknod to the posix extension.
Usage: posix_mknod('file', mode | type [, major [,minor]]), like
mknod(2) (except for major and minor).
Any objections against adding it to HEAD ?
Magnus
--
We are now enjoying total mutual interaction in an imaginary hot
tub ..
... and here is the diff output for PHP 4...
Index: ext/odbc/config.m4
===
RCS file: /repository/php-src/ext/odbc/config.m4,v
retrieving revision 1.55.2.10
diff -u -r1.55.2.10 config.m4
--- ext/odbc/config.m4 18 Jan 2005 21:21:16 -00
I would like to submit an update for the UODBC module in PHP 4 & 5. The
changes update PHP's UODBC module to work with the latest versions of
Birdstep's RDM Server DBMS, while maintaining compatibility with previously
supported versions. The update was necessary due to a change in Birdstep's
I wonder why extension_dir couldn't seek the modules in more that one
directory. All known interpreters (perl, ruby, python) can read modules from
the different directories. The layout is usually:
/usr/lib/php - system modules installed from package
/usr/local/lib/php - manually installed module
PHP 5 Bug Database summary - http://bugs.php.net
Num Status Summary (320 total including feature requests)
===[*General Issues]==
29971 Assigned variables_order behaviour
32572 Feedback After a make install /usr/local/bin/pear is no
PHP 4 Bug Database summary - http://bugs.php.net
Num Status Summary (778 total including feature requests)
===[*General Issues]==
27372 Verified parse error loading browscap.ini at apache startup (new parser
required)
===