Finally - CakePHP 1.2 RC1 is out!

Posted by Felix Geisendörfer, on Jun 04, 2008 - in PHP & CakePHP » Other

Hey folks,

sorry about the long delay. But CakePHP 1.2 RC1 is out and as sweet as it can be. Quick facts:

  • 800++ commits
  • 100++ bug fixes
  • tons of security and feature additions

Read all the facts in the 1.2 RC1 release announcement or download your fresh cake right away. To get an idea what all was changed, have a look at changelog here.

Thanks to everybody for contributed patches, tests, tickets, money, love, help and happiness!

-- Felix Geisendörfer aka the_undefined

Print this Post | Digg This | Stumble It | Delicious

11 Comments

Steve on Jun 05, 2008:

This is awesome. I love the inclusion of ContainableBehavior, good work guys!

chad on Jun 05, 2008:

Congrats. An exciting time indeed and one huge step towards that world domination. Thanks to you and the entire dev team for a great release.

Tim Koschützki on Jun 05, 2008:

Oh yeah, finally it's there. :]

Thomas Sittig on Jun 05, 2008:

nice. but after a short look on the branch yesterday i bet, cakephp will still crush on wamp-systems if it tries to access NULL-objects (f.e. on the debug-output of failed database-queries).

Felix Geisendörfer on Jun 05, 2008:

Thomas: Where is the ticket for this?

kvz on Jun 05, 2008:

cheer! :)

Thomas on Jun 05, 2008:

@felix: https://trac.cakephp.org/ticket/3745
the simpliest solution is of course never to develop under windows =)

(and of course it do crash the apache under windows. even the unittest-cases for the model-group)

Joe Theory on Jun 06, 2008:

@Thomas
I have a WAMP machine as a development server and have never had that problem.

Yay, cake.

snowdog on Jun 06, 2008:

Great work! I can't wait stable version.

Thomas Sittig on Jun 06, 2008:

@joey
on what php-configuration and version did you run this?
and can you execute the unitest-group for models without errors?

Joe Theory on Jun 08, 2008:

@Thomas
running Apache 2.2.8, PHP 5.2.6 and actually i cant run any of the test groups. i was able to with prior versions but not with RC1.

Add a comment