small fixes to item post to try and sort out segfault issues on php 5.3 (?)
This commit is contained in:
parent
69f014d02b
commit
547fd1e0e5
3 changed files with 8 additions and 13 deletions
2
boot.php
2
boot.php
|
@ -4,7 +4,7 @@ set_time_limit(0);
|
|||
ini_set('pcre.backtrack_limit', 250000);
|
||||
|
||||
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.993' );
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.995' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
|
||||
define ( 'DB_UPDATE_VERSION', 1059 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue