Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-07-02 Thread Lukas Kahwe Smith


On 30.06.2009, at 11:57, Hannes Magnusson wrote:

On Tue, Jun 30, 2009 at 11:15, Jani Taskinenjani.taski...@sci.fi  
wrote:

Hannes Magnusson wrote:


bjori   Tue Jun 30 08:49:05 2009 UTC

 Modified files:  /php-srcphp.ini-production
php.ini-development  Log:
 MFB5.3: Add missing ini entries (Mikko)

 
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.12r2=1.13diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.12 php-src/php.ini-production: 
1.13

--- php-src/php.ini-production:1.12 Sun Jun 28 17:55:36 2009
+++ php-src/php.ini-production  Tue Jun 30 08:49:05 2009
@@ -641,7 +641,7 @@
 ; Data Handling ;
 ;
 -; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
+; Note - track_vars is ALWAYS enabled


Isn't that note kinda useless anyway. I don't even know what that
track_vars is supposed to be..some PHP 3 thing?


Good point. We should probably remove it before 5.3.1



You mean marking it deprecated and removing it in PHP 6.0?
Seems sensible to me.

regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-07-02 Thread Derick Rethans
On Thu, 2 Jul 2009, Lukas Kahwe Smith wrote:

 
 On 30.06.2009, at 11:57, Hannes Magnusson wrote:
 
  On Tue, Jun 30, 2009 at 11:15, Jani Taskinenjani.taski...@sci.fi wrote:
   Hannes Magnusson wrote:

bjori   Tue Jun 30 08:49:05 2009 UTC

Modified files:  /php-srcphp.ini-production
php.ini-development  Log:
MFB5.3: Add missing ini entries (Mikko)

http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.12r2=1.13diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.12 php-src/php.ini-production:1.13
--- php-src/php.ini-production:1.12 Sun Jun 28 17:55:36 2009
+++ php-src/php.ini-production  Tue Jun 30 08:49:05 2009
@@ -641,7 +641,7 @@
; Data Handling ;
;
-; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
+; Note - track_vars is ALWAYS enabled
   
   Isn't that note kinda useless anyway. I don't even know what that
   track_vars is supposed to be..some PHP 3 thing?
  
  Good point. We should probably remove it before 5.3.1
 
 You mean marking it deprecated and removing it in PHP 6.0?
 Seems sensible to me.

This setting is *long* gone, it can just be removed.

regards,
Derick

-- 
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org
twitter: @derickr

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-07-02 Thread Lukas Kahwe Smith


On 02.07.2009, at 14:48, Derick Rethans wrote:


On Thu, 2 Jul 2009, Lukas Kahwe Smith wrote:



On 30.06.2009, at 11:57, Hannes Magnusson wrote:

On Tue, Jun 30, 2009 at 11:15, Jani Taskinenjani.taski...@sci.fi  
wrote:

Hannes Magnusson wrote:


bjori   Tue Jun 30 08:49:05 2009 UTC

Modified files:  /php-srcphp.ini-production
php.ini-development  Log:
MFB5.3: Add missing ini entries (Mikko)

http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.12r2=1.13diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.12 php-src/php.ini- 
production:1.13

--- php-src/php.ini-production:1.12 Sun Jun 28 17:55:36 2009
+++ php-src/php.ini-production  Tue Jun 30 08:49:05 2009
@@ -641,7 +641,7 @@
; Data Handling ;
;
-; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
+; Note - track_vars is ALWAYS enabled


Isn't that note kinda useless anyway. I don't even know what that
track_vars is supposed to be..some PHP 3 thing?


Good point. We should probably remove it before 5.3.1


You mean marking it deprecated and removing it in PHP 6.0?
Seems sensible to me.


This setting is *long* gone, it can just be removed.



Ah, great.
I got confused by the docs:
http://ch.php.net/manual/en/ini.core.php#ini.track-vars
Note that as of PHP 4.0.3, track_vars is always turned on.

The entry on http://ch.php.net/manual/en/ini.list.php is a bit cleaer:
track_vars
1
PHP_INI_ALL
Removed in PHP 4.0.3.

regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-07-02 Thread Lukas Smith
lsmith  Thu Jul  2 13:34:29 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  removed references to track_vars, since this option doesnt exist since ages
  http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.14r2=1.15diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.14 php-src/php.ini-development:1.15
--- php-src/php.ini-development:1.14Tue Jun 30 08:49:05 2009
+++ php-src/php.ini-development Thu Jul  2 13:34:29 2009
@@ -22,7 +22,7 @@
 ; The syntax of the file is extremely simple.  Whitespace and Lines
 ; beginning with a semicolon are silently ignored (as you probably guessed).
 ; Section headers (e.g. [Foo]) are also silently ignored, even though
-; they might mean something in the future. 
+; they might mean something in the future.
 
 ; Directives following the section heading [PATH=/www/mysite] only
 ; apply to PHP files in the /www/mysite directory.  Directives
@@ -437,11 +437,11 @@
 ; Maximum execution time of each script, in seconds
 ; http://php.net/max-execution-time
 ; Note: This directive is hardcoded to 0 for the CLI SAPI
-max_execution_time = 30 
+max_execution_time = 30
 
 ; Maximum amount of time each script may spend parsing request data. It's a 
good
 ; idea to limit this time on productions servers in order to eliminate 
unexpectedly
-; long running scripts. 
+; long running scripts.
 ; Note: This directive is hardcoded to -1 for the CLI SAPI
 ; Default Value: -1 (Unlimited)
 ; Development Value: 60 (60 seconds)
@@ -521,8 +521,8 @@
 ; It's recommended that errors be logged on production servers rather than
 ; having the errors sent to STDOUT.
 ; Possible Values:
-;   Off = Do not display any errors 
-;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)   
+;   Off = Do not display any errors
+;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
 ;   On or stdout = Display errors to STDOUT
 ; Default Value: On
 ; Development Value: On
@@ -641,8 +641,6 @@
 ; Data Handling ;
 ;
 
-; Note - track_vars is ALWAYS enabled
-
 ; The separator used in PHP generated URLs to separate arguments.
 ; PHP's default setting is .
 ; http://php.net/arg-separator.output
@@ -674,7 +672,7 @@
 ; be registered into the super global array REQUEST. If so, it also determines
 ; the order in which that data is registered. The values for this directive are
 ; specified in the same manner as the variables_order directive, EXCEPT one.
-; Leaving this value empty will cause PHP to use the value set in the 
+; Leaving this value empty will cause PHP to use the value set in the
 ; variables_order directive. It does not mean it will leave the super globals
 ; array REQUEST empty.
 ; Default Value: None
@@ -685,9 +683,7 @@
 
 ; Whether or not to register the EGPCS variables as global variables.  You may
 ; want to turn this off if you don't want to clutter your scripts' global scope
-; with user data.  This makes most sense when coupled with track_vars - in 
which
-; case you can access all of the GPC variables through the $HTTP_*_VARS[],
-; variables.
+; with user data.
 ; You should do your best to write your scripts so that they do not require
 ; register_globals to be on;  Using form variables as globals can easily lead
 ; to possible security problems, if the code is not very well thought of.
@@ -944,7 +940,7 @@
 ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
 ; extension folders as well as the separate PECL DLL download (PHP 5).
 ; Be sure to appropriately set the extension_dir directive.
-; 
+;
 ;extension=php_bz2.dll
 ;extension=php_curl.dll
 ;extension=php_dba.dll
@@ -1021,7 +1017,7 @@
 ;iconv.output_encoding = ISO-8859-1
 
 [intl]
-;intl.default_locale = 
+;intl.default_locale =
 
 [sqlite]
 ; http://php.net/sqlite.assoc-case
@@ -1035,9 +1031,9 @@
 ; http://php.net/pcre.backtrack-limit
 ;pcre.backtrack_limit=10
 
-;PCRE library recursion limit. 
-;Please note that if you set this value to a high number you may consume all 
-;the available process stack and eventually crash PHP (due to reaching the 
+;PCRE library recursion limit.
+;Please note that if you set this value to a high number you may consume all
+;the available process stack and eventually crash PHP (due to reaching the
 ;stack size limit imposed by the Operating System).
 ; http://php.net/pcre.recursion-limit
 ;pcre.recursion_limit=10
@@ -1115,7 +,7 @@
 ; http://php.net/odbc.default-pw
 ;odbc.default_pw=  Not yet implemented
 
-; Controls the ODBC cursor model. 
+; Controls the ODBC cursor model.
 ; Default: SQL_CURSOR_STATIC (default).
 ;odbc.default_cursortype
 
@@ -1501,7 +1497,7 @@
 
 ; Whether or not to add the httpOnly flag to the cookie, which makes it 
inaccessible to browser scripting languages such as JavaScript.
 ; http://php.net/session.cookie-httponly
-session.cookie_httponly = 
+session.cookie_httponly =
 
 ; Handler 

[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-30 Thread Hannes Magnusson
bjori   Tue Jun 30 08:49:05 2009 UTC

  Modified files:  
/php-srcphp.ini-production php.ini-development 
  Log:
  MFB5.3: Add missing ini entries (Mikko)
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.12r2=1.13diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.12 php-src/php.ini-production:1.13
--- php-src/php.ini-production:1.12 Sun Jun 28 17:55:36 2009
+++ php-src/php.ini-production  Tue Jun 30 08:49:05 2009
@@ -641,7 +641,7 @@
 ; Data Handling ;
 ;
 
-; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
+; Note - track_vars is ALWAYS enabled
 
 ; The separator used in PHP generated URLs to separate arguments.
 ; PHP's default setting is .
@@ -763,7 +763,7 @@
 ; http://php.net/auto-append-file
 auto_append_file =
 
-; As of 4.0b4, PHP always outputs a character encoding by default in
+; By default, PHP will output a character encoding using
 ; the Content-type: header.  To disable sending of the charset, simply
 ; set it to be empty.
 ;
@@ -958,7 +958,6 @@
 ;extension=php_interbase.dll
 ;extension=php_ldap.dll
 ;extension=php_mbstring.dll
-;extension=php_mime_magic.dll
 ;extension=php_ming.dll
 ;extension=php_mssql.dll
 ;extension=php_mysql.dll
@@ -1449,7 +1448,7 @@
 ; where data files are stored. Note: Windows users have to change this
 ; variable in order to use PHP's session functions.
 ;
-; As of PHP 4.0.1, you can define the path as:
+; The path can be defined as:
 ;
 ; session.save_path = N;/path
 ;
@@ -1876,6 +1875,20 @@
 ; Sets the maximum number of open links or -1 for unlimited.
 ldap.max_links = -1
 
+[mcrypt]
+; For more information about mcrypt settings see 
http://php.net/mcrypt-module-open
+
+; Directory where to load mcrypt algorithms
+; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
+;mcrypt.algorithms_dir=
+
+; Directory where to load mcrypt modes
+; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
+;mcrypt.modes_dir=
+
+[dba]
+;dba.default_handler=
+
 ; Local Variables:
 ; tab-width: 4
 ; End:
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.13r2=1.14diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.13 php-src/php.ini-development:1.14
--- php-src/php.ini-development:1.13Sun Jun 28 17:55:36 2009
+++ php-src/php.ini-development Tue Jun 30 08:49:05 2009
@@ -641,7 +641,7 @@
 ; Data Handling ;
 ;
 
-; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
+; Note - track_vars is ALWAYS enabled
 
 ; The separator used in PHP generated URLs to separate arguments.
 ; PHP's default setting is .
@@ -763,7 +763,7 @@
 ; http://php.net/auto-append-file
 auto_append_file =
 
-; As of 4.0b4, PHP always outputs a character encoding by default in
+; By default, PHP will output a character encoding using
 ; the Content-type: header.  To disable sending of the charset, simply
 ; set it to be empty.
 ;
@@ -958,7 +958,6 @@
 ;extension=php_interbase.dll
 ;extension=php_ldap.dll
 ;extension=php_mbstring.dll
-;extension=php_mime_magic.dll
 ;extension=php_ming.dll
 ;extension=php_mssql.dll
 ;extension=php_mysql.dll
@@ -1441,7 +1440,7 @@
 ; where data files are stored. Note: Windows users have to change this
 ; variable in order to use PHP's session functions.
 ;
-; As of PHP 4.0.1, you can define the path as:
+; The path can be defined as:
 ;
 ; session.save_path = N;/path
 ;
@@ -1868,6 +1867,19 @@
 ; Sets the maximum number of open links or -1 for unlimited.
 ldap.max_links = -1
 
+[mcrypt]
+; For more information about mcrypt settings see 
http://php.net/mcrypt-module-open
+
+; Directory where to load mcrypt algorithms
+; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
+;mcrypt.algorithms_dir=
+
+; Directory where to load mcrypt modes
+; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
+;mcrypt.modes_dir=
+
+[dba]
+;dba.default_handler=
 
 ; Local Variables:
 ; tab-width: 4



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-30 Thread Jani Taskinen

Hannes Magnusson wrote:

bjori   Tue Jun 30 08:49:05 2009 UTC

  Modified files:  
/php-src	php.ini-production php.ini-development 
  Log:

  MFB5.3: Add missing ini entries (Mikko)
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.12r2=1.13diff_format=u

Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.12 php-src/php.ini-production:1.13
--- php-src/php.ini-production:1.12 Sun Jun 28 17:55:36 2009
+++ php-src/php.ini-production  Tue Jun 30 08:49:05 2009
@@ -641,7 +641,7 @@
 ; Data Handling ;
 ;
 
-; Note - track_vars is ALWAYS enabled as of PHP 4.0.3

+; Note - track_vars is ALWAYS enabled


Isn't that note kinda useless anyway. I don't even know what that 
track_vars is supposed to be..some PHP 3 thing?


--Jani

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-30 Thread Hannes Magnusson
On Tue, Jun 30, 2009 at 11:15, Jani Taskinenjani.taski...@sci.fi wrote:
 Hannes Magnusson wrote:

 bjori           Tue Jun 30 08:49:05 2009 UTC

  Modified files:                  /php-src    php.ini-production
 php.ini-development  Log:
  MFB5.3: Add missing ini entries (Mikko)

  http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.12r2=1.13diff_format=u
 Index: php-src/php.ini-production
 diff -u php-src/php.ini-production:1.12 php-src/php.ini-production:1.13
 --- php-src/php.ini-production:1.12     Sun Jun 28 17:55:36 2009
 +++ php-src/php.ini-production  Tue Jun 30 08:49:05 2009
 @@ -641,7 +641,7 @@
  ; Data Handling ;
  ;
  -; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
 +; Note - track_vars is ALWAYS enabled

 Isn't that note kinda useless anyway. I don't even know what that
 track_vars is supposed to be..some PHP 3 thing?

Good point. We should probably remove it before 5.3.1

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-28 Thread Johannes Schlüter
johannesSun Jun 28 15:20:22 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  Add missing MySQL entries
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.8r2=1.9diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.8 php-src/php.ini-development:1.9
--- php-src/php.ini-development:1.8 Mon May  4 15:20:17 2009
+++ php-src/php.ini-development Sun Jun 28 15:20:22 2009
@@ -8,7 +8,7 @@
 
 ; PHP attempts to find and load this configuration from a number of locations.
 ; The following is a summary of its search order:
-; 1. SAPI module specific location.
+; 1. SAPI module specific locamystion.
 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
 ; 4. Current working directory (except CLI)
@@ -1048,6 +1048,16 @@
 ; http://php.net/pdo-odbc.connection-pooling
 ;pdo_odbc.connection_pooling=strict
 
+[Pdo_mysql]
+; If mysqlnd is used: Number of cache slots for the internal result set cache
+; http://php.net/pdo_mysql.cache_size
+pdo_mysql.cache_size = 2000
+
+; Default socket name for local MySQL connects.  If empty, uses the built-in
+; MySQL defaults.
+; http://php.net/pdo_mysql.default-socket
+pdo_mysql.default_socket=
+
 [Phar]
 ; http://php.net/phar.readonly
 ;phar.readonly = On
@@ -1134,10 +1144,18 @@
 ;birdstep.max_links = -1
 
 [MySQL]
+; Allow accessing, from PHP's perspective, local files with LOAD DATA 
statements
+; http://php.net/mysql.allow_local_infile
+mysql.allow_local_infile = On
+
 ; Allow or prevent persistent links.
 ; http://php.net/mysql.allow-persistent
 mysql.allow_persistent = On
 
+; If mysqlnd is used: Number of cache slots for the internal result set cache
+; http://php.net/mysql.cache_size
+mysql.cache_size = 2000
+
 ; Maximum number of persistent links.  -1 means no limit.
 ; http://php.net/mysql.max-persistent
 mysql.max_persistent = -1
@@ -1185,10 +1203,18 @@
 
 [MySQLi]
 
+; Maximum number of persistent links.  -1 means no limit.
+; http://php.net/mysqli.max-persistent
+mysqli.max_persistent = -1
+
 ; Maximum number of links.  -1 means no limit.
 ; http://php.net/mysqli.max-links
 mysqli.max_links = -1
 
+; If mysqlnd is used: Number of cache slots for the internal result set cache
+; http://php.net/mysqli.cache_size
+mysqli.cache_size = 2000
+
 ; Default port number for mysqli_connect().  If unset, mysqli_connect() will 
use
 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
 ; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
@@ -1220,6 +1246,26 @@
 ; Allow or prevent reconnect
 mysqli.reconnect = Off
 
+[mysqlnd]
+; Enable / Disable collection of general statstics by mysqlnd which can be
+; used to tune and monitor MySQL operations.
+; http://php.net/mysqlnd.collect_statistics
+mysqlnd.collect_statistics = On
+
+; Enable / Disable collection of memory usage statstics by mysqlnd which can be
+; used to tune and monitor MySQL operations.
+; http://php.net/mysqlnd.collect_memory_statistics
+mysqlnd.collect_memory_statistics = On
+
+; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
+; http://php.net/mysqlnd.net_cmd_buffer_size
+;mysqlnd.net_cmd_buffer_size = 2048
+
+; Size of a pre-allocated buffer used for reading data sent by the server in
+; bytes.
+; http://php.net/mysqlnd.net_read_buffer_size
+;mysqlnd.net_read_buffer_size = 32768
+
 [OCI8]
 
 ; Connection: Enables privileged connections using external
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.8r2=1.9diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.8 php-src/php.ini-production:1.9
--- php-src/php.ini-production:1.8  Mon May  4 15:20:17 2009
+++ php-src/php.ini-production  Sun Jun 28 15:20:22 2009
@@ -1048,6 +1048,16 @@
 ; http://php.net/pdo-odbc.connection-pooling
 ;pdo_odbc.connection_pooling=strict
 
+[Pdo_mysql]
+; If mysqlnd is used: Number of cache slots for the internal result set cache
+; http://php.net/pdo_mysql.cache_size
+pdo_mysql.cache_size = 2000
+
+; Default socket name for local MySQL connects.  If empty, uses the built-in
+; MySQL defaults.
+; http://php.net/pdo_mysql.default-socket
+pdo_mysql.default_socket=
+
 [Phar]
 ; http://php.net/phar.readonly
 ;phar.readonly = On
@@ -1134,10 +1144,18 @@
 ;birdstep.max_links = -1
 
 [MySQL]
+; Allow accessing, from PHP's perspective, local files with LOAD DATA 
statements
+; http://php.net/mysql.allow_local_infile
+mysql.allow_local_infile = On
+
 ; Allow or prevent persistent links.
 ; http://php.net/mysql.allow-persistent
 mysql.allow_persistent = On
 
+; If mysqlnd is used: Number of cache slots for the internal result set cache
+; http://php.net/mysql.cache_size
+mysql.cache_size = 2000
+
 ; Maximum number of persistent links.  -1 means no limit.
 ; http://php.net/mysql.max-persistent
 mysql.max_persistent = -1
@@ -1185,10 +1203,26 @@
 
 

[PHP-CVS] cvs: php-src / php.ini-development

2009-06-28 Thread Johannes Schlüter
johannesSun Jun 28 15:29:14 2009 UTC

  Modified files:  
/php-srcphp.ini-development 
  Log:
  fix typo
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.9r2=1.10diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.9 php-src/php.ini-development:1.10
--- php-src/php.ini-development:1.9 Sun Jun 28 15:20:22 2009
+++ php-src/php.ini-development Sun Jun 28 15:29:14 2009
@@ -8,7 +8,7 @@
 
 ; PHP attempts to find and load this configuration from a number of locations.
 ; The following is a summary of its search order:
-; 1. SAPI module specific locamystion.
+; 1. SAPI module specific location.
 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
 ; 4. Current working directory (except CLI)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-28 Thread Johannes Schlüter
johannesSun Jun 28 15:55:20 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  - Add two ini settings
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.10r2=1.11diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.10 php-src/php.ini-development:1.11
--- php-src/php.ini-development:1.10Sun Jun 28 15:29:14 2009
+++ php-src/php.ini-development Sun Jun 28 15:55:19 2009
@@ -1800,10 +1800,17 @@
 ; http://php.net/soap.wsdl-cache-ttl
 soap.wsdl_cache_ttl=86400
 
+; Sets the size of the cache limit. (Max. number of WSDL files to cache)
+soap.wsdl_cache_limit = 5
+
 [sysvshm]
 ; A default size of the shared memory segment
 ;sysvshm.init_mem = 1
 
+[ldap]
+; Sets the maximum number of open links or -1 for unlimited.
+ldap.max_links = -1
+
 
 ; Local Variables:
 ; tab-width: 4
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.9r2=1.10diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.9 php-src/php.ini-production:1.10
--- php-src/php.ini-production:1.9  Sun Jun 28 15:20:22 2009
+++ php-src/php.ini-production  Sun Jun 28 15:55:19 2009
@@ -1808,10 +1808,16 @@
 ; http://php.net/soap.wsdl-cache-ttl
 soap.wsdl_cache_ttl=86400
 
+; Sets the size of the cache limit. (Max. number of WSDL files to cache)
+soap.wsdl_cache_limit = 5
+
 [sysvshm]
 ; A default size of the shared memory segment
 ;sysvshm.init_mem = 1
 
+[ldap]
+; Sets the maximum number of open links or -1 for unlimited.
+ldap.max_links = -1
 
 ; Local Variables:
 ; tab-width: 4



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-28 Thread Johannes Schlüter
johannesSun Jun 28 16:40:22 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  Add ibase settings
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.11r2=1.12diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.11 php-src/php.ini-development:1.12
--- php-src/php.ini-development:1.11Sun Jun 28 15:55:19 2009
+++ php-src/php.ini-development Sun Jun 28 16:40:22 2009
@@ -1143,6 +1143,37 @@
 
 ;birdstep.max_links = -1
 
+[Interbase]
+; Allow or prevent persistent links.
+ibase.allow_persistent = 1
+
+; Maximum number of persistent links.  -1 means no limit.
+ibase.max_persistent = -1
+
+; Maximum number of links (persistent + non-persistent).  -1 means no limit.
+ibase.max_links = -1
+
+; Default database name for ibase_connect().
+;ibase.default_db =
+
+; Default username for ibase_connect().
+;ibase.default_user =
+
+; Default password for ibase_connect().
+;ibase.default_password =
+
+; Default charset for ibase_connect().
+;ibase.default_charset =
+
+; Default timestamp format.
+ibase.timestampformat = %Y-%m-%d %H:%M:%S
+
+; Default date format.
+ibase.dateformat = %Y-%m-%d
+
+; Default time format.
+ibase.timeformat = %H:%M:%S
+
 [MySQL]
 ; Allow accessing, from PHP's perspective, local files with LOAD DATA 
statements
 ; http://php.net/mysql.allow_local_infile
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.10r2=1.11diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.10 php-src/php.ini-production:1.11
--- php-src/php.ini-production:1.10 Sun Jun 28 15:55:19 2009
+++ php-src/php.ini-production  Sun Jun 28 16:40:22 2009
@@ -1143,6 +1143,37 @@
 
 ;birdstep.max_links = -1
 
+[Interbase]
+; Allow or prevent persistent links.
+ibase.allow_persistent = 1
+
+; Maximum number of persistent links.  -1 means no limit.
+ibase.max_persistent = -1
+
+; Maximum number of links (persistent + non-persistent).  -1 means no limit.
+ibase.max_links = -1
+
+; Default database name for ibase_connect().
+;ibase.default_db =
+
+; Default username for ibase_connect().
+;ibase.default_user =
+
+; Default password for ibase_connect().
+;ibase.default_password =
+
+; Default charset for ibase_connect().
+;ibase.default_charset =
+
+; Default timestamp format.
+ibase.timestampformat = %Y-%m-%d %H:%M:%S
+
+; Default date format.
+ibase.dateformat = %Y-%m-%d
+
+; Default time format.
+ibase.timeformat = %H:%M:%S
+
 [MySQL]
 ; Allow accessing, from PHP's perspective, local files with LOAD DATA 
statements
 ; http://php.net/mysql.allow_local_infile



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-06-28 Thread Johannes Schlüter
johannesSun Jun 28 17:55:36 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  Add missing ini entries (Mikko)
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.12r2=1.13diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.12 php-src/php.ini-development:1.13
--- php-src/php.ini-development:1.12Sun Jun 28 16:40:22 2009
+++ php-src/php.ini-development Sun Jun 28 17:55:36 2009
@@ -1048,6 +1048,8 @@
 ; http://php.net/pdo-odbc.connection-pooling
 ;pdo_odbc.connection_pooling=strict
 
+;pdo_odbc.db2_instance_name
+
 [Pdo_mysql]
 ; If mysqlnd is used: Number of cache slots for the internal result set cache
 ; http://php.net/pdo_mysql.cache_size
@@ -1114,6 +1116,10 @@
 ; http://php.net/odbc.default-pw
 ;odbc.default_pw=  Not yet implemented
 
+; Controls the ODBC cursor model. 
+; Default: SQL_CURSOR_STATIC (default).
+;odbc.default_cursortype
+
 ; Allow or prevent persistent links.
 ; http://php.net/odbc.allow-persistent
 odbc.allow_persistent = On
@@ -1405,6 +1411,18 @@
 
 ;sybct.packet_size
 
+; The maximum time in seconds to wait for a connection attempt to succeed 
before returning failure.
+; Default: one minute
+;sybct.login_timeout=
+
+; The name of the host you claim to be connecting from, for display by sp_who.
+; Default: none
+;sybct.hostname=
+
+; Allows you to define how often deadlocks are to be retried. -1 means 
forever.
+; Default: 0
+;sybct.deadlock_retry_count=
+
 [bcmath]
 ; Number of decimal digits for all bcmath functions.
 ; http://php.net/bcmath.scale
@@ -1718,6 +1736,10 @@
 ; http://php.net/com.autoregister-verbose
 ;com.autoregister_verbose = true
 
+; The default character set code-page to use when passing strings to and from 
COM objects.
+; Default: system ANSI code page
+;com.code_page=
+
 [mbstring]
 ; language for internal character representation.
 ; http://php.net/mbstring.language
@@ -1775,6 +1797,10 @@
 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
 ;mbstring.http_output_conv_mimetype=
 
+; Allows to set script encoding. Only affects if PHP is compiled with 
--enable-zend-multibyte
+; Default: 
+;mbstring.script_encoding=
+
 [gd]
 ; Tell the jpeg decode to ignore warnings and try to create
 ; a gd image. The warning will then be displayed as notices
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.11r2=1.12diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.11 php-src/php.ini-production:1.12
--- php-src/php.ini-production:1.11 Sun Jun 28 16:40:22 2009
+++ php-src/php.ini-production  Sun Jun 28 17:55:36 2009
@@ -1048,6 +1048,8 @@
 ; http://php.net/pdo-odbc.connection-pooling
 ;pdo_odbc.connection_pooling=strict
 
+;pdo_odbc.db2_instance_name
+
 [Pdo_mysql]
 ; If mysqlnd is used: Number of cache slots for the internal result set cache
 ; http://php.net/pdo_mysql.cache_size
@@ -1114,6 +1116,10 @@
 ; http://php.net/odbc.default-pw
 ;odbc.default_pw=  Not yet implemented
 
+; Controls the ODBC cursor model. 
+; Default: SQL_CURSOR_STATIC (default).
+;odbc.default_cursortype
+
 ; Allow or prevent persistent links.
 ; http://php.net/odbc.allow-persistent
 odbc.allow_persistent = On
@@ -1413,6 +1419,18 @@
 
 ;sybct.packet_size
 
+; The maximum time in seconds to wait for a connection attempt to succeed 
before returning failure.
+; Default: one minute
+;sybct.login_timeout=
+
+; The name of the host you claim to be connecting from, for display by sp_who.
+; Default: none
+;sybct.hostname=
+
+; Allows you to define how often deadlocks are to be retried. -1 means 
forever.
+; Default: 0
+;sybct.deadlock_retry_count=
+
 [bcmath]
 ; Number of decimal digits for all bcmath functions.
 ; http://php.net/bcmath.scale
@@ -1726,6 +1744,10 @@
 ; http://php.net/com.autoregister-verbose
 ;com.autoregister_verbose = true
 
+; The default character set code-page to use when passing strings to and from 
COM objects.
+; Default: system ANSI code page
+;com.code_page=
+
 [mbstring]
 ; language for internal character representation.
 ; http://php.net/mbstring.language
@@ -1783,6 +1805,10 @@
 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
 ;mbstring.http_output_conv_mimetype=
 
+; Allows to set script encoding. Only affects if PHP is compiled with 
--enable-zend-multibyte
+; Default: 
+;mbstring.script_encoding=
+
 [gd]
 ; Tell the jpeg decode to ignore warnings and try to create
 ; a gd image. The warning will then be displayed as notices



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-05-04 Thread Pierre-Alain Joye
pajoye  Mon May  4 15:20:17 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  - win extension_dir
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.7r2=1.8diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.7 php-src/php.ini-development:1.8
--- php-src/php.ini-development:1.7 Fri Apr 10 15:18:55 2009
+++ php-src/php.ini-development Mon May  4 15:20:17 2009
@@ -809,6 +809,8 @@
 ; Directory in which the loadable extensions (modules) reside.
 ; http://php.net/extension-dir
 ; extension_dir = ./
+; On windows:
+; extension_dir = ext
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.7r2=1.8diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.7 php-src/php.ini-production:1.8
--- php-src/php.ini-production:1.7  Fri Apr 10 15:18:55 2009
+++ php-src/php.ini-production  Mon May  4 15:20:17 2009
@@ -809,6 +809,8 @@
 ; Directory in which the loadable extensions (modules) reside.
 ; http://php.net/extension-dir
 ; extension_dir = ./
+; On windows:
+; extension_dir = ext
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-04-10 Thread Philip Olson
philip  Fri Apr 10 15:16:15 2009 UTC

  Modified files:  
/php-srcphp.ini-production php.ini-development 
  Log:
  MFB: Fixed typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.5r2=1.6diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.5 php-src/php.ini-production:1.6
--- php-src/php.ini-production:1.5  Mon Apr  6 08:37:06 2009
+++ php-src/php.ini-production  Fri Apr 10 15:16:15 2009
@@ -1082,7 +1082,7 @@
 ; the 5th parameter to mail(), even in safe mode.
 ;mail.force_extra_parameters =
 
-; Add X-PHP-Originaiting-Script: that will include uid of the script followed 
by the filename
+; Add X-PHP-Originating-Script: that will include uid of the script followed 
by the filename
 mail.add_x_header = On
 
 ; Log all mail() calls including the full path of the script, line #, to 
address and headers
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.5r2=1.6diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.5 php-src/php.ini-development:1.6
--- php-src/php.ini-development:1.5 Mon Apr  6 08:37:06 2009
+++ php-src/php.ini-development Fri Apr 10 15:16:15 2009
@@ -1082,7 +1082,7 @@
 ; the 5th parameter to mail(), even in safe mode.
 ;mail.force_extra_parameters =
 
-; Add X-PHP-Originaiting-Script: that will include uid of the script followed 
by the filename
+; Add X-PHP-Originating-Script: that will include uid of the script followed 
by the filename
 mail.add_x_header = On
 
 ; Log all mail() calls including the full path of the script, line #, to 
address and headers



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-04-06 Thread Hannes Magnusson
bjori   Mon Apr  6 08:37:06 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  Mention which options are hardcoded in the cli sapi
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.4r2=1.5diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.4 php-src/php.ini-development:1.5
--- php-src/php.ini-development:1.4 Thu Mar 26 18:53:42 2009
+++ php-src/php.ini-development Mon Apr  6 08:37:06 2009
@@ -254,6 +254,7 @@
 ;   On = Enabled and buffer is unlimited. (Use with caution)
 ;   Off = Disabled
 ;   Integer = Enables the buffer and sets its maximum size in bytes.
+; Note: This directive is hardcoded to Off for the CLI SAPI
 ; Default Value: Off
 ; Development Value: 4096
 ; Production Value: 4096
@@ -302,6 +303,7 @@
 ; and every HTML block.  Turning this option on has serious performance
 ; implications and is generally recommended for debugging purposes only.
 ; http://www.php.net/manual/en/outcontrol.configuration.php#ini.implicit-flush
+; Note: This directive is hardcoded to On for the CLI SAPI
 implicit_flush = Off
 
 ; The unserialize callback function will be called (with the undefined class'
@@ -434,11 +436,13 @@
 
 ; Maximum execution time of each script, in seconds
 ; http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
+; Note: This directive is hardcoded to 0 for the CLI SAPI
 max_execution_time = 30 
 
 ; Maximum amount of time each script may spend parsing request data. It's a 
good
 ; idea to limit this time on productions servers in order to eliminate 
unexpectedly
 ; long running scripts. 
+; Note: This directive is hardcoded to -1 for the CLI SAPI
 ; Default Value: -1 (Unlimited)
 ; Development Value: 60 (60 seconds)
 ; Production Value: 60 (60 seconds)
@@ -592,6 +596,7 @@
 ; links to documentation related to that error. This directive controls whether
 ; those HTML links appear in error messages or not. For performance and 
security
 ; reasons, it's recommended you disable this on production servers.
+; Note: This directive is hardcoded to Off for the CLI SAPI
 ; Default Value: On
 ; Development Value: On
 ; Production value: Off
@@ -707,6 +712,7 @@
 ; enabled, registering these variables consumes CPU cycles and memory each time
 ; a script is executed. For performance reasons, this feature should be 
disabled
 ; on production servers.
+; Note: This directive is hardcoded to On for the CLI SAPI
 ; Default Value: On
 ; Development Value: Off
 ; Production Value: Off
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.4r2=1.5diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.4 php-src/php.ini-production:1.5
--- php-src/php.ini-production:1.4  Thu Mar 26 18:53:42 2009
+++ php-src/php.ini-production  Mon Apr  6 08:37:06 2009
@@ -254,6 +254,7 @@
 ;   On = Enabled and buffer is unlimited. (Use with caution)
 ;   Off = Disabled
 ;   Integer = Enables the buffer and sets its maximum size in bytes.
+; Note: This directive is hardcoded to Off for the CLI SAPI
 ; Default Value: Off
 ; Development Value: 4096
 ; Production Value: 4096
@@ -302,6 +303,7 @@
 ; and every HTML block.  Turning this option on has serious performance
 ; implications and is generally recommended for debugging purposes only.
 ; http://www.php.net/manual/en/outcontrol.configuration.php#ini.implicit-flush
+; Note: This directive is hardcoded to On for the CLI SAPI
 implicit_flush = Off
 
 ; The unserialize callback function will be called (with the undefined class'
@@ -434,11 +436,13 @@
 
 ; Maximum execution time of each script, in seconds
 ; http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
+; Note: This directive is hardcoded to 0 for the CLI SAPI
 max_execution_time = 30 
 
 ; Maximum amount of time each script may spend parsing request data. It's a 
good
 ; idea to limit this time on productions servers in order to eliminate 
unexpectedly
 ; long running scripts. 
+; Note: This directive is hardcoded to -1 for the CLI SAPI
 ; Default Value: -1 (Unlimited)
 ; Development Value: 60 (60 seconds)
 ; Production Value: 60 (60 seconds)
@@ -592,6 +596,7 @@
 ; links to documentation related to that error. This directive controls whether
 ; those HTML links appear in error messages or not. For performance and 
security
 ; reasons, it's recommended you disable this on production servers.
+; Note: This directive is hardcoded to Off for the CLI SAPI
 ; Default Value: On
 ; Development Value: On
 ; Production value: Off
@@ -707,6 +712,7 @@
 ; enabled, registering these variables consumes CPU cycles and memory each time
 ; a script is executed. For performance reasons, this feature should be 
disabled
 ; on production servers.
+; Note: This directive is hardcoded to On for the CLI SAPI
 ; Default Value: On
 ; Development Value: Off
 ; Production Value: Off



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, 

[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-03-26 Thread Pierre-Alain Joye
pajoye  Thu Mar 26 18:53:42 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  -  update extension=
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.3r2=1.4diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.3 php-src/php.ini-development:1.4
--- php-src/php.ini-development:1.3 Thu Mar 26 01:39:10 2009
+++ php-src/php.ini-development Thu Mar 26 18:53:42 2009
@@ -940,31 +940,24 @@
 ;extension=php_bz2.dll
 ;extension=php_curl.dll
 ;extension=php_dba.dll
-;extension=php_dbase.dll
 ;extension=php_exif.dll
 ;extension=php_fileinfo.dll
-;extension=php_fdf.dll
 ;extension=php_gd2.dll
 ;extension=php_gettext.dll
 ;extension=php_gmp.dll
-;extension=php_ifx.dll
 ;extension=php_intl.dll
 ;extension=php_imap.dll
 ;extension=php_interbase.dll
 ;extension=php_ldap.dll
 ;extension=php_mbstring.dll
-;extension=php_mcrypt.dll
-;extension=php_mhash.dll
 ;extension=php_mime_magic.dll
 ;extension=php_ming.dll
-;extension=php_msql.dll
 ;extension=php_mssql.dll
 ;extension=php_mysql.dll
 ;extension=php_mysqli.dll
 ;extension=php_oci8.dll  ; Use with Oracle 10gR2 Instant Client
 ;extension=php_oci8_11g.dll  ; Use with Oracle 11g Instant Client
 ;extension=php_openssl.dll
-;extension=php_pdo.dll
 ;extension=php_pdo_firebird.dll
 ;extension=php_pdo_mssql.dll
 ;extension=php_pdo_mysql.dll
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.3r2=1.4diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.3 php-src/php.ini-production:1.4
--- php-src/php.ini-production:1.3  Thu Mar 26 01:39:10 2009
+++ php-src/php.ini-production  Thu Mar 26 18:53:42 2009
@@ -940,31 +940,24 @@
 ;extension=php_bz2.dll
 ;extension=php_curl.dll
 ;extension=php_dba.dll
-;extension=php_dbase.dll
 ;extension=php_exif.dll
 ;extension=php_fileinfo.dll
-;extension=php_fdf.dll
 ;extension=php_gd2.dll
 ;extension=php_gettext.dll
 ;extension=php_gmp.dll
-;extension=php_ifx.dll
 ;extension=php_intl.dll
 ;extension=php_imap.dll
 ;extension=php_interbase.dll
 ;extension=php_ldap.dll
 ;extension=php_mbstring.dll
-;extension=php_mcrypt.dll
-;extension=php_mhash.dll
 ;extension=php_mime_magic.dll
 ;extension=php_ming.dll
-;extension=php_msql.dll
 ;extension=php_mssql.dll
 ;extension=php_mysql.dll
 ;extension=php_mysqli.dll
 ;extension=php_oci8.dll  ; Use with Oracle 10gR2 Instant Client
 ;extension=php_oci8_11g.dll  ; Use with Oracle 11g Instant Client
 ;extension=php_openssl.dll
-;extension=php_pdo.dll
 ;extension=php_pdo_firebird.dll
 ;extension=php_pdo_mssql.dll
 ;extension=php_pdo_mysql.dll



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] cvs: php-src / php.ini-development php.ini-production

2009-03-25 Thread Eric Stewart
ericstewart Thu Mar 26 01:39:10 2009 UTC

  Modified files:  
/php-srcphp.ini-development php.ini-production 
  Log:
  Corrected missing comment.
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.2r2=1.3diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.2 php-src/php.ini-development:1.3
--- php-src/php.ini-development:1.2 Mon Mar 23 02:40:30 2009
+++ php-src/php.ini-development Thu Mar 26 01:39:10 2009
@@ -578,7 +578,7 @@
 ; Default Value: Off
 ; Development Value: On
 ; Production Value: Off
-http://www.php.net/manual/en/errorfunc.configuration.php#ini.track-errors
+; http://www.php.net/manual/en/errorfunc.configuration.php#ini.track-errors
 track_errors = On
 
 ; Turn off normal error reporting and emit XML-RPC error XML
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.2r2=1.3diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.2 php-src/php.ini-production:1.3
--- php-src/php.ini-production:1.2  Mon Mar 23 02:40:30 2009
+++ php-src/php.ini-production  Thu Mar 26 01:39:10 2009
@@ -578,7 +578,7 @@
 ; Default Value: Off
 ; Development Value: On
 ; Production Value: Off
-http://www.php.net/manual/en/errorfunc.configuration.php#ini.track-errors
+; http://www.php.net/manual/en/errorfunc.configuration.php#ini.track-errors
 track_errors = Off
 
 ; Turn off normal error reporting and emit XML-RPC error XML



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php