|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 12:00:01 2025 UTC |
it is a mis-take, since the code was like: if (PG(saf_mod)) { #if PCRE { } #else { //this should removed too } }