unread
Just noticed the following
➜ ~ tar xf php-5.5.0.tar.bz2
➜ ~ cd php-5.5.0
➜ php-5.5.0 ./configure --disable-all --disable-cgi
➜ php-5.5.0 make -j5
➜ php-5.5.0 ./sapi/cli/php -v
PHP 5.5.0 (cli) (built: Jul 12 2013 18:02:07)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies
At the end of the day it is just a version number but it looks
"unprofessional". Would be nice if things like this did not happen.
unread
Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies
At the end of the day it is just a version number but it looks
"unprofessional". Would be nice if things like this did not happen.
Yes, mistakes happen, as you can see by commit 184dea this was already
noticed and fixed. I think there also hand been bug reports about it.
But well, nothing we can change for5.5.0 as that's out ..
johannes