[PHP-DEV] [PATCH] Add posix_mknod to the posix extension

2005-04-11 Thread Magnus Määttä
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 ..

Re: [PHP-DEV] Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 & 5

2005-04-11 Thread John Higgins
... 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

[PHP-DEV] Update for Birdstep RDM Server / RAIMA Velocis support in PHP 4 & 5

2005-04-11 Thread John Higgins
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

[PHP-DEV] extension_path

2005-04-11 Thread Piotr Roszatycki
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-DEV] PHP 5 Bug Summary Report

2005-04-11 Thread internals
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-DEV] PHP 4 Bug Summary Report

2005-04-11 Thread internals
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) ===