phoboslab / Asaph

A micro-blogging system, focusing on collecting links and images
98 stars 21 forks source link

preg_replace issue #3

Closed radog closed 9 years ago

radog commented 9 years ago

Hi,

how to remove issue:

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /public/lib/db.php on line 60

in server with PHP 5.5.5

Thank you

phoboslab commented 9 years ago

See https://github.com/phoboslab/picturelicious/issues/5#issuecomment-112734078 - same issue, different repo.

Changing it would require PHP 5.3; this deprication message can also safely be ignored for now.

radog commented 9 years ago

Thank you!!!!! Work fine :-)