![]() |
|
Thread Tools |
#1
|
||||
|
||||
PHP 7 (vB4)
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. |
#2
|
||||
|
||||
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. The following members like this post: z3r0
|
#3
|
||||
|
||||
+1 thanks Paul! (couldn't like so saying thanks!)
__________________
Daddy Does Dios and Figs! *I no longer provide vBulletin Services (No PM's, please). Search - Use the search feature to find similar issues/answers. Information - Include screenshots, copy/pasted error codes, url etc. Fixed - Please return to your thread/post and let us know how it was fixed! Thanks - For participating! Click the "Like" ♥ on a post if someone helped you! No members have liked this post.
|
#4
|
||||
|
||||
NICE!
__________________
![]() ModernvB.com - vBulletin Mods & Services - ModernvB.com vBulletin 3 Mods - ModernvB.com vBulletin 4 Mods - Hire ModernvB Full-Time vB Development - If you can think it, we can build it. No members have liked this post.
|
#5
|
|||
|
|||
Glad to see vb4 is still being worked on. Maybe we'll see version 4.3 some day
![]() No members have liked this post.
|
#6
|
||||
|
||||
There wont ever be a 4.3.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#7
|
||||
|
||||
Good news today.
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,
__________________
The best webmaster forum & internet marketing forum for webmasters and internet marketers. No members have liked this post.
|
#8
|
||||
|
||||
Well it needs people to actually download and use the Alpha, otherwise any issues are not going to be found.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#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. No members have liked this post.
Last edited by Pod; 21 Aug 2016 at 21:39. |
#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.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#11
|
|||
|
|||
Right, sorry, looks like the package in ondrej's repository is php-memcache (I was expecting php7.0-memcache).
And yeah, mOo seems to have given up on xcache according to his lasts replies in the group (from a year ago): https://groups.google.com/forum/#!forum/xcache Will do some testing now that I have everything working. No members have liked this post.
|
#12
|
||||
|
||||
Really like this topic/update and thanks Paul for making vB4 a new level
![]()
Originally Posted by Paul M
Of course I am waiting for a new server to test vB4 with PHP 7![]()
I could not test it on my running forum, it can appear errors to visitors which i don't want if that happens.
Originally Posted by Paul M
Just want to know about memcached (datastore that vB4 is using), it (memcached) can run with php7? if no, what conditions to run vB4 with memcached on php7?![]()
or do I need to remove datastore memcached when upgraded to php7?
__________________
The best webmaster forum & internet marketing forum for webmasters and internet marketers. No members have liked this post.
|
#13
|
||||
|
||||
To run memcached you need a server running memcache.
Pretty obviously really so I'm not sure whats unclear about it. How you set that server up is down to you, all vb cares about is connecting to it. Unless you have some specific reason for using it then just switch to APCu. My test set-up is running the new opcache, and apcu, and running very nicely.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#14
|
||||
|
||||
4.2.5 Beta 1 has been released today.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#15
|
|||
|
|||
PHP 7.1 has been released. I just updated PHP on my server to PHP 7.1 and it seems to be running fine and a bit faster. TTFB went down by about 50-100ms.
No members have liked this post.
|
![]() |
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 10:47.