brion@svn.leuksman.com wrote:
Revision: 14157 Author: brion Date: 2006-05-10 12:58:17 -0700 (Wed, 10 May 2006)
Log Message:
We require PHP 5 now, make sure the installer requires this. Uncertain of the exact minimum version requirement; checking for 5.0.0+
Can we start committing code using protected / private / public stuff for classes ? The try { } catch {} looks great too :)
Ashar Voultoiz wrote:
brion@svn.leuksman.com wrote:
We require PHP 5 now, make sure the installer requires this. Uncertain of the exact minimum version requirement; checking for 5.0.0+
Can we start committing code using protected / private / public stuff for classes ?
As long as it actually works, sure...
The try { } catch {} looks great too :)
I'd like to see the database errors changed to exceptions, so a try/catch block can be easily used to catch and restart deadlocked transactions.
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org