I run PHP 4.1.2 on OS X. It works great for me except I cannot change the max file upload size. I have made all the necessary changes in php.ini, but they do not get read. In phpinfo, the max post and upload values remain at 8M and 2M.
When I look at libphp4.so I see the upload value of 2MB. I tried
changing the value directly in libphp4.so but when then Apache would not
start. I had to reinstall my backed up libphp4.so. In any case should
I be able to edit libphp4.so? Why aren't php.ini setting being used?
Joe