Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing New Display Search Login/Register
Bug Id ?
Reporter ?
markn
Product/Version ?
Aigaion / SVN
Status ?
Unconfirmed
Severity ?
Major
Duplicate Of ?
- none -
Summary ?
Aigaion incompatible with PHP 5.3
Report Time ?
March 25, 2010 04:41:57 PM
Assignment ?
- none -
Resolution ?
Open
Priority ?
Normal
Dependencies ?
- none -


Attachments
php53-2.diff Patch
Votes
For: 1 (100%)
Against: 0 (0%)
Total: 1

March 25, 2010 04:41:57 PM markn
A number of errors appear on the screen, relating to the use of deprecated functions by both Aigaion and the included version of Codeigniter.

This bug can be solved by:
1. upgrading to the latest version of Codeigniter, and
2. replacing calls to deprecated functions with their equivalents. Most of the errors are related to the use of the deprecated POSIX regex functions; the replacement of these with calls to PCRE functions is straightforward.

A patch which should solve point 2 can be found at:
http://www.aigaion.nl/forum/index.php?topic=386.msg2169#msg2169

March 25, 2010 04:44:42 PM markn
This is a copy of the patch which can also be found at the referenced forum post.