14.12.2009 12:56, Kalle Sommer Nielsen wrote:
kalle Mon, 14 Dec 2009 10:56:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292128
Log:
Add some more removed ini directives
Couple of issues here..
Changed paths:
U php/php-src/trunk/main/main.c
Modified: php/php-src/trunk/main/main.c
===================================================================
--- php/php-src/trunk/main/main.c 2009-12-14 10:56:14 UTC (rev 292127)
+++ php/php-src/trunk/main/main.c 2009-12-14 10:56:34 UTC (rev 292128)
@@ -2068,10 +2068,19 @@
/* NOTE: If you add anything here, remember to add it also in
Makefile.global! */
You can read, right?
{
static const char *directives[] = {
+ "allow_call_time_pass_reference",
"define_syslog_variables",
+ "detect_unicode",
This never existed in anything but HEAD, why does it need to be deprecated?!
--Jani
+ "enable_dl",
+ "highlight_bg",
"register_globals",
"register_long_arrays",
"safe_mode",
+ "safe_mode_gid",
+ "safe_mode_include_dir",
+ "safe_mode_exec_dir",
+ "safe_mode_allowed_env_vars",
+ "safe_mode_protected_env_vars",
"magic_quotes_gpc",
"magic_quotes_runtime",
"magic_quotes_sybase",
รค
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php