Opened 14 years ago

Closed 11 years ago

#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 (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 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed
Version: 1.8.1
Note: See TracTickets for help on using tickets.