I apologize if this is not the correct category.
I am experiencing a VERY strange problem:
On the remote server all checks by the Regex (Validation/validator) fails - always, it doesn't matter if there is any text in the relevant fields or not. On the local server all Regex checks work as expected and only fail when they are supposed to.
The remote and the local site are exact equal. The code is checked in/out with git. I even downloaded the remote site and did a diff comparison - there are no differences between the remote and local.
In the database on the remote server I can see that objects have been successfully created at least as late as 2016-05-19. It's a very low activity site so it's entirely possible that the first failed attempt is mine (last week) I discovered the issue Saturday 3rd September 2016.
Version info (same for both sites)
Ubuntu 14.04
php: 5.6.23
phalcon 2.0.11
zephyr 0.9.2a-dev
php.ini - only difference I can see may have an impact is that intl.so is installed on my local server not on the remote.
The main point: Validation/validator Regex worked correctly on the remote server at least until 19th May 2016. It stopped working correctly sometime between that date and last week. It still works correctly on the local server, the two code bases are exactly the same
Do any of you have an idea what I should be looking for?