Ticket #22281 (closed enhancement: fixed)
eregi_replace php call in trunk/www/ports.php
| Reported by: | jmpp@… | Owned by: | jmpp@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | website | Version: | |
| Keywords: | Cc: | ryandesign@… | |
| Port: |
Description
Just a quick note to remind ourselves we need to remove the eregi_replace function calls from our site since the posix regex facility has been deprecated in php 5.3.0 and removed from the 6.0 codebase. I guess we could replace it with an equivalent preg_replace() call.
-jmpp
Change History
Note: See
TracTickets for help on using
tickets.


r100018