[#3516] preg_match and PHP 5.1.2
Summary preg_match and PHP 5.1.2
Queue Vacation
Queue Version 3.0-RC1
Type Bug
State Resolved
Priority 1. Low
Owners
Requester tinu (at) humbapa (dot) ch
Created 02/21/2006 (929 days ago)
Due
Updated 02/21/2006 (929 days ago)
Assigned
Resolved 02/21/2006 (929 days ago)
Attachments
Milestone
Patch No

History
02/21/2006 Matt Selsky Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
02/21/2006 tinu (at) humbapa (dot) ch Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Summary ⇒ preg_match and PHP 5.1.2
Type ⇒ Bug
Queue ⇒ Vacation
Reply to this comment
since PHP 5.1.2 matches in preg_match are not allowed to have a start
value.
please change preg_match("/.../", $foo, $m='') in the following two files:
vacation/lib/Driver/sql.php
vacation/main.php
-> preg_match("/.../", $foo, $m)

thanks!