|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-17 02:20 UTC] derick@php.net
[2002-10-08 21:49 UTC] sniper@php.net
[2002-10-24 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 07:00:01 2025 UTC |
if ( ereg($arr[$iCnt],$_POST['txtPassword']) ) { ^ this line would crash apache 1.3.26 repeatedly. The code did not change since 4.2.1. Nothing else changed between 4.2.1 and upgrade to 4.2.3. The values in $arr[$iCnt] and $_POST['txtPassword'] were as expected.