Re: [PHP-WIN] WinCache 1.3.5 release on SourceForge

2013-08-21 Thread Pierre Joye
hi Eric! On Tue, Aug 20, 2013 at 9:14 PM, Eric Stenson wrote: > The IIS team has published the release version of WinCache Extension 1.3.5 > for PHP 5.5 > . > This is the latest stable

[PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-21 Thread Jacob Kruger
I have got a /images folder, and I want to sometimes copy uploaded files from the temp path - using their temp_name file names, which works for other things, to then copy them into this folder in the root of the website, and renaming them at the same time to a name based on time() . rand(1, 10),

RE: [PHP-WIN] WinCache 1.3.5 release on SourceForge

2013-08-21 Thread Eric Stenson
From: Pierre Joye [mailto:pierre@gmail.com] > > What's about pecl? The repository > (http://svn.php.net/viewvc/pecl/wincache) and the web > part misses updates, package releases and tags, etc. > http://pecl.php.net/pecl. Any plan to sync them? Feel > free to ping me on lync if you need help

RE: [PHP-WIN] Re: WinCache 1.3.5 release on SourceForge

2013-08-21 Thread Eric Stenson
-Original Message- From: Tomasz Krawczyk [mailto:tomkr...@gmail.com] > > Can you tell when sources will be available on the > http://pecl.php.net/package/wincache? Yeah, as soon as I remember how to do this, I'll take care of it. ^_^ > > Another question. Are you planing to make x64 ve

Re: [PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-21 Thread Jacob Kruger
Ok, might have now fixed this - firstly set folder permissions to 777, but, then, again, turned off public execute permissions, which seemed to revert permissions to 776, but, creating the text file, using the test script still worked - but, still just wondering what the specific permission dif

Re: [PHP-WIN] Folder permissions required to create/copy files in/into it during PHP script/code execution?

2013-08-21 Thread Jacob Kruger
And, from the following page: http://www.zzee.com/solutions/linux-permissions.shtml 0 All types of access are denied 1 Execute access is allowed only 2Write access is allowed only 3 Write and execute access are allowed 4 Read access is allowed only 5 Read and execute access are allowed 6 Read and

[PHP-WIN] Re: WinCache 1.3.5 release on SourceForge

2013-08-21 Thread Jan Ehrhardt
Tomasz Krawczyk in php.windows (Wed, 21 Aug 2013 08:55:01 +0200): >Another question. Are you planing to make x64 version? PHP 5.5 is ready >for x64 and a lot of people is interested in. Just try it: http://www.apachelounge.com/viewtopic.php?t=5520 The NTS x64 version contains php_wincache.dll. I

Re: [PHP-WIN] Re: WinCache 1.3.5 release on SourceForge

2013-08-21 Thread Tomasz Krawczyk
W dniu 2013-08-21 17:11, Eric Stenson pisze: -Original Message- --E. Eric, thanks for an answer. You wrote Zend Opcache has to be enabled in PHP 5.5 so, it is an extension, not part of the PHP core, but it is bundled with PHP 5.5. I have no experience with Zend Opcache. About