ini-set
Uploading two files on one form?
Ok so i have the form setup perfect but only the first upload is coming through. When i debug the PHP $_FILES i get this[详细]
2023-03-07 12:03 分类:问答Hoster blocking php config changes?
my client gave me access to the shared hosting (that he chose and paid) for a website I\'m doing. PHP is running as CGI. I can\'t change PHP settings through ini_set at all! Is this possible? Is this[详细]
2023-02-25 17:42 分类:问答How to set up a secure PHP environment on a wide base of PHP configurations
I\'m just finishing a CMS that I want to release as open source. The program has some ini_set() directives to set a secure environment, like session.use_only_cookies, etc. The problem is that some hos[详细]
2023-02-17 04:52 分类:问答I can't specify a custom error log in PHP
ini_set(\'error_log\', $custom_error_log_location); print ini_get(\'error_log\'); The result of the above code? Nothing! It literally prints nothing as the value of ini_get(\'error_log\'). I\'m runn[详细]
2023-02-10 07:30 分类:问答PHP Multi-Domain Sessions; ini_set Not Working?
I\'m trying to set it up so if you log in to my website the session carries over to all sub-domains of my website. For example, if you go to domain.com and log in, then go to sub.domain.com, you\'ll a[详细]
2023-02-03 07:57 分类:问答Strange problem while uploading large files
I am having a strange problem while uploading large files in PHP. In php.ini, max_execution_time is set to 30, post_max_size is set to 32M, upload_max_filesize is set to 32M. When I tried to upload a[详细]
2023-01-12 20:27 分类:问答Php CLI script ignoring memory_limit, crashing at much lower number than limit
for some reason, my one of my php scripts are ignoring the php.ini memory limit or 开发者_开发问答ini_set.[详细]
2022-12-15 07:10 分类:问答