Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Fri 22 Mar '13 15:42 Post subject: |
|
|
Wow the big news is a built-in opcode cacher. I'm still using Wincache on my systems but development has pretty much stopped on Wincache.
I noticed ZendOptimizerPlus has gone open-source and they say it is compatible with PHP 5.2, 5.3, 5.4, and 5.5.
Check out:
https://github.com/zend-dev/ZendOptimizerPlus/
I don't see an option there to download pre-compiled Windows versions. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 22 Mar '13 15:49 Post subject: |
|
|
In the php-5.5.0beta1-Win32-VC9-x86.zip form Jan-E there is ext\php_opcache.dll
The QA beta from php.net are also contain than cache. http://windows.php.net/qa |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Fri 22 Mar '13 16:03 Post subject: |
|
|
Will that extension in the 5.5 beta run on 5.4 and below? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 22 Mar '13 16:19 Post subject: |
|
|
I haven't tried, but there are some changes in the core to make it run in 5.5, so I think it won't. Also the magic number won't match. So no. Sad but true |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sun 24 Mar '13 15:49 Post subject: |
|
|
Thanks Jan-E.
Do I need to run your build of PHP 5.4.13 for php_opcode.dll to work? I tried putting your DLL in my existing 5.4.13 install (from windows.php.net)and the extension won't load. I get the error:
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'php_opcache.dll' in Unknown on line 0 |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sun 24 Mar '13 21:39 Post subject: |
|
|
Thanks, it loaded successfully when I did zend_extension=ext/php_opcache.dll
Now time to test and see if it causes any problems. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Mon 25 Mar '13 14:39 Post subject: |
|
|
Great, thanks. It looks like they just released 7.0.1 today. Good to see so much active development. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|