On 06/21/2011 11:01 PM, Alexey Shein wrote:
Anybody? It seems Pierre fixed only windows build, at least, mine is
still broken:
I've built 5.4 & trunk OK on a couple of Linux machines. Have you
cleaned up before building, e.g. with vcsclean?
There are a few things Moriyoshi said he'd look at, including crashes
and directory handling issues.
Chris
sapi/cli/php_cli.o: In function `main':
/home/conf/php-src/trunk/sapi/cli/php_cli.c:1301: undefined reference
to `cli_server_sapi_module'
/home/conf/php-src/trunk/sapi/cli/php_cli.c:1361: undefined reference
to `do_cli_server'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
2011/6/21 Pierre Joye<pierre....@gmail.com>:
The build is still broken. Can you fix it please?
On Tue, Jun 21, 2011 at 11:12 AM, Moriyoshi Koizumi<m...@mozo.jp> wrote:
Thanks!
On 2011/06/21, at 8:36, Felipe Pena wrote:
Fixed.
2011/6/20 Johannes Schlüter<johan...@schlueters.de>
Hi,
On Mon, 2011-06-20 at 20:27 +0000, Moriyoshi Koizumi wrote:
moriyoshi Mon, 20 Jun 2011 20:27:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312344
Log:
- Add built-in web server to CLI SAPI. See the RFC for detail.
This broke the -d option. Causing this error on make:
| Generating phar.phar
| PEAR package PHP_Archive not installed: generated phar will require
| PHP's phar extension be enabled.
| Creating phar files is disabled by ini setting 'phar.readonly'.
| make: *** [ext/phar/phar.phar] Error 1
which can be reduced to this simple test case:
$ sapi/cli/php -n -d phar.readonly=0 -r 'echo ini_get("phar.readonly");'
1
I see that php_cli.c now handles parsing -d options before calling
sapi_startup() whic seems to cause this.
johannes
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Regards,
Felipe Pena
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Email: christopher.jo...@oracle.com
Tel: +1 650 506 8630
Blog: http://blogs.oracle.com/opal/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php