Hello,
I'm using two different version of php on two different OS's.
One is 5.2.9 running on windows (wamp).
One is 5.2.6 running on CentOS 5 (lamp).
Regex involving group names works on the Windows one but not on the CentOS.
Such example would be /^field_(?<myname>.+)/
Is this an OS issue? Or one with the way PHP was build?
Thanks,