|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-01-21 22:39 UTC] hm at mail dot ru
Description:
------------
Apache is restarting (crash) after launch the script in browser.
Test script:
---------------
<?php
$options = getopt('t:d:e:l');
Expected result:
----------------
Crash apache
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
Description : same problem with getopt, apache connection was reset after runs the following script from browser. in the CLI, the script works fine. the script: --------------- <?php $arrOpt = getopt("d:"); result in the browser : --------------- The connection was reset