Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: XAMPP(lite) & PHP 5.3 – Deprecated Messages in 0.9.0.6


Peter A. Gebhardt
Participant

@starship-trooper

When trying to tackle the “Deprecated” warning, by using a similar functions as an “one-to-one” replacement instead of say “eregi()” in below code, an error is returned:

Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in ....htdocsversambb-versbb-includes[em]gettext.php on line 295[/em]

I’m not a php-programmer, but I start to wonder how much coding effort would be needed to switch to the required new php-functions?

Could somebody provide a matchmaking list eventually (or point to helpful further info), of what should (can) be replaced by what function? The php docs – when looking up the functions in question – are not of much help describing the transition issues.

TIA

Skip to toolbar