New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22281 (closed enhancement: fixed)

Opened 4 years ago

Last modified 6 months ago

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

comment:1 Changed 6 months ago by ryandesign@…

  • Status changed from new to closed
  • Cc ryandesign@… added
  • Version 1.8.1 deleted
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.