Closed sumitk1 closed 8 years ago
Sorry for the late response.
I cannot reproduce this error - even by creating a file with a technically broken filename. The Filename autoload_*.php looks really strange and seems to contain invalid data on top of that.
The fact that PHP exits with a corrupted heap isn't helping. But then you are using an really old Version of PHP that hasn't been actively supported for years. As no new version of phpDox is going to support PHP 5.3 or earlier, this is going to be a wont-fix.
Hi Guys,
I just ran the phpdox on my phpcode base and saw the following output:
My
phpdox.xml
is as follows:I also made the following changes to
php.ini
but got the same errorIs this kind of low memory issue? I have
memory_limit = 64M
in my php.ini. I am trying this again by increasing it to see if this helps.