thetaphi                Sat May 31 11:32:38 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/sapi/nsapi    nsapi.c 
  Log:
  zend_alter_ini_entry now with PHP_INI_USER
  
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.12 php4/sapi/nsapi/nsapi.c:1.28.2.13
--- php4/sapi/nsapi/nsapi.c:1.28.2.12   Fri May 30 19:39:04 2003
+++ php4/sapi/nsapi/nsapi.c     Sat May 31 11:32:38 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: nsapi.c,v 1.28.2.12 2003/05/30 23:39:04 thetaphi Exp $ */
+/* $Id: nsapi.c,v 1.28.2.13 2003/05/31 15:32:38 thetaphi Exp $ */
 
 /*
  * PHP includes
@@ -697,7 +697,7 @@
                                /* change the ini entry */
                                if (zend_alter_ini_entry(entry->param->name, 
strlen(entry->param->name)+1,
                                 entry->param->value, strlen(entry->param->value),
-                                PHP_INI_SYSTEM, PHP_INI_STAGE_RUNTIME)==FAILURE) {
+                                PHP_INI_USER, PHP_INI_STAGE_RUNTIME)==FAILURE) {
                                        log_error(LOG_WARN, "php4_execute", NSG(sn), 
NSG(rq), "Cannot change php.ini key \"%s\" to \"%s\"", entry->param->name, 
entry->param->value);
                                }
                        }



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

Reply via email to