Opened 15 years ago
Closed 12 years ago
#22281 closed enhancement (fixed)
eregi_replace php call in trunk/www/ports.php
Reported by: | jmpalacios (Juan Manuel Palacios) | Owned by: | jmpalacios (Juan Manuel Palacios) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | website | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
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 (1)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.8.1 |
Note: See
TracTickets for help on using
tickets.
r100018