The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
PHP 7 (vB4)
|
3 благодарности(ей) от: | ||
Gio~Logist, IggyP, RichieBoy67 |
#3
|
||||
|
||||
+1 thanks Paul! (couldn't like so saying thanks!)
|
#4
|
||||
|
||||
NICE!
|
#5
|
|||
|
|||
Glad to see vb4 is still being worked on. Maybe we'll see version 4.3 some day (I would guess this would be the final release of PHP 7 compatibility, after the new update clears alpha & beta tests).
|
#6
|
||||
|
||||
There wont ever be a 4.3.
|
#7
|
||||
|
||||
Quote:
I wanted to upgrade to PHP7 but because vB4 didn't support it so I have to wait this version Hope to have stable version soon. Thanks Paul and cheers, |
#8
|
||||
|
||||
Well it needs people to actually download and use the Alpha, otherwise any issues are not going to be found.
|
#9
|
|||
|
|||
I've begun to play with the 4.2.5 Alpha 2 with PHP 7.0.8. So far, the only problem I've found is about the datastore. The problem is that vB_Datastore_Memcached uses the older "Memcache" [1] extension, which I believe has been dropped from PHP7, instead of the newer "Memcached" [2] (note the final d).
The API of both versions look similar, but are not identical (for instance, i noticed that the set and add methods no longer accept a $flag parameter). Then, I tried to use the file cache. After getting the permissions of the datastore folder right, it seems to work. With opcache enabled, the filecache might be fast, but I'd rather like to keep Memcached support. Paul, can we expect a vB_Datastore implementation with the Memcached extension in a upcoming alpha? I could give it a try, but since I'm not familiar with vb internals i don't feel confident enough. On a related note (although I'm not personally affected by that and I didn't test it), in the ACP datastore won't work in PHP7, but there's a very similar extension called ACPu [3] which drops opcode cache (since its available in bundled opcache) but keeps the variable store. I'll keep testing other areas of the beta. [1] http://php.net/manual/en/class.memcache.php [2] http://php.net/manual/en/class.memcached.php [3] http://php.net/manual/en/book.apcu.php EDIT: Added this to jira (VBIV-16220) since I couldn't find it already. |
#10
|
||||
|
||||
You belief seems untrue. I have both Memcache & Memcached available to install for php 7.0, and in fact, only Memcache available for 7.1 atm.
Related, I have updated APC in Alpha 3 to use APCu, as that is still supported, while APC is not. (APCu is basically just the key/data part of APC, as php 7 now uses a different opcode cache). xCache is also not supported on php 7. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|