|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-12-08 22:31 UTC] jani@php.net
[2008-12-09 19:48 UTC] svoboda at svoon dot net
[2008-12-09 20:02 UTC] svoboda at svoon dot net
[2008-12-09 22:03 UTC] nlopess@php.net
[2008-12-10 07:06 UTC] svoboda at svoon dot net
[2008-12-10 07:49 UTC] bjori@php.net
[2008-12-10 09:40 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 01:00:02 2025 UTC |
Description: ------------ this code: preg_replace('~[^\\pL0-9_]+~u', '-', $url); results in: Warning: preg_replace() [function.preg-replace]: Compilation failed: unknown property name after \P or \p at offset 4 in functions.inc.php in 5.2.6 version it works fine ondrej