sniper Mon Feb 14 03:23:54 2005 EDT Modified files: /php-src php.ini-dist php.ini-recommended Log: Nuke non-existing ini option http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.222&r2=1.223&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.222 php-src/php.ini-dist:1.223 --- php-src/php.ini-dist:1.222 Mon Dec 27 02:19:25 2004 +++ php-src/php.ini-dist Mon Feb 14 03:23:53 2005 @@ -1088,10 +1088,6 @@ ; Default proxy password. ;pfpro.proxypassword = -[Sockets] -; Use the system read() function instead of the php_read() wrapper. -sockets.use_system_read = On - [com] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ;com.typelib_file = http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.167&r2=1.168&ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.167 php-src/php.ini-recommended:1.168 --- php-src/php.ini-recommended:1.167 Mon Dec 27 22:48:18 2004 +++ php-src/php.ini-recommended Mon Feb 14 03:23:54 2005 @@ -1146,10 +1146,6 @@ ; Default proxy password. ;pfpro.proxypassword = -[Sockets] -; Use the system read() function instead of the php_read() wrapper. -sockets.use_system_read = On - [com] ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs ;com.typelib_file =
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php