How often does build_admin_php.sh PHP_VERSION get updated ?

#1
Curious, how often does build_admin_php.sh PHP_VERSION get updated between OLS releases ?

I see it's still on PHP 5.3.24. No issues going to PHP 5.5.3 ?
 
#2
Okay seems Admin PHP is 5.3.25 in OLS 1.2.4 but build_admin_php.sh is 5.3.24, so where does 5.3.25 come from as I can't find any mention of 5.3.25 in OLD 1.2.4 source files ?

Edit: Ah i see from install.sh you are actually downloading a PHP 5.3.25 binary

Code:
/usr/local/lsws/fcgi-bin/lsphp -v
PHP 5.3.25 (litespeed) (built: May 14 2013 13:35:05)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
 
Last edited:
#3
Looks good so far with admin php at PHP 5.5.3 :)

Code:
Build complete.
Don't forget to run 'make test'.

copy compiled php binary to litespeed directory
cd /usr/local/lsws/admin/fcgi-bin
strip admin_php-5.5.3
ln -sf admin_php-5.5.3 admin_php
Your current PHP engine /usr/local/lsws/fcgi-bin/lsphp is renamed to lsphp.old.250813-123603
-r-xr-xr-x 1 root root 3.5M Aug 25 05:36 /usr/local/lsws/fcgi-bin/lsphp.old.250813-123603
cp -f /usr/local/lsws/phpbuild/php-5.5.3/sapi/litespeed/php /usr/local/lsws/fcgi-bin/lsphp
/usr/local/lsws/fcgi-bin/lsphp -v
PHP 5.5.3 (litespeed) (built: Aug 25 2013 12:37:21)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
==============================================
Finished building admin_php with 5.5.3 and  LSAPI 6.3
Build time: 82.476554580 seconds
==============================================
Sun Aug 25 12:37:26 EST 2013
**COMPLETE**
for secuirty reason, change back build dir to regular user
chown -R lsadm:lsadm /usr/local/lsws/phpbuild/php-5.5.3
 
#4
seems I can't edit my older posts ?

Just wanting to let folks know admin console php at 5.5.3 feels alot faster and snappier than on default 5.3.25 :)
 
Top