6.0.0-beta1
8/10/25

[#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 (7110 days ago)
Due
Updated 02/21/2006 (7110 days ago)
Assigned
Resolved 02/21/2006 (7110 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/21/2006 02:30:57 PM Matt Selsky Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
02/21/2006 01:23:08 PM tinu (at) humbapa (dot) ch Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ preg_match and PHP 5.1.2
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!

Saved Queries