From 59e6e6edda987f953aff16877f22ee6dcac9247b Mon Sep 17 00:00:00 2001 From: Dejan Marjanovic Date: Tue, 26 Mar 2013 20:47:10 +0100 Subject: [PATCH] Removed XOR from php.ini --- php.ini-development | 1 - php.ini-production | 1 - 2 files changed, 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index 9b73f8f583927..15a3e93f42fd5 100644 --- a/php.ini-development +++ b/php.ini-development @@ -47,7 +47,6 @@ ; Expressions in the INI file are limited to bitwise operators and parentheses: ; | bitwise OR -; ^ bitwise XOR ; & bitwise AND ; ~ bitwise NOT ; ! boolean NOT diff --git a/php.ini-production b/php.ini-production index a06df3c56c62f..eada0979a5177 100644 --- a/php.ini-production +++ b/php.ini-production @@ -47,7 +47,6 @@ ; Expressions in the INI file are limited to bitwise operators and parentheses: ; | bitwise OR -; ^ bitwise XOR ; & bitwise AND ; ~ bitwise NOT ; ! boolean NOT