thetaphi                Sat May 31 11:32:51 2003 EDT

  Modified files:              
    /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.42 php4/sapi/nsapi/nsapi.c:1.43
--- php4/sapi/nsapi/nsapi.c:1.42        Fri May 30 19:39:15 2003
+++ php4/sapi/nsapi/nsapi.c     Sat May 31 11:32:50 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: nsapi.c,v 1.42 2003/05/30 23:39:15 thetaphi Exp $ */
+/* $Id: nsapi.c,v 1.43 2003/05/31 15:32:50 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