]> git.pld-linux.org Git - packages/php.git/commitdiff
- changed zend_optimizer.optimization_level to 7
authorbonkey <bonkey@bonkey.pl.eu.org>
Fri, 12 May 2000 10:01:58 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (recommended for zend optimizer v.0.9)
- added default path to sendmail

Changed files:
    php.ini -> 1.7

php.ini

diff --git a/php.ini b/php.ini
index e1af157b0244bd373e6e2e7b45c662063d89a12a..3372b4ab3ac49b3c0c8936d098315bdeffeb6e6b 100644 (file)
--- a/php.ini
+++ b/php.ini
@@ -230,7 +230,7 @@ extension_dir       =       /usr/lib/apache/php/            ; directory in which the loadable extensio
 ;extension=pdf.so
 ;extension=cpdf.so
 
-;zend_optimizer.optimization_level=1
+;zend_optimizer.optimization_level=7
 ;zend_extension="/usr/lib/apache/php/ZendOptimizer.so"
 
 ;;;;;;;;;;;;;;;;;;;
@@ -247,7 +247,7 @@ define_syslog_variables     = Off   ; Whether or not to define the various syslog vari
 [mail function]
 SMTP                   =       localhost                       ;for win32 only
 sendmail_from  =       me@localhost.com        ;for win32 only
-sendmail_path  =                                               ;for unix only, may supply arguments as well (default is sendmail -t)
+sendmail_path  =       "/usr/sbin/sendmail -t"                                 ;for unix only, may supply arguments as well (default is sendmail -t)
 
 [Debugger]
 debugger.host  =       localhost
This page took 0.12045 seconds and 4 git commands to generate.