Re: [PHP-DEV] Patch: Specify temp directory

2013-01-28 Thread ALeX Kazik
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. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch: Specify temp directory

2013-01-27 Thread Stas Malyshev
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 -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Patch: Specify temp directory

2013-01-27 Thread Hannes Magnusson
On Jan 18, 2013 6:03 AM, "ALeX Kazik" wrote: > > 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) > > N

Re: [PHP-DEV] Patch: Specify temp directory

2013-01-27 Thread Stas Malyshev
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 y

Re: [PHP-DEV] Patch: Specify temp directory

2013-01-18 Thread Lars Strojny
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 : > Hi, > > some time ago I created a small patch to make it pos

[PHP-DEV] Patch: Specify temp directory

2013-01-18 Thread ALeX Kazik
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