A few days ago I downloaded ZF 1.5.0 RC3 and was going to use it in a live project, despite RC3.
Yesterday's news about the release of ZF was very pleased. And before replacing the files, I decided to see what the release differs from the release candidate (I thought I did nothing), which I already threw into the project.
In general, I made a differential, and since the issue of the differences in the release from the candidate was already on Habré, I decided to post this differential. The regular version and version has changed.
Team
diff -r ZendFramework-1.5.0 / library / Zend / ZendFramework-1.5.0RC3 / library / Zend /> zend_diff
Result below.
diff -r ZendFramework-1.5.0 / library / Zend / Cache / Core.php ZendFramework-1.5.0RC3 / library / Zend / Cache / Core.php
379c379
<if (! preg_match ('~ ^ [\ w] + $ ~ D', $ string)) {
-> if (! Preg_match ('~ ^ [\ w] + $ ~', $ string)) {
diff -r ZendFramework-1.5.0 / library / Zend / Measure / Abstract.php ZendFramework-1.5.0RC3 / library / Zend / Measure / Abstract.php
18c18
<*
version $ Id: Abstract.php 8835 2008-03-15 18: 07: 40Z thomas $
-> *
version $ Id: Abstract.php 8064 2008-02-16 10: 58: 39Z thomas $
diff -r ZendFramework-1.5.0 / library / Zend / Version.php ZendFramework-1.5.0RC3 / library / Zend / Version.php
19c19
<*
version $ Id: Version.php 8870 2008-03-16 22: 27: 03Z alexander $
-> *
version $ Id: Version.php 8793 2008-03-12 22: 59: 52Z alexander $
35c35
<const VERSION = '1.5.0';
-> const VERSION = '1.5.0RC3';