PHP 5.4
#1
Posted 04 January 2012 - 01:53 PM
Given the timing of things, that PHP 5.4.0GA is coming "real soon now", and that Yii 2 will perhaps spend considerable time in alpha/beta, has anyone considered changing the basis to PHP 5.4?
We've got a YiiBot and all kinds of other groovy stuff going on.
Comparison of Internet Relay Chat clients
Web IRC client
#2
Posted 04 January 2012 - 02:32 PM
Let's not forget that Yii needs to be able to run on as many servers as possible.
#3
Posted 04 January 2012 - 04:04 PM
jacmoe, on 04 January 2012 - 02:32 PM, said:
Let's not forget that Yii needs to be able to run on as many servers as possible.
ok.
well i guess we can use extensions to use some of 5.4's tricks, like tracing and debugging with dtrace or whatever
We've got a YiiBot and all kinds of other groovy stuff going on.
Comparison of Internet Relay Chat clients
Web IRC client
#4
Posted 04 January 2012 - 06:21 PM
fsb, on 04 January 2012 - 04:04 PM, said:
The core will require at least PHP 5.3, but you can install and use PHP 5.3+ (including PHP 5.4) on your server with no problems. Then all PHP 5.4 features will be available to your code (including your Yii extensions that use PHP 5.4 features).
Check my extension
giix: a code generator for Yii.

The complete beginner's study guide for the Yii Framework
#5
Posted 04 January 2012 - 06:27 PM
#6
Posted 09 February 2012 - 04:28 PM
mentel, on 04 January 2012 - 06:21 PM, said:
Just a memory recollection, but CodeIgniter 1.x.x (maybe 2.x also) detected PHP version in their equivalent to a CObject, allowing different sets of classes of the same name to coexist within the framework. The idea was originally meant to handle the distinction between PHP4 and PHP5 code (a major PHP version), but the concept seems very extensible. PHP4 related classes were used when running on top of PHP4 and so on.
CodeIgniter supports one additional feature and this is core class replacement. If the application code includes a file of the same name as a core class, the core class is replaced by the application version.
I always felt these were nice DRY solutions available should a developer need them. They are also KISS in the sense that the replacement of files is simple and automatic in most respects.
#7
Posted 10 February 2012 - 01:28 AM
mmx, on 09 February 2012 - 04:28 PM, said:
IMHO, too much complexity for too little gain (for PHP 5.3 vs 5.4).
mmx, on 09 February 2012 - 04:28 PM, said:
With Yii 1.1, there's the "class" parameter where you can specify you own class to an application component. For me, it is good enough.
It seems that the core team is planning to have this for the 1.1 static classes (like CHtml), too.
Check my extension
giix: a code generator for Yii.

The complete beginner's study guide for the Yii Framework
#8
Posted 08 June 2012 - 05:06 AM
#9
Posted 08 June 2012 - 05:41 AM
There were some very important fixes about hashes, encryption and stuff in 5.3 branch. I think Yii2 will be able to run even on 5.3.0 but I'm preparing people for 5.3.8
#10
Posted 08 June 2012 - 05:47 AM
#11
Posted 09 June 2012 - 01:36 PM
samdark, on 08 June 2012 - 05:41 AM, said:
There were some very important fixes about hashes, encryption and stuff in 5.3 branch. I think Yii2 will be able to run even on 5.3.0 but I'm preparing people for 5.3.8
I know that openssl_random_pseudo_bytes() has issues on Windows until 5.3.4... what important fixes are there between 5.3.4 and 5.3.8?

Help

This topic is locked













