Download | Plain Text | No Line Numbers


  1. diff -Naur php-5.4.6.orig/main/main.c php-5.4.6/main/main.c
  2. --- php-5.4.6.orig/main/main.c 2012-08-15 06:26:05.000000000 +0200
  3. +++ php-5.4.6/main/main.c 2012-09-05 17:01:40.000000000 +0200
  4. @@ -545,7 +545,7 @@
  5. STD_PHP_INI_BOOLEAN("mail.add_x_header", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, mail_x_header, php_core_globals, core_globals)
  6. STD_PHP_INI_ENTRY("mail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_log, php_core_globals, core_globals)
  7. PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
  8. - PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit)
  9. + PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_SYSTEM, OnChangeMemoryLimit)
  10. PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
  11. PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
  12. PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
  13.