[UPHPU] PHP parser
thebigdog
bigdog at venticon.com
Mon Oct 5 13:39:19 MDT 2009
> The current problem is that when i went to test it on the full source
> something goes wrong. By something going wrong I mean that the php
> engine dies. There are roughly 5.4 million characters between my
> start and end points, so I am fairly certain that it is a matter of
> size. It stops working on text files of about 3.8 million
> characters. Aside from forcing the user to cut the source code, what
> options do I have?
>
> I looked at allowing for a file upload, but it seems as though there
> is a native file size limit of 2 mb?
>
> Any suggestions as to which direction i should go with this would be
> greatly appreciated.
increase your php memory.
here is a nice example from google search for ya:
http://drupal.org/node/207036
--
thebigdog
More information about the UPHPU
mailing list