
Christian Vigh - 2016-08-09 20:21:39 -
In reply to message 3 from Fernando Hagihara
Hello Fernando,
thanks for your feedback. In fact, I was initializing an array with things like :
[ 'a' => CTYPE_ALNUM | CTYPE_XDIGIT, ... ]
However, I forgot that bitwise operators such as "|" or "&" in initializations are allowed only for PHP versions >= 5.6 (well, this is the same also for arithmetic operators).
I made a quick version 1.2.40, which should now work with your PHP version 5.5.9. Just download the .ZIP file again.
Please let me know if you have any other issue,
Christian.