Dnia poniedziałek, 20 lutego 2012 04:32:30 Roberto De Ioris pisze: > > 1. I've managed to make a ubuntu 10.04 ppa with libphp5-embed package: > ppa:l-mierzwa/lucid-php5 > > great, feel free to add it to the wiki page
I've added instructions for ubuntu 10.04 to the PHP wiki > > 3. It doesn't build with -Werror in cflags, after removing -Werror it > > compiled, > > > I didn't tested it yet. > > > > *** uWSGI building and linking plugin plugins/php *** > > [gcc -pthread] ./php_plugin.so > > cc1: warnings being treated as errors > > In file included from /usr/include/php5/Zend/zend.h:270, > > > > from /usr/include/php5/main/php.h:35, > > > from plugins/php/php_plugin.c:1: > damn, those errors come from php itself, maybe adding -Wno-error in > uwsgiplugin.py would be a safe choice. +1 for adding -Wno-error, You can't control php sources (beside patching every issue) so this cflag will stop a lot of people from complaing that they can't compile the version of php they have. Łukasz Mierzwa _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
