Hi,
some time ago I created a small patch to make it possible to specify
the temp dir by the php.ini.
It can be found here:
https://bugs.php.net/bug.php?id=60524
(my latest patch (against 5.4.3) also works for 5.4.11 and 5.5.0a3)
Now I do wonder if anything will happen or if that's it?
I would really appreciate if the patch would be included and hopefully
also some other people.
Regards,
ALeX.
Hi Alex,
could you open a pull request on GitHub for it. Makes managing things much easier. Other than an outstanding review, I see no reason not to include this functionality.
cu,
Lars
Am 18.01.2013 um 15:01 schrieb ALeX Kazik alex@kazik.de:
Hi,
some time ago I created a small patch to make it possible to specify
the temp dir by the php.ini.It can be found here:
https://bugs.php.net/bug.php?id=60524
(my latest patch (against 5.4.3) also works for 5.4.11 and 5.5.0a3)Now I do wonder if anything will happen or if that's it?
I would really appreciate if the patch would be included and hopefully
also some other people.Regards,
ALeX.
Hi!
some time ago I created a small patch to make it possible to specify
the temp dir by the php.ini.
This looks fine, can't go into 5.4 though because it changes globals
structure size and offsets, which is a BC break.
Should work for 5.5 though since we're not past feature-complete cutoff
yet.
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227
Hi,
some time ago I created a small patch to make it possible to specify
the temp dir by the php.ini.It can be found here:
https://bugs.php.net/bug.php?id=60524
(my latest patch (against 5.4.3) also works for 5.4.11 and 5.5.0a3)Now I do wonder if anything will happen or if that's it?
I would really appreciate if the patch would be included and hopefully
also some other people.
Wouldn't it make more sense to have the ini consistent with the
function name, sys_temp_dir?
-Hannes
Hi!
Wouldn't it make more sense to have the ini consistent with the
function name, sys_temp_dir?
Yes, I think it would. Alex, could you change it?
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227
Hi,
Wouldn't it make more sense to have the ini consistent with the
function name, sys_temp_dir?Yes, I think it would. Alex, could you change it?
You're right. It's changed.