|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-03 13:13 UTC] sander@php.net
[2002-06-03 18:19 UTC] jorg dot zimmermann at ron dot de
[2002-06-03 18:26 UTC] jorg dot zimmermann at ron dot de
[2002-06-03 18:31 UTC] mfischer@php.net
[2002-06-03 18:41 UTC] jorg dot zimmermann at ron dot de
[2002-06-10 15:08 UTC] alex at acid-edge dot net
[2002-08-28 20:24 UTC] iliaa@php.net
[2002-09-09 13:34 UTC] jorg dot zimmermann at ron dot de
[2002-09-09 17:18 UTC] sniper@php.net
[2002-10-02 04:25 UTC] devon at NOSPAMsitetronics dot com
[2002-10-14 18:52 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 20:00:01 2025 UTC |
When I use parse_ini_file() on files larger then 16KB (exact 16382 Bytes) it exits with "input buffer overflow, can't enlarge buffer because scanner uses REJECT" there is no entry in the errorlog <? $ini = parse_ini_file("myini.ini"); print_r($ini); ?>