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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ preg_match and PHP 5.1.2
Queue ⇒ Vacation
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!