|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-09-21 16:06 UTC] laruence@php.net
Description: ------------ the mechanism was removed in main/SAPI.c of 5.4 was this removed intentionally? or just by mis-take? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 01:00:01 2026 UTC |
it is a mis-take, since the code was like: if (PG(saf_mod)) { #if PCRE { } #else { //this should removed too } }