Hello Wez, if we make dba/inifile a defaul component then a script to do the merge would be pretty easy or in other words could easily become part of the pecl/pear install/upgrade stuff.
regards marcus Monday, August 29, 2005, 6:00:04 PM, you wrote: > and/or provide a mechanism for merging an ini fragment from a pecl > package into the php.ini file. > --Wez. > On 8/29/05, Edin Kadibasic <[EMAIL PROTECTED]> wrote: >> I don't see the reason for doing this except making life of people who >> download the PECL package more difficult. I belive this should be reverted. >> >> Edin >> >> Jani Taskinen wrote: >> > sniper Mon Aug 29 10:46:01 2005 EDT >> > >> > Modified files: >> > /php-src php.ini-dist php.ini-recommended >> > Log: >> > Clean away PECled exts and added date.timezone setting >> > >> > http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.232&r2=1.233&ty=u >> > Index: php-src/php.ini-dist >> > diff -u php-src/php.ini-dist:1.232 php-src/php.ini-dist:1.233 >> > --- php-src/php.ini-dist:1.232 Fri Aug 12 01:30:02 2005 >> > +++ php-src/php.ini-dist Mon Aug 29 10:46:00 2005 >> > @@ -576,21 +576,17 @@ >> > >> > ;extension=php_mbstring.dll >> > ;extension=php_bz2.dll >> > -;extension=php_cpdf.dll >> > ;extension=php_curl.dll >> > ;extension=php_dba.dll >> > ;extension=php_dbase.dll >> > -;extension=php_dbx.dll >> > ;extension=php_exif.dll >> > ;extension=php_fdf.dll >> > ;extension=php_filepro.dll >> > ;extension=php_gd2.dll >> > ;extension=php_gettext.dll >> > ;extension=php_ifx.dll >> > -;extension=php_iisfunc.dll >> > ;extension=php_imap.dll >> > ;extension=php_interbase.dll >> > -;extension=php_java.dll >> > ;extension=php_ldap.dll >> > ;extension=php_mcrypt.dll >> > ;extension=php_mhash.dll >> > @@ -602,24 +598,24 @@ >> > ;extension=php_oci8.dll >> > ;extension=php_openssl.dll >> > ;extension=php_oracle.dll >> > -;extension=php_pdf.dll >> > ;extension=php_pgsql.dll >> > ;extension=php_shmop.dll >> > ;extension=php_snmp.dll >> > ;extension=php_sockets.dll >> > ;extension=php_sybase_ct.dll >> > ;extension=php_tidy.dll >> > -;extension=php_w32api.dll >> > ;extension=php_xmlrpc.dll >> > ;extension=php_xsl.dll >> > -;extension=php_yaz.dll >> > -;extension=php_zip.dll >> > >> > >> > ;;;;;;;;;;;;;;;;;;; >> > ; Module Settings ; >> > ;;;;;;;;;;;;;;;;;;; >> > >> > +[Date] >> > +; Defines the default timezone used by the date functions >> > +;date.timezone = >> > + >> > [Syslog] >> > ; Whether or not to define the various syslog variables (e.g. $LOG_PID, >> > ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In >> > @@ -711,7 +707,7 @@ >> > ; SQL-Errors will be displayed. >> > mysql.trace_mode = Off >> > >> > -[MySQLI] >> > +[MySQLi] >> > >> > ; Maximum number of links. -1 means no limit. >> > mysqli.max_links = -1 >> > @@ -815,16 +811,6 @@ >> > ; Minimum client message severity to display. >> > sybct.min_client_severity = 10 >> > >> > -[dbx] >> > -; returned column names can be converted for compatibility reasons >> > -; possible values for dbx.colnames_case are >> > -; "unchanged" (default, if not set) >> > -; "lowercase" >> > -; "uppercase" >> > -; the recommended default is either upper- or lowercase, but >> > -; unchanged is currently set for backwards compatibility >> > -dbx.colnames_case = "unchanged" >> > - >> > [bcmath] >> > ; Number of decimal digits for all bcmath functions. >> > bcmath.scale = 0 >> > @@ -1071,25 +1057,6 @@ >> > ; error_reporting(0) around the eval(). >> > ;assert.quiet_eval = 0 >> > >> > -[Ingres II] >> > -; Allow or prevent persistent links. >> > -ingres.allow_persistent = On >> > - >> > -; Maximum number of persistent links. -1 means no limit. >> > -ingres.max_persistent = -1 >> > - >> > -; Maximum number of links, including persistents. -1 means no limit. >> > -ingres.max_links = -1 >> > - >> > -; Default database (format: [node_id::]dbname[/srv_class]). >> > -ingres.default_database = >> > - >> > -; Default user. >> > -ingres.default_user = >> > - >> > -; Default password. >> > -ingres.default_password = >> > - >> > [Verisign Payflow Pro] >> > ; Default Payflow Pro server. >> > pfpro.defaulthost = "test-payflow.verisign.com" >> > @@ -1112,7 +1079,7 @@ >> > ; Default proxy password. >> > ;pfpro.proxypassword = >> > >> > -[com] >> > +[COM] >> > ; path to a file containing GUIDs, IIDs or filenames of files with >> > TypeLibs >> > ;com.typelib_file = >> > ; allow Distributed-COM calls >> > >> http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.180&r2=1.181&ty=u >> > Index: php-src/php.ini-recommended >> > diff -u php-src/php.ini-recommended:1.180 php-src/php.ini-recommended:1.181 >> > --- php-src/php.ini-recommended:1.180 Fri Aug 12 01:30:02 2005 >> > +++ php-src/php.ini-recommended Mon Aug 29 10:46:00 2005 >> > @@ -633,21 +633,17 @@ >> > >> > ;extension=php_mbstring.dll >> > ;extension=php_bz2.dll >> > -;extension=php_cpdf.dll >> > ;extension=php_curl.dll >> > ;extension=php_dba.dll >> > ;extension=php_dbase.dll >> > -;extension=php_dbx.dll >> > ;extension=php_exif.dll >> > ;extension=php_fdf.dll >> > ;extension=php_filepro.dll >> > ;extension=php_gd2.dll >> > ;extension=php_gettext.dll >> > ;extension=php_ifx.dll >> > -;extension=php_iisfunc.dll >> > ;extension=php_imap.dll >> > ;extension=php_interbase.dll >> > -;extension=php_java.dll >> > ;extension=php_ldap.dll >> > ;extension=php_mcrypt.dll >> > ;extension=php_mhash.dll >> > @@ -659,24 +655,24 @@ >> > ;extension=php_oci8.dll >> > ;extension=php_openssl.dll >> > ;extension=php_oracle.dll >> > -;extension=php_pdf.dll >> > ;extension=php_pgsql.dll >> > ;extension=php_shmop.dll >> > ;extension=php_snmp.dll >> > ;extension=php_sockets.dll >> > ;extension=php_sybase_ct.dll >> > ;extension=php_tidy.dll >> > -;extension=php_w32api.dll >> > ;extension=php_xmlrpc.dll >> > ;extension=php_xsl.dll >> > -;extension=php_yaz.dll >> > -;extension=php_zip.dll >> > >> > >> > ;;;;;;;;;;;;;;;;;;; >> > ; Module Settings ; >> > ;;;;;;;;;;;;;;;;;;; >> > >> > +[Date] >> > +; Defines the default timezone used by the date functions >> > +;date.timezone = >> > + >> > [Syslog] >> > ; Whether or not to define the various syslog variables (e.g. $LOG_PID, >> > ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In >> > @@ -768,7 +764,7 @@ >> > ; SQL-Errors will be displayed. >> > mysql.trace_mode = Off >> > >> > -[MySQLI] >> > +[MySQLi] >> > >> > ; Maximum number of links. -1 means no limit. >> > mysqli.max_links = -1 >> > @@ -872,16 +868,6 @@ >> > ; Minimum client message severity to display. >> > sybct.min_client_severity = 10 >> > >> > -[dbx] >> > -; returned column names can be converted for compatibility reasons >> > -; possible values for dbx.colnames_case are >> > -; "unchanged" (default, if not set) >> > -; "lowercase" >> > -; "uppercase" >> > -; the recommended default is either upper- or lowercase, but >> > -; unchanged is currently set for backwards compatibility >> > -dbx.colnames_case = "lowercase" >> > - >> > [bcmath] >> > ; Number of decimal digits for all bcmath functions. >> > bcmath.scale = 0 >> > @@ -1128,28 +1114,9 @@ >> > ; error_reporting(0) around the eval(). >> > ;assert.quiet_eval = 0 >> > >> > -[Ingres II] >> > -; Allow or prevent persistent links. >> > -ingres.allow_persistent = On >> > - >> > -; Maximum number of persistent links. -1 means no limit. >> > -ingres.max_persistent = -1 >> > - >> > -; Maximum number of links, including persistents. -1 means no limit. >> > -ingres.max_links = -1 >> > - >> > -; Default database (format: [node_id::]dbname[/srv_class]). >> > -ingres.default_database = >> > - >> > -; Default user. >> > -ingres.default_user = >> > - >> > -; Default password. >> > -ingres.default_password = >> > - >> > [Verisign Payflow Pro] >> > ; Default Payflow Pro server. >> > -pfpro.defaulthost = "test-payflow.verisign.com" >> > +Apfpro.defaulthost = "test-payflow.verisign.com" >> > >> > ; Default port to connect to. >> > pfpro.defaultport = 443 >> > @@ -1169,7 +1136,7 @@ >> > ; Default proxy password. >> > ;pfpro.proxypassword = >> > >> > -[com] >> > +[COM] >> > ; path to a file containing GUIDs, IIDs or filenames of files with >> > TypeLibs >> > ;com.typelib_file = >> > ; allow Distributed-COM calls -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php