[Bug 1391192] Re: php5-fpm init(.d) scripts don't report status

2016-03-01 Thread Neal Gompa
Could you please provide more information? Please report back at least
the version of php5-fpm package installed, which version of Ubuntu you
were using, and which architecture this was running on.

** Changed in: php5 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1391192

Title:
  php5-fpm init(.d) scripts don't report status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1391192/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 537757] Re: PHP modules removed when upgrading apache2 to 2.2.11-2ubuntu2.6

2016-03-01 Thread Neal Gompa
This issue is quite old, and I cannot reproduce it on current Ubuntu
systems. If this is still an issue, please re-open and set the status to
"New" with details on what the problem is.

** Changed in: php5 (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/537757

Title:
  PHP modules removed when upgrading apache2 to 2.2.11-2ubuntu2.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/537757/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1083824] Re: php5 UTF-8 bug

2016-03-01 Thread Neal Gompa
There's been no information received for several years on this issue. If
this is still a problem, please provide the requested information and
set it back to "New".

** Changed in: php5 (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1083824

Title:
  php5 UTF-8 bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/php-fpm/+bug/1083824/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2016-03-01 Thread Neal Gompa
This is not a valid bug anymore (if it ever was), as with the move to
systemd, sysv calls redirect to systemd, and systemd captures the
information in the journal, which can be viewed by looking at
/var/log/syslog, using "journalctl -u php5-fpm" (php7.0-fpm for Xenial),
or any other mechanism for reading the syslog/journal.

** Changed in: php5 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1548442] Re: php7.0: segmentation fault running twig test suite

2016-02-26 Thread Neal Gompa
After working with Remi Collet to track down the issue, we've identified
the problem to be with PCRE support, specifically with PCRE JIT. We
reached this suspicion after Remi was able to run the tests successfully
with his PHP7 SCL for Fedora 23 just fine with the JIT enabled, but it
broke on CentOS 7.2 and Ubuntu Xenial.

I tested on Ubuntu Xenial php7.0-7.0.3-9 (from xenial-proposed) and
CentOS 7.2 php70-php-7.0.3-1.el7.remi SCL (from Remi's repository).

On both systems, I did the following:

0. Installed the required php7 packages.
** Ubuntu Xenial: php7.0-{cli,json,xml,mbstring}
** CentOS 7.2 php70 scl: php70-php-{cli,json,xml,mbstring}

1. Downloaded Twig 1.24.0 tarball from GitHub
(https://github.com/twigphp/Twig/archive/v1.24.0/Twig-1.24.0.tar.gz)

2. Untarred it and changed into the new Twig-1.24.0 directory.

3. Downloaded composer.phar ( https://getcomposer.org/composer.phar ) and 
phpunit.phar ( https://phar.phpunit.de/phpunit.phar )
4. Run composer to set up the Twig sources.
** Ubuntu Xenial: php7.0 composer.phar install
** CentOS 7.2 php70 scl: php70 composer.phar install

5. Run phpunit on the Twig sources.
** Ubuntu Xenial: php7.0 phpunit.phar -v
** CentOS 7.2 php70 scl: php70 phpunit.phar -v

With the default configuration, these both fail with a segmentation
fault.

However, if I add "pcre.jit=0" to php.ini (/etc/php/7.0/cli/php.ini on
Ubuntu Xenial, /etc/opt/remi/php70/php.ini for CentOS 7.2 php70 scl) and
re-run the tests, they pass completely.


There are two solutions here:
1) Identify what Fedora's pcre package has that fixes it vs the Debian/Ubuntu 
package (Fedora sources available here: 
http://pkgs.fedoraproject.org/cgit/rpms/pcre.git/tree/?h=f23), as both are 
using pcre 8.38, though I don't know why the soversion differs...
2) Add "pcre.jit=0" to the php configuration.

I don't consider solution 2 to be valid unless we're okay with disabling
PCRE JIT across the board.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1548442

Title:
  php7.0: segmentation fault running twig test suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1548442/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-23 Thread Neal Gompa
It looks good to me, but I'm curious as to why libmcrypt isn't in main
(and consequently able to be used as a PHP build dependency)?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-23 Thread Neal Gompa
Ondřej seems to have made some fixes and the current git HEAD is at
php7.0-7.0.3-7, so please pull that in.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-22 Thread Neal Gompa
My patches have been merged into the git master for pkg-php[1] for
Debian. Please pull in the current git master (noted as git hash:
65566bc2c31fd96f29c1327cd42c0e86682b3a52). This is the php7.0-7.0.3-6
package with everything properly generated.

[1]: http://anonscm.debian.org/cgit/pkg-php/php.git/log/?h=master-7.0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-19 Thread Neal Gompa
** Patch added: "Patch that has regenerated tests for the package"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+attachment/4576062/+files/0003-Regenerate-d-tests.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-19 Thread Neal Gompa
The patches above are the ones I've submitted to Ondřej Surý for Debian.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-19 Thread Neal Gompa
** Patch added: "Patch to fix the tests"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+attachment/4576061/+files/0002-Fix-the-tests-to-pass-and-handle-conditions-that-sho.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] [NEW] Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-19 Thread Neal Gompa
Public bug reported:

I've submitted patches to Ondřej Surý to fix the failing tests for the
php7.0 package. Please sync with the version that will be released with
these patches, so that Ubuntu will not need to carry a delta for test
fixes.

The patches have not yet been applied, and I will notify via this bug
report when they have.

** Affects: php7.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1547738] Re: Request: Sync with Debian to get upstream fixes for autopkgtests

2016-02-19 Thread Neal Gompa
** Patch added: "Patch to ensure php-fpm httpd config is properly installed"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+attachment/4576060/+files/0001-Ensure-php-fpm-apache-httpd-config-is-prepared-and-i.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547738

Title:
  Request: Sync with Debian to get upstream fixes for autopkgtests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1547738/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2016-02-19 Thread Neal Gompa
@Robie: I can certainly take a look through them. Where can I see them?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1267255

Title:
  [MIR] php5 (php5-fpm binary)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1267255/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2016-02-19 Thread Neal Gompa
Of course, I realize it means that for httpd, it would need to have
mod_proxy_fcgi enabled by default for the php-fpm configuration I
contributed to be useful in an out-of-the-box scenario.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1267255

Title:
  [MIR] php5 (php5-fpm binary)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1267255/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1267255] Re: [MIR] php5 (php5-fpm binary)

2016-02-19 Thread Neal Gompa
So, I'd like to chime in here a bit.

As Ondřej mentioned earlier, php-fpm is known to be a more secure
alternative to mod_php, and is recommended for secure setups. I recently
contributed a decent default configuration for php-fpm for PHP 7.0, and
I would support flipping libapache2-mod-php7.0 to universe and keep
php7.0-fpm in main.

Critically, php-fpm can be used with any web server that supports
FastCGI, whereas mod_php is Apache httpd specific. There is, of course,
php-cgi, but it isn't recommended either, and I would suggest that it
should be in universe as well.

I don't pretend to know the difficulty of maintaining the PHP stack, but
I think that perhaps moving these two particular methods of using PHP
from main to universe in exchange for php-fpm should be considered.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1267255

Title:
  [MIR] php5 (php5-fpm binary)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1267255/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs