SUMMARY It seams, phpfunctions.php is ignored as default file size limit is 5MB. STEPS TO REPRODUCE 1. Start kdevelop OBSERVED RESULT kdevplatform.language: Found internal file "/usr/share/kdevphpsupport/phpfunctions.php" in "/usr/share" . Ignoring file size limit! EXPECTED RESULT No warning on console output SOFTWARE VERSIONS KDE Frameworks Version: 5.52.0 Qt Version: 5.11.1 KDevelop: git-master
It seems you're misreading that output. It deliberately /ignores/ the file size limit to parse the internal file.
Git commit 31c8db7d876b1e9f115ae01aa80dfe0fa6ee8ba8 by Kevin Funk. Committed on 24/10/2018 at 19:04. Pushed by kfunk into branch '5.3'. Remove only use of qCInfo ... turn into qCDebug (as all others) M +1 -1 kdevplatform/language/backgroundparser/parsejob.cpp https://commits.kde.org/kdevelop/31c8db7d876b1e9f115ae01aa80dfe0fa6ee8ba8
Ok, thanks for that hint.