Is Yii2 compatible with PHP 7? - yii2

Since PHP 7 got released and I'm planing to start a new project that uses Yii2. My question is, it is safe to use PHP 7 with Yii2?

Yes, Yii2 is compatible with PHP 7. Some FAQ's of that:
1) Yii2 and PHP 7
2) Yii Feed
3) PHP 7 Released
4) Yii2 PHP 7 Performance
5) PHP-7-released-does-yii2-need-changes?

It seems that for the most part there should be no issues using Yii2 with PHP7. Please see the following on the forum:
http://www.yiiframework.com/forum/index.php/topic/63662-yii2-and-php-7/
I also found the following on github:
https://github.com/yiisoft/yii2/issues/8975
Both of these suggest that if there are any issues you should report them to the Yii Team but as far as they are concerned there should be little to no issue. The Yii team are quick to fix these things and obviously the adoption of version 7 will only increase so it is in their best interest to move with the times.

I run my application under php 7 and until now, i have not any problem.

Related

SharePoint Online Integration Compatibility

My application is running on dot net 3.5 framework and i want to integrate the SharePoint online from 3.5 framework application so it is possible to integrate that ?
Because the Microsoft.SharePoint.Client Assembly is available in 4.0 on wards so is there any way to connect the sharepoint online from my application which is running in 3.5 framework can't convert application to 4.0 straight away because it's a big application and i want to implement sharepoin online with this application.
I have googled and found two possible solution as mentioned below:
Make a new project and Compile it into 4.0 with COM compatibility which does not seems an good idea because it required to add the manifest file from all the invoked function which is not feasible for me.
So i am looking for a easy solution to integrate the 4.0 dll into 3.5 without com or is there any way to use CSOM libraries into 4.0 ?
I am looking forward for forum response. thanks in advance :)

PHPStorm 7 error with Live Edit

1)I just downloaded php storm EAP 7 and try implementing live Edit but it doesn't work. The error produced is " incompatible with this installation".
This is going to be kind of a no-answer:
I've had multiple issues with Live Edit and finally got the suggestion from the JetBrains support that I should turn it off because it interferes with the normal working of other componets. That being said, this was a few months ago, maybe the situation changed in the mean time.
I would suggest contacting their support, even if you don't have an (active) subscription, they tend to be very fast and helpful.
It works with the most current EAP Build.

php 4 / mysql jstree example from luban.danse.us - Anyway to port this functionality to the new version of jstree? (v1)

Having tried to use the example for php/mysql at http://jstree.com/demos I have realized that I needed extra functionality and as well noticed that this works only with PHP 5 due to some errors that Firebug was prompting for the output. I then started to look for more documentation on jstree and found in here someone suggesting to review the example on the following page:
http://luban.danse.us/jazzclub/javascripts/jquery/jsTree/reference/_examples/7_full.html
I did find it very close to what I need for a personal project, however the example is fixed for one DB interaction from what I was able to see in the core dependencies (full/script.js). I'm trying to port this example to PHP 5, but at the moment just would like to know if there is a possibility to extend this to use new plugins such as 'checkbox' even-though this is an earlier version.
I've posted this question in the forums to see if there is any possibility to recreate a PHP/mySQL example using the 'contextmenu' and as well the options at the top of the panel, but since this apparently is not supported by what I was able to understand from the documentation, I thought perhaps someone have tried something similar to this?
Thanks in advance,
JP-

ASP pagination for beginners

I'm creating a TV guide in ASP (Classic ASP), and although I can do a PHP one well enough, the PC I'm on has IIS as its web server, with MySQL. It's a shared PC for educational use and web development, and users are encouraged to develop test sites.
Although IIS is running, with ASP.NET, *.asp was set as an ISAPI filter
I'm trying to emulate the ASP seen at http://library.digiguide.tv/lib/programmenextshowing/12578&hPage=3 and http://library.digiguide.tv/lib/programmenextshowing/12578 for my ASP pagination - plus a few simple page templates in ASP.
My .NET framework version is 4.0.
How can I do this for a beginner? I had a look on Google, but couldn't find much that would work with Windows 7.
(Forgot to mention, the computer only has MySQL as its database driver on it, the latest one, so MDB isn't possible)
Cheers
JC
As you've stated this is for educational purposes, the best thing for you is to read a beginners guide online, as you've posted a far too broad question to be answered in a single response.
http://www.asp.net/data-access/tutorials/efficiently-paging-through-large-amounts-of-data-cs
When you have a specific code-related question do come back and post, along with relevant code, so you can get a specific answer to a specific question.
Good luck.

Using MCPKit framework in Cocoa app

I'm trying to integrate the MCPKit MySQL framework available at http://mysql-cocoa.sourceforge.net/ into my cocoa application. I've added the framework and included the header file but when I try to define my first MCPConnection variable it says "MCPConnection undeclared". Is anyone successfully using MCPKit on leopard ? Or is there another framework that people use to access MySQL ?
I wrote a guide on how to get MCPKit up and running on XCode 3.2.x :)
People from Sequel Pro gave me a copy of the MCPKit they used, which is a bit updated from the ones you can find floating around google.
P.S. I couldn't post a link to Sequel Pro because this is my first post. -_-;;
Best,
-R