[Bug 1093428] Re: Cron job reports unable to load pdo_mysql.so

2013-01-21 Thread Ondřej Surý
The referrenced bug suggested that you have php binary installed in your
system elsewhere which is causing a clash of symbols between the
packaged version and the custom version you probably installed from
sources (or from dotdeb or from some other place in the universe).

I don't think there's a bug in the packaging.

** 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/1093428

Title:
  Cron job reports unable to load pdo_mysql.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1093428/+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 1102366] Re: libapache2-mod-php5: Segmentation fault on mediawiki POST requests after apache2 reload

2013-01-22 Thread Ondřej Surý
Your claim isn't based on reality, please go read the changelogs and at
least get a basic understanding of Debian/Ubuntu versioning schema
before you make a bold claims without actually testing anything next
time.

-- 
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/1102366

Title:
  libapache2-mod-php5: Segmentation fault on mediawiki POST requests
  after apache2 reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1102366/+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 1120359] Re: php5-dev version does not match php5 version

2013-02-09 Thread Ondřej Surý
It's your system which is in broken state and not the php5 package which
have the dependencies right.

** Changed in: php5 (Ubuntu)
   Status: New = 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/1120359

Title:
  php5-dev version does not match php5 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1120359/+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 1131463] Re: php ldap 5.3 in ubuntu 12.04 LTS does not support pagination

2013-02-22 Thread Ondřej Surý
I suggest to use my PHP5 PPA for latest PHP releases.

-- 
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/1131463

Title:
  php ldap 5.3 in ubuntu 12.04 LTS does not support pagination

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1131463/+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 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2013-03-29 Thread Ondřej Surý
It's not related to the Debian bug mentioned.  See the reporter's
comment below.

** Changed in: php5 (Debian)
   Importance: Unknown = Undecided

** Changed in: php5 (Debian)
   Status: Fix Released = New

** Changed in: php5 (Debian)
 Remote watch: Debian Bug tracker #402181 = None

-- 
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/418220

Title:
  apache2 crashed with SIGSEGV in pdo_parse_params()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/418220/+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 1162999] Re: PHP should be updated in 12.04.1 LTS, as 5.3.10 has a regression

2013-04-02 Thread Ondřej Surý
The update policy doesn't allow that. However either you can upgrade to
newest PHP using PPA (ppa:ondrej/php5) or that individual fix for this
bug can be backported if severity is high enough. Usually it needs to be
security bug or the impact has to be quite big.

-- 
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/1162999

Title:
  PHP should be updated in 12.04.1 LTS, as 5.3.10 has a regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1162999/+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 1177672] Re: php5-gd not supported image/x-ms-bmp

2013-05-10 Thread Ondřej Surý
AFAIRemember (can't check right now) the exteenal GD 2.0.x doesn't have
support for wbmp. Thus not a bug, but feature request that can only be
solved with GD 2.1 and PHP 5.5.

But I might be wrong, check ext/gd/gd.c in !GD_BUNDLED part.

-- 
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/1177672

Title:
  php5-gd not supported image/x-ms-bmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1177672/+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 1177672] Re: php5-gd not supported image/x-ms-bmp

2013-05-10 Thread Ondřej Surý
AFAIRemember (can't check right now) the exteenal GD 2.0.x doesn't have
support for wbmp. Thus not a bug, but feature request that can only be
solved with GD 2.1 and PHP 5.5.

But I might be wrong, check ext/gd/gd.c in !GD_BUNDLED part.

-- 
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/1177672

Title:
  php5-gd not supported image/x-ms-bmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1177672/+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 1167394] Re: segfaults with php-fpm and current php5-memcached

2013-05-11 Thread Ondřej Surý
** Package changed: php5 (Ubuntu) = php-memcached (Ubuntu)

-- 
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/1167394

Title:
  segfaults with php-fpm and current php5-memcached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-memcached/+bug/1167394/+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 1183338] Re: Crypt Blowfish only returns salt

2013-05-23 Thread Ondřej Surý
Yes, PHP up to and including 5.4 (the patch hasn't been ported to 5.5
yet) is using system implementation of available ciphers.

-- 
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/1183338

Title:
  Crypt Blowfish only returns salt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1183338/+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 1184000] Re: package php5-mysql 5.4.6-1ubuntu1.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 2

2013-05-25 Thread Ondřej Surý
Hmm, you are not ought to delete those files, but rather use php5dismod
to disable the module.

Anyway the script probably should not fail, when the file is not there.

You can issue touch /etc/php5/mods-
available/replace_with_module_name.ini as temporary workaround.

-- 
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/1184000

Title:
  package php5-mysql 5.4.6-1ubuntu1.2 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1184000/+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 116800] Re: php5-mcrypt has vanished from the repositories

2013-06-03 Thread Ondřej Surý
 Several versions of ubuntu (current saucy) does not contain
php5-mcrypt library.

What are you talking about: http://packages.ubuntu.com/php5-mcrypt

 Why, can't install phpmyadmin and other CMS that require it?

PEBKAC?

Reading the documentation before filling/commenting on bug might help...
https://help.ubuntu.com/community/Repositories/Ubuntu

The bug reporting interface is not an user support forum, you might want
to try askubuntu.com next time.

-- 
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/116800

Title:
  php5-mcrypt has vanished from the repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/116800/+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 1188070] Re: php5-gd: /usr/lib/php5/20100525/gd.so: undefined symbol: gdGetC in Unknown on line 0

2013-06-06 Thread Ondřej Surý
Either the php5_5.4.x/ext/gd/ module needs some patching to be used with
gd 2.1.0 (because it uses some internal symbols from libgd), or just
bump the php5 version to 5.5.0~rc2 which already have the support for GD
2.1.0.

O.

-- 
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/1188070

Title:
  php5-gd: /usr/lib/php5/20100525/gd.so: undefined symbol: gdGetC in
  Unknown on line 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1188070/+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 1189755] Re: package php5-ldap 5.4.6-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-06-11 Thread Ondřej Surý
 I suspect a rpm missconfig, maybe the ldap-module won't fit?

I more suspect you have mangled with /etc/php5/conf.d files:

Please do:

ls -l /etc/php5/conf.d

and paste the output here.

-- 
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/1189755

Title:
  package php5-ldap 5.4.6-1ubuntu1.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1189755/+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 1189755] Re: package php5-ldap 5.4.6-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-06-11 Thread Ondřej Surý
There should be a link for 20-ldap.ini.

imagick and mcrypt might have not been updated to use the new helper
scripts.

Anyway I have updated the php5enmod script to not fail so hard on such
occasions in the Debian package, so Ubuntu packagers might want to
cherry-pick the change (when I confirm the changes are correct and push
them to the git repository).

O.

-- 
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/1189755

Title:
  package php5-ldap 5.4.6-1ubuntu1.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1189755/+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 1189755] Re: package php5-ldap 5.4.6-1ubuntu1.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-06-11 Thread Ondřej Surý
Here's the commit to cherry-pick :
http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=commit;h=82c9703c00dc864c1fb903b52cf8c3435577297d

-- 
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/1189755

Title:
  package php5-ldap 5.4.6-1ubuntu1.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1189755/+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 1177684] Re: php5-gd doesn't close /proc/NN/auxv - leaks FDs?

2013-06-11 Thread Ondřej Surý
*** This bug is a duplicate of bug 1189939 ***
https://bugs.launchpad.net/bugs/1189939

** Package changed: php5 (Ubuntu) = libjpeg-turbo (Ubuntu)

** This bug has been marked a duplicate of bug 1189939
   Initialization leaks file descriptors to /prox/self/auxv

-- 
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/1177684

Title:
  php5-gd doesn't close /proc/NN/auxv - leaks FDs?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1177684/+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 1189939] Re: Initialization leaks file descriptors to /prox/self/auxv

2013-06-11 Thread Ondřej Surý
** Also affects: php5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1189939

Title:
  Initialization leaks file descriptors to /prox/self/auxv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1189939/+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 825872] Re: FTBFS with newer versions of heimdal

2011-09-26 Thread Ondřej Surý
Hmm, many thanks for contributing this patch back to Debian :-/

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

Title:
  FTBFS with newer versions of heimdal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/825872/+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 852349] Re: sqlite2 support

2011-10-21 Thread Ondřej Surý
Are we reiterating the please don't remove php4, I have old
applications?

If you have an old application which needs a rewrite you should stay on
LTS. You can have a API stability or the newest version of PHP5. You
cannot have both.

While I was not involved in the original decision I quite agree with it
and I'll probably merge the drop in the next Debian PHP5 build.

-- 
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/852349

Title:
  sqlite2 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/852349/+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 876387] Re: fuser forking uncontrollably in cron job

2011-10-21 Thread Ondřej Surý
The fuser check was added to not delete still active session files (e.g.
created long time ago, but still actively used by php5 process).

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 910296] Re: Please backport the upstream patch to prevent attacks based on hash collisions

2012-02-06 Thread Ondřej Surý
Why not cherry-pick from Debian? (That way you can also check if I
haven't missed anything on your radar.)

-- 
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/910296

Title:
  Please backport the upstream patch to prevent attacks based on hash
  collisions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/910296/+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 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2012-02-07 Thread Ondřej Surý
Not sure if easier (you need to check permissions, etc.), but I have
merged the patch into upcomming PHP 5.4. We haven't shipped php5-fpm to
stable yet, so I don't really have to care for backwards compatibility -
although I have added records into NEWS file - feel free to cherry-pick.

-- 
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/900620

Title:
  Possible Bug: php5-fpm does not listen on a socket by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/900620/+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 908154] Re: PHP session garbage collection measured in minutes instead of seconds

2012-02-08 Thread Ondřej Surý
It's not really a bug in PHP5, but a feature in psmisc package before
22.15 (see related Debian bug).

You can pick new psmisc[*] from my PPA:
https://launchpad.net/~ondrej/+archive/php5 and report back here. (Be
aware to not install 5.3.10-1 unless you really want to.)

* - It was uploaded just now, so it will take some time to build
properly.

(Hint: You might want to backport fuser changes to old Ubuntu releases
if confirmed this helps instead of hacking php5 cron job.)

-- 
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/908154

Title:
  PHP session garbage collection measured in minutes instead of seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/908154/+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 312493] Re: Not possible to run PHP in a multiuser and secure way

2012-02-08 Thread Ondřej Surý
php5-fpm (and others listed in my previous comment) pretty much solves
this bug.

** Changed in: php5 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
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/312493

Title:
  Not possible to run PHP in a multiuser and secure way

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/312493/+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 916065] Re: php5 sessionmanagement ignores values in custom ini files

2012-02-08 Thread Ondřej Surý
Slightly better patch now in debian git.

Scans all relevant SAPI's configurations and if not found (or php5 not
installed), it will scan /etc/php5/*/php.ini and /etc/php5/conf.d/*.ini

** Patch added: 
0001-Improve-maxlifetime-script-to-scan-for-more-SAPIs-an.patch
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/916065/+attachment/2725131/+files/0001-Improve-maxlifetime-script-to-scan-for-more-SAPIs-an.patch

-- 
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/916065

Title:
  php5 sessionmanagement ignores values in custom ini files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/916065/+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 876387] Re: fuser forking uncontrollably in cron job

2012-02-08 Thread Ondřej Surý
Could you try installing psmisc (just psmisc, there's also latest php5)
from https://launchpad.net/~ondrej/+archive/php5? This should fix the
fork()ing of fuser.

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 423071] Re: PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

2012-02-08 Thread Ondřej Surý
No problem in php5, seems like apt is chosing wrong packages.

** Package changed: php5 (Ubuntu) = apt (Ubuntu)

-- 
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/423071

Title:
  PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/423071/+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 794820] Re: package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to install/upgrade:, Curses lost keyboard; Command line distro upgrade - via Putty - SSH - Screen

2012-02-08 Thread Ondřej Surý
You just need to do:

sudo dpkg-reconfigure -plow debconf

It's not a bug in PHP5 package (it uses standard debconf interface), so
I am reassigning to debconf (where it could be probably closed as
workaround for broken terminals exists).

** Package changed: php5 (Ubuntu) = debconf (Ubuntu)

-- 
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/794820

Title:
  package libapache2-mod-php5 5.3.2-1ubuntu4.9 failed to
  install/upgrade:, Curses lost keyboard; Command line distro upgrade -
  via Putty - SSH - Screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/794820/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression

2012-02-10 Thread Ondřej Surý
Forwarded to https://bugs.php.net/bug.php?id=61043 with patch.

(Fortunatelly it's the Ubuntu today which needs to bite the bullet,
since I haven't uploaded Debian security update yet. ;)

I am building Debian package with updated patch and will report back.
Thanks for the test script.

** Bug watch added: bugs.php.net/ #61043
   http://bugs.php.net/bug.php?id=61043

-- 
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/930115

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-10 Thread Ondřej Surý
The patch attached to PHP bug report fixes your problem:


root@howl:/tmp# /tmp/buildd/php5-5.3.3/cgi-build/sapi/cli/php  -c /tmp/php.ini 
-r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 1
root@howl:/tmp# grep ^magic_quotes_gpc /tmp/php.ini 
magic_quotes_gpc = On
root@howl:/tmp# /tmp/buildd/php5-5.3.3/cgi-build/sapi/cli/php  -c /tmp/php.ini 
-r 'var_dump(ini_get(magic_quotes_gpc));'
string(1) 1
root@howl:/tmp# emacs php.ini 
root@howl:/tmp# grep ^magic_quotes_gpc /tmp/php.ini 
magic_quotes_gpc = Off
root@howl:/tmp# /tmp/buildd/php5-5.3.3/cgi-build/sapi/cli/php  -c /tmp/php.ini 
-r 'var_dump(ini_get(magic_quotes_gpc));'
string(0) 

-- 
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/930115

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 876387] Re: fuser forking uncontrollably in cron job

2012-02-13 Thread Ondřej Surý
Could you please do:

apt-cache policy psmisc

Just to be sure you are running correct version?

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 931342] Re: USN-1358-1 missing NEWS entry about XSLT write operations disabled by default

2012-02-13 Thread Ondřej Surý
i.e. it's a feature (and there's nothing wrong), but it wasn't properly
announced in the USN.

-- 
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/931342

Title:
  USN-1358-1 missing NEWS entry about XSLT write operations disabled by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/931342/+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 931342] Re: XSLTProcessor::transformToXml(): runtime error

2012-02-13 Thread Ondřej Surý
http://www.ubuntu.com/usn/usn-1358-1/

It was discovered that PHP did not properly enforce libxslt security
settings. This could allow a remote attacker to create arbitrary
files via a crafted XSLT stylesheet that uses the libxslt output
extension. (CVE-2012-0057)

I think Steve missed adding few notes to debian/NEWS (from Debian
security update):

  * The following new directives were added as part of security fixes:
- max_input_vars - specifies how many GET/POST/COOKIE input variables
  may be accepted.  Default value is set to 1000.
- xsl.security_prefs - define forbidden operations within XSLT
  stylesheets.  Write operations are now disabled by default.


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2012-0057

** Summary changed:

- XSLTProcessor::transformToXml(): runtime error
+ USN-1358-1 missing NEWS entry about XSLT write operations disabled by default

** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

-- 
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/931342

Title:
  USN-1358-1 missing NEWS entry about XSLT write operations disabled by
  default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/931342/+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 930115] Re: php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

2012-02-13 Thread Ondřej Surý
Well, it affects all versions which got that security report (i.e. all
supported).

As far as I understand this bug, the magic_quotes are actually set to
the correct value, it's just the ini_get() which reports wrong value.

-- 
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/930115

Title:
  php5 5.3.2-1ubuntu4.13 introduced regression in magic_quotes_gpc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/930115/+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 934704] Re: php5 apache cannot use $_post read data

2012-02-19 Thread Ondřej Surý
Hi Annop,

please read the PHP manual before you start filling bugs:

http://php.net/manual/en/language.variables.superglobals.php

It's $_POST and you DON'T want to enable register_globals. Never ever!

register_globals is deprecated and does something different:

http://cz2.php.net/manual/en/security.globals.php


** Changed in: php5 (Ubuntu)
   Status: New = 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/934704

Title:
  php5 apache cannot use $_post read data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/934704/+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 876387] Re: fuser forking uncontrollably in cron job

2012-02-20 Thread Ondřej Surý
crone, there is psmisc 22.15-2~dist+1 in the PHP5 PPA which I have
asked to test. Hence your testing just confirms what we already know.
The bug was fixed in psmisc 22.15.

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 929387] Re: [needs-packaging] php lucid packages need update to 5.3.10 on lucid

2012-02-24 Thread Ondřej Surý
You can follow my PPA: https://launchpad.net/~ondrej/+archive/php5

But you can expect other kind of breakages there (since I'll be
uploading php 5.4 there shortly as it hits Debian unstable).

-- 
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/929387

Title:
   [needs-packaging] php lucid packages need update to 5.3.10 on lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/929387/+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 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-07 Thread Ondřej Surý
Clint, I have already PHP 5.4 built for lucid to oneiric in my PPA and
people are already using it (I have already received some bug reports).

I think that the biggest obstacle is changed API/ABI and need to do the
transition for packages which build binary modules
(/usr/lib/php5/phpapi/module.so).

-- 
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/948156

Title:
  Include PHP 5.4 to Ubuntu 12.04  release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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


[Blueprint servercloud-p-php54] PHP 5.4 for Ubuntu 12.04

2012-03-08 Thread Ondřej Surý
Blueprint changed by Ondřej Surý:

Whiteboard changed:
  Status: After some discussions with our release team and security team,
  there is a strong desire to ship 5.4.0 rather than 5.3.10. I am in
- agreement with this, and will make a push to setup a 5.4.0 PPA this week
- and rally some testers.  Here is a list of bugs already found in Debian
- as part of their 5.4 transition: http://bugs.debian.org/cgi-
- bin/pkgreport.cgi?repeatmerged=nosrc=php5. First big blocker is that
- suhosin is still not available for php 5.4 ..will try to find out where
- development is on that next.
+ agreement with this, and I will rally some testers.  Here is a list of
+ bugs already found in Debian as part of their 5.4 transition:
+ http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=php54;users=pkg-php-
+ ma...@lists.alioth.debian.org. First big blocker is that suhosin is
+ still not available for php 5.4 ..will try to find out where development
+ is on that next.
+ 
+ There is a PPA with up-to-date version of PHP 5.4.0 for lucid - oneiric:
+ https://launchpad.net/~ondrej/+archive/php5 and people are already using
+ it. (I already had some user base).
  
  Work items:
  [ubuntu-server] In january, assess situation based on Debian status and 
decide 5.4 or 5.3 then: DONE
  [clint-fewbar] maintain a merged 5.4 in a PPA  ( ppa:clint-fewbar/php5 ) : 
DONE
  [clint-fewbar] setup rebuilds for extensions that build-dep on php5-dev: 
INPROGRESS
- [clint-fewbar] setup backport for lucid to allow wider PHP 5.4 testing before 
the upgrade: POSTPONED
+ [ondrej] setup backport for lucid to allow wider PHP 5.4 testing before the 
upgrade: DONE
  
  Question:
  Does this require discussion or just rubber stamping? -- Daviey
  
  Answer:
  It is not entirely clear whether 5.4.0 will be sufficiently similar to 5.3.x 
to include in this release. The more conservative approach is just to ship 
5.3.9 or 5.3.10 and leave 5.4.0 for 12.10, but the PHP community is interested 
in weighing in on the issue and I'd also like to hear the security team's take 
on the matter.
  
   * provide packages for both precise and lucid in the ppa (or 
lucid-backports) so people can test before upgrade
   * provide rebuilt extensions against the new ABI
  
  Question:
  With both PHP 5.4.0 final and Ubuntu 12.04 Beta 1 released today, is it 
correct to assume that the chances of PHP 5.4 being shipped with Ubuntu 12.04 
are basically non existant? -Clemens

-- 
PHP 5.4 for Ubuntu 12.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54

-- 
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 950525] Re: Packages Missing in both php5 and php5.3 folders since March 6th

2012-03-08 Thread Ondřej Surý
Hi Hone,

could you please explain what do you mean?

O.

** 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/950525

Title:
  Packages Missing in both php5 and php5.3 folders since March 6th

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/950525/+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 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-09 Thread Ondřej Surý
Updated.

It would be nice if somebody could try to recompile all reverse Build-
depends in Ubuntu (and start pulling fixes from Debian + upstream).

I will not have a time for that in next week or two.

-- 
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/948156

Title:
  Include PHP 5.4 to Ubuntu 12.04  release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 875262] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'

2012-03-10 Thread Ondřej Surý
Just a note:

php 5.4 has dropped [ -x ... ] and also has a new module manager.

-- 
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/875262

Title:
  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20090626+lfs/sqlite.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/875262/+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 953081] Re: libapache2-mod-php5 postinst script does not enable module

2012-03-14 Thread Ondřej Surý
Fixed in cbdf7c2. Feel free to pull. I am probably going to update php5
in unstable after it migrates to testing.

-- 
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/953081

Title:
  libapache2-mod-php5 postinst script does not enable module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/953081/+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 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-14 Thread Ondřej Surý
Transition status in Debian:

- Most packages binNMUable

Rest:
ming - patch needed; NMUed (already in Unstable)
ossp-uuid - upstream fix needed; going to drop php5-uuid (no rev-dep); will NMU 
DELAYED/5 soon, wrote maintainer yesterday
php-auth-pam - RM requested
php-imlib - patch needed; NMU DELAYED/5
php-suhosin - upstream fix needed; ETA unknown
xdebug - upstream fix in 2.2rc1; ETA: this weekend
zeroc-ice - upstream fix pulled; NMU DELAYED/5
graphviz - patch needed; NMU DELAYED/5
poker-network - upstream broken for other reasons (Python transition; not in 
testing)
ffmpeg-php - upstream broken for other reasons (FTBFS with ffmpeg 0.6; not in 
testing)

I think it should be almost safe for Ubuntu to pull PHP 5.4

-- 
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/948156

Title:
  Include PHP 5.4 to Ubuntu 12.04  release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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


Re: [Bug 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-14 Thread Ondřej Surý
On Wed, Mar 14, 2012 at 18:50, Clint Byrum cl...@fewbar.com wrote:
 Thanks Ondrej. I feel pretty good that we should be capable of pushing
 5.4.0 into 12.04 if we can move soon (next 7 days or so). I am waiting
 for information on Suhosin (upstream seems to have gone silent.. maybe I
 missed where they decided not to ship Suhosin for 5.4 at all?) and

Jan Wagner (maintainer of php-suhosin) told me, that he got response
from Stefan, that he will update suhosin for PHP 5.4 after the
release. But no more information after that. And the
https://github.com/stefanesser/suhosin has been also silent. Who
knows...

But he is obviously alive: https://github.com/stefanesser/.ipa-PIE-
Scanner

 whether or not we are willing to ship without it.

Well, maybe you can ship without and then release a security update
with suhosin updated?

 You received this bug notification because you are subscribed to php5 in
 Ubuntu.
 https://bugs.launchpad.net/bugs/948156

 Title:
  Include PHP 5.4 to Ubuntu 12.04  release

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


-- 
Ondřej Surý ond...@sury.org

-- 
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/948156

Title:
  Include PHP 5.4 to Ubuntu 12.04  release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 955681] Re: php5-common's /etc/cron.d/php5 session expiration can go crazy

2012-03-15 Thread Ondřej Surý
*** This bug is a duplicate of bug 876387 ***
https://bugs.launchpad.net/bugs/876387

It's a bug in fuser and was fixed in recent psmisc, see the report
#876387.

** This bug has been marked a duplicate of bug 876387
   fuser forking uncontrollably in cron job

-- 
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/955681

Title:
  php5-common's /etc/cron.d/php5 session expiration can go crazy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/955681/+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 963301] Re: php5 crashed with SIGSEGV when i was compiling XDebug using pear

2012-03-23 Thread Ondřej Surý
** Package changed: php5 (Ubuntu) = xdebug (Ubuntu)

-- 
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/963301

Title:
  php5 crashed with SIGSEGV when i was compiling XDebug using pear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdebug/+bug/963301/+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 876387] Re: fuser forking uncontrollably in cron job

2012-04-25 Thread Ondřej Surý
 Yes confirmed on Ubuntu 11.10 running 3.0.0-17-generic kernel and PHP
5.3.6-13ubuntu3.6 with Suhosin-Patch (cli) (built: Feb 11 2012
03:26:01).

And ... have you tried installing fixed psmisc as told several times in
this bug report?

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 988963] Re: Fatal PHP error if class/interface name has letter 'I' and locale set to tr_TR.utf8

2012-04-29 Thread Ondřej Surý
This is a known bug:
https://bugs.php.net/bug.php?id=18556

** Bug watch added: bugs.php.net/ #18556
   http://bugs.php.net/bug.php?id=18556

-- 
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/988963

Title:
  Fatal PHP error if class/interface name has letter 'I' and locale set
  to tr_TR.utf8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/988963/+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 991849] Re: package php5-cli 5.3.10-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-02 Thread Ondřej Surý
** Package changed: php5 (Ubuntu) = debconf (Ubuntu)

-- 
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/991849

Title:
  package php5-cli 5.3.10-1ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/991849/+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 876387] Re: fuser forking uncontrollably in cron job

2012-05-13 Thread Ondřej Surý
@Phillip Kleinhenz: It's fixed in psmisc from 22.15-2 (as mentioned
above in my posts).

So yes, it is fixed in precise: http://packages.ubuntu.com/psmisc

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 1000716] Re: Package phpapi-20090626 Missing LTS 12.0

2012-05-17 Thread Ondřej Surý
There seems to be some general problem with your system, since both php5
post-inst scripts segfaulted (exit status 139):

 dpkg: error processing php5-fpm (--configure):
  subprocess installed post-installation script returned error exit status 139
 Setting up libapache2-mod-php5 (5.3.10-1ubuntu3.1) ...
 No apport report written because MaxReports is reached already
   dpkg: error 
 processing libapache2-mod-php5 (--configure):
  subprocess installed post-installation script returned error exit status 139


I would suggest to check your system for general health (e.g. run at least 
memcheck).

It is definitely not a bug in php5 and the description is also invalid.

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

** Summary changed:

- Package phpapi-20090626 Missing LTS 12.0
+ libapache2-mod-php5/php5-fpm post-inst script segfaults (exit status 139)

-- 
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/1000716

Title:
  libapache2-mod-php5/php5-fpm post-inst script segfaults (exit status
  139)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1000716/+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 1002443] Re: php5-fpm exposes full ubuntu package version in headers

2012-05-22 Thread Ondřej Surý
I think that full version number is important and we will gain no extra
security by hiding it by default, just more pain when debugging. You
always have an option to disable the headers yourself, if you think it
will gain you any extra security.

** Bug watch added: Debian Bug tracker #582204
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582204

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582204
   Importance: Unknown
   Status: Unknown

-- 
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/1002443

Title:
  php5-fpm exposes full ubuntu package version in headers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1002443/+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 1002886] Re: libapache2-mod-php5 blows up on upgrade

2012-05-22 Thread Ondřej Surý
'exit status 139' is a segmentation fault and there's virtually nothing
in the postinst script which should segfault.

Please check your memory using memcheck (f.e. from Ubuntu CD)

** 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/1002886

Title:
  libapache2-mod-php5 blows up on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1002886/+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 1014044] Re: PHP5-FPM not reporting errors to web server (nginx)

2012-06-19 Thread Ondřej Surý
** Bug watch added: Debian Bug tracker #677994
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677994

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677994
   Importance: Unknown
   Status: Unknown

-- 
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/1014044

Title:
  PHP5-FPM not reporting errors to web server (nginx)

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1014044/+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 1024355] Re: package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 4

2012-07-14 Thread Ondřej Surý
It's not fixed yet, because I am not sure how to fix this and keep my
sanity :).

-- 
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/1024355

Title:
  package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1024355/+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 1024355] Re: package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 4

2012-07-20 Thread Ondřej Surý
Ok, fixed now, and I have asked for unblock, so it will hit the testing
hopefully soon.

-- 
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/1024355

Title:
  package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1024355/+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 1024355] Re: package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 4

2012-07-20 Thread Ondřej Surý
Just a note - my comment about being fixed applies to Debian 5.4.4-3
version and was mainly directed at Clint.

-- 
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/1024355

Title:
  package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1024355/+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 1024355] Re: package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 4

2012-07-20 Thread Ondřej Surý
** Changed in: php5 (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
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/1024355

Title:
  package php5-mysqlnd 5.4.4-1ubuntu1 failed to install/upgrade:
  subprocess post-installation script returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1024355/+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 1006738] Re: php5-fpm segfaults with error 4 in libc-2.15.so

2012-08-07 Thread Ondřej Surý
Better would be to pull 5.4.4-4 which already includes more complete fix
from upstream git.

-- 
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/1006738

Title:
  php5-fpm segfaults with error 4 in libc-2.15.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1006738/+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 948156] Re: Please merge PHP 5.4 from Debian

2012-08-07 Thread Ondřej Surý
PHP 5.4 changes API, so a PHP backport would need to also to backport
all it's rev-deps and this is quite a major task.

I don't think it's feasible to officially maintain such a huge backport
(the other thing is my PPA which includes PHP 5.4 backport including
some of it's reverse dependencies people has asked for.)

-- 
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/948156

Title:
  Please merge PHP 5.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 948156] Re: Please merge PHP 5.4 from Debian

2012-08-10 Thread Ondřej Surý
http://wiki.debian.org/PHP/54Transition

-- 
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/948156

Title:
  Please merge PHP 5.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 948156] Re: Please merge PHP 5.4 from Debian

2012-08-29 Thread Ondřej Surý
@Leo: No, and although I am not a Ubuntu PHP maintainer I have already
explained why this won't happen in precise. API and ABI changes are
quite major to _just_ backport package like that.

-- 
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/948156

Title:
  Please merge PHP 5.4 from Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/948156/+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 1046330] Re: Incorrect crypt() function behavior

2012-09-10 Thread Ondřej Surý
As a temporary workaround, you can just strip salt to 9 characters. The
fix is fairly simple, and I'll prepare a patch later today.

-- 
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/1046330

Title:
  Incorrect crypt() function behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1046330/+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 1069138] Re: After upgrading to 12.10 I can't install PHP 5.3

2012-10-22 Thread Ondřej Surý
The distributions (Ubuntu and Debian) provide only the latest upstream
release. You should upgrade to PHP 5.4, or you will have to compiled PHP
from sources if you want to use 5.3.x version (which is being phased out
by upstream).

This is actually not a bug, but a request for a feature which is not
generaly available in Debian/Ubuntu.

Ondrej

** 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/1069138

Title:
  After upgrading to 12.10 I can't install PHP 5.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1069138/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-09 Thread Ondřej Surý
Just also uninstall php5 package, so it doesn't pull libapache2-mod-php5
as default dependency.

** 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/1076489

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Ondřej Surý
You seem to mix PHP 5 (as in the interpreter) and php5 meta-package.

It would be nice to at least read the description of the packages you
are reporting bugs to:

--cut here--
Description: server-side, HTML-embedded scripting language (metapackage)
 This package is a metapackage that, when installed, guarantees that you
 have at least one of the four server-side versions of the PHP5 interpreter
 installed. Removing this package won't remove PHP5 from your system, however
 it may remove other packages that depend on this one.
--cut here--

There is no bug here, if you want to use php5 without web server feel
free to remove php5 meta-package and install php5-cli package.

-- 
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/1076489

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 876387] Re: fuser forking uncontrollably in cron job

2012-11-13 Thread Ondřej Surý
 Me too.

If you really feel the urge to write Me too. (instead of just clicking
at the top of the page), please at least provide some useful
information.

The version of Ubuntu, it's architecture, version of PHP 5 packages
(php5-common should suffice) and version of psmisc package.

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 876387] Re: fuser forking uncontrollably in cron job

2012-11-27 Thread Ondřej Surý
Ben,

could you try replacing the standard cron-job with this script:

-- cut here --
#!/bin/sh

# first find all used files and touch them (hope it's not massive
amount of files)
lsof -w -l +d /var/lib/php5 | awk -e '{ if (NR  1) { print  $9; } }'
| xargs -i touch -c {}

# find all files older then maxlifetime
find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f
-ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) -delete
-- cut here --

It takes other approach which should be lighter to the system, but I
need a confirmation from users before I apply it to Debian package (and
before it gets pulled to Ubuntu).

Ondřej

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 876387] Re: fuser forking uncontrollably in cron job

2012-11-29 Thread Ondřej Surý
This modification to cron job has been uploaded as php5 5.4.9-2~dist+1
into my PHP5 PPA.

-- 
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/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread Ondřej Surý
 error: /tmp/pear/temp/idn/idn.c:221:1 error: unknown type name
'function_entry'

That's a problem with IDN module, not with PHP. It has to be updated to
use new function.

P.S.: Don't use caps, it's considered rude.

** Changed in: php5 (Ubuntu)
   Status: New = 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/1083513

Title:
  installation IDN on PECL at PHP  5.3 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1083513/+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 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread Ondřej Surý
P.S.: You need to change function_entry to zend_function_entry and
each pval to zval.

-- 
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/1083513

Title:
  installation IDN on PECL at PHP  5.3 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1083513/+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 1086328] Re: package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade: package php5-common is already installed and configured

2012-12-04 Thread Ondřej Surý
Not a bug in php5, your dpkg database looks broken.

** Package changed: php5 (Ubuntu) = dpkg (Ubuntu)

-- 
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/1086328

Title:
  package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade:
  package php5-common is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1086328/+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 1089982] Re: Dependency Problem php5-common (= 5.3.10-1ubuntu3)

2012-12-13 Thread Ondřej Surý
Add security also for universe, e.g. your apt sources list should have:

deb http://security.ubuntu.com/ubuntu precise-security main restricted
universe multiverse

and not only

deb http://security.ubuntu.com/ubuntu precise-security main restricted

O.

** Changed in: php5 (Ubuntu)
   Status: New = 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/1089982

Title:
  Dependency Problem php5-common (= 5.3.10-1ubuntu3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1089982/+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 1090255] Re: Missing mysqlnd_ms package

2012-12-14 Thread Ondřej Surý
mysql_ms is a PECL extension and not included in a standard php5
distribution (http://php.net/manual/en/mysqlnd-ms.installation.php).
Marking as invalid.

Please read how to request new packages (preferably use the through-the-
Debian way): https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages

** 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/1090255

Title:
  Missing mysqlnd_ms package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1090255/+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 1090992] Re: Strict Standards: Redefining already defined constructor for class HTML_CSS in /usr/share/php/HTML/CSS.php on line 306

2012-12-16 Thread Ondřej Surý
There's no HTML_CSS pear package, so you need to fill the bug directly
with upstream at pear.php.net.

** Changed in: php5 (Ubuntu)
   Status: New = 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/1090992

Title:
   Strict Standards: Redefining already defined constructor for class
  HTML_CSS in /usr/share/php/HTML/CSS.php on line 306

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1090992/+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 771662] Re: php5 segfault when zend guard loader used

2011-04-27 Thread Ondřej Surý
I guess it's the same problem as with Zend Optimizer (see Debian
bugreport) - you should ask your vendor to provide LFS version of Zend
Guard to be used with Debian/Ubuntu LFS version.

** Bug watch added: Debian Bug tracker #402181
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402181

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402181
   Importance: Unknown
   Status: Unknown

-- 
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/771662

Title:
  php5 segfault when zend guard loader used

-- 
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 774214] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-30 Thread Ondřej Surý
Not a bug in php5 itself, but a debconf database got locked somewhere...

** Package changed: php5 (Ubuntu) = debconf (Ubuntu)

-- 
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/774214

Title:
  package libapache2-mod-php5 5.3.5-1ubuntu7.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

-- 
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 775596] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.1 failed to install/upgrade: ErrorMessage: underproces installerede post-installation-script returnerede afslutningsstatus 1

2011-05-02 Thread Ondřej Surý
** Package changed: php5 (Ubuntu) = debconf (Ubuntu)

-- 
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/775596

Title:
  package libapache2-mod-php5 5.3.5-1ubuntu7.1 failed to
  install/upgrade: ErrorMessage: underproces installerede post-
  installation-script returnerede afslutningsstatus 1

-- 
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 774452] Re: php-pear: pecl install reports Call to undefined method PEAR::raiseErro()

2011-05-04 Thread Ondřej Surý
Just pull aea525085794 from Debian PHP GIT.

-- 
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/774452

Title:
  php-pear: pecl install reports Call to undefined method
  PEAR::raiseErro()

-- 
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 781581] Re: package php5-cli 5.2.10.dfsg.1-2ubuntu6.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2011-05-12 Thread Ondřej Surý
Again the debconf database is at fault.

** Package changed: php5 (Ubuntu) = debconf (Ubuntu)

-- 
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/781581

Title:
  package php5-cli 5.2.10.dfsg.1-2ubuntu6.10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

-- 
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 744371] Re: PHP5-FPM doesn't always restart on 10.10

2011-05-12 Thread Ondřej Surý
Just as a side note: I don't think that Debian is affected, because
do_stop tries really hard to kill everything...

-- 
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/744371

Title:
  PHP5-FPM doesn't always restart on 10.10

-- 
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 312493] Re: Not possible to run PHP in a multiuser and secure way

2011-05-12 Thread Ondřej Surý
I think this bug can be closed. apache2-mod-itk, cgi, fastcgi and now
FPM SAPI is a way how to solve this problem.

-- 
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/312493

Title:
  Not possible to run PHP in a multiuser and secure way

-- 
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 423071] Re: PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

2011-05-12 Thread Ondřej Surý
I don't think there's a bug in PHP5 here, if the apache2 is getting
installed then it's a bug in APT resolving the dependencies somewhere.

Also it _is_ documented:
 This package is a meta-package that, when installed, guarantees that you
 have at least one of the four server-side versions of the PHP5 interpreter
 installed. Removing this package won't remove PHP5 from your system, however
 it may remove other packages that depend on this one.

And there's no bug in 9.10 - this is normal behaviour. If you run apt-
get install php5 it will install the first alternative dependency. If
you did apt-get install php5 php5-cgi then it would work.

-- 
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/423071

Title:
  PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

-- 
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 574685] Re: php5-cgi installs duplicate executables, should use symlink

2011-05-12 Thread Ondřej Surý
It's not the same - the (sha1sum also says so)

Snippet from debian/rules:

   cd cgi-build  $(MAKE)  mv sapi/cgi/php-cgi sapi/cgi/cgi-
bin.php5

# Dirty hack to not rebuild everything twice
  
cd cgi-build/main  \
sed -i -e 's/FORCE_CGI_REDIRECT 1/FORCE_CGI_REDIRECT 0/' \
   -e 's/DISCARD_PATH 0/DISCARD_PATH 1/' php_config.h  \
sed -i -e 
's/--enable-force-cgi-redirect/--enable-discard-path/' build-defs.h  \
touch ../../ext/standard/info.c  \
touch ../../sapi/cgi/cgi_main.c

cd cgi-build  $(MAKE)  mv sapi/cgi/php-cgi
sapi/cgi/usr.bin.php5-cgi


** 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/574685

Title:
  php5-cgi installs duplicate executables, should use symlink

-- 
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 783480] [NEW] Invalid multiarch patch

2011-05-16 Thread Ondřej Surý
Public bug reported:

Binary package hint: php5

The temporary-path-fixes-for-multiarch.patch contains this line:

+  test -f
$i/$PHP_LIBDIR/$DEB_HOST_MULTIARCH/libXpm.$SHLIB_SUFFIX_NAME 
GD_XPM_DIR=$i  break+  test -f
$i/$PHP_LIBDIR/$DEB_HOST_MULTIARCH/libXpm.$SHLIB_SUFFIX_NAME 
GD_XPM_DIR=$i  break

which is invalid (it's cutpastepaste).

Also the patch removes the ability to link in non-multiarch environment.
I will provide a new patch after I get ack that it builds fine on non-
natty release.

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/783480

Title:
  Invalid multiarch patch

-- 
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 783480] Re: Invalid multiarch patch

2011-05-16 Thread Ondřej Surý
I want to wait to php5 to migrate to testing, so it will be mysql5.1
waiting time (5 days) + php5 waiting time (~10 days). But I don't have
any big changes pending in the git (see below), so it might as well be
after 5.3.7 is released.

3bc878808540e48af43af95a67984fdec24d423e Pull (and fix broken patch) multiarch 
workaround from Ubuntu natty
9f417e2b859cb5b56c48ee4f9d9cb4921a44b32b Bump standards version to 3.9.2
1633cbf200f2871057cd319b78f7038c97d56080 Update cron.d code to even safer 
variant (Courtesy of Bob Proulx)

-- 
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/783480

Title:
  Invalid multiarch patch

-- 
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 783480] Re: Invalid multiarch patch

2011-05-16 Thread Ondřej Surý
You can go ahead and fetch 9759a6a2 from Debian Git, it includes updated
temporary-path-fixes-for-multiarch.patch (or it is attached here).

You can check if it builds in my PHP5 PPA:
https://launchpad.net/~ondrej/+archive/php5/+packages

But natty does build it ok as well as Debian unstable (at least it is
still building).

** Patch added: temporary-path-fixes-for-multiarch.patch
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/783480/+attachment/2131013/+files/temporary-path-fixes-for-multiarch.patch

-- 
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/783480

Title:
  Invalid multiarch patch

-- 
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 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-19 Thread Ondřej Surý
Yay, that's a way to go. Insult all the people who could possibly help
you.

I don't see any bug here. If you really don't have any other machine and
you have to do the bad thing called mixing production and development
environment then you can use debootstrap to create chroot to isolate
the build environment. Or better you pbuilder or cowbuilder, which are
specifically created to solve this problem.

-- 
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/809400

Title:
  Cannot compile any version of PHP I want on Lucid due to dependencies
  in apache2-prefork-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/809400/+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 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-19 Thread Ondřej Surý
There's no bug in default Ubuntu, the mix'n'match you described isn't
supported by any sane distribution.

** Changed in: php5 (Ubuntu)
   Status: New = 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/809400

Title:
  Cannot compile any version of PHP I want on Lucid due to dependencies
  in apache2-prefork-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/809400/+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 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-24 Thread Ondřej Surý
 If you know of a better AND simpler way for the thousands of server
 admins like me who need to install the PHP 5.2.X and PHP GD library on
 Lucid, PLEASE let us know as it would benefit us all. I know you do not
 want people posting bug reports about this stuff, and we don't want to
 have to bang our heads on the desk this many times to just get it to
 work.

I already did, use the pbuilder or separate build machine.

There are too many options after that. I would recommend checking out
the php5 packaging git repository available at:
http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=summary and build
the package using git-buildpackage. Some instructions are available at
http://wiki.debian.org/PHP/GitUsage.

However there's a major problem and that's security. The latest 5.2.x
available is 5.2.10 and you should really update it to 5.2.17 to get at
least some security updates. It's not that big deal, but it takes some
time. You will have to adjust the Debian patches (using quilt push 
quilt refresh + some manual editing).

You also have the same problem with karmic php5 which is also obsolete
and unmaintained.

If you need less generic help than that, send me an email, I'm sure we
can arrange something.

-- 
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/809400

Title:
  Cannot compile any version of PHP I want on Lucid due to dependencies
  in apache2-prefork-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/809400/+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 809400] Re: Cannot compile any version of PHP I want on Lucid due to dependencies in apache2-prefork-dev

2011-07-25 Thread Ondřej Surý
I am afraid you'll have to use the Google, I don't know of any FAQs or
wikis apart from those I already sent you, so that's exactly what I
would have to do.

-- 
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/809400

Title:
  Cannot compile any version of PHP I want on Lucid due to dependencies
  in apache2-prefork-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/809400/+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 815776] Re: Unit tests inside PEAR packages need to go into /usr/share/php-test, not /usr/share/php/tests

2011-07-25 Thread Ondřej Surý
Could you please fill this bug with Debian? It would help me very much
to not forget about this issue and since Ubuntu generally pulls most of
the PHP packaging from Debian, it would be fixed in the Ubuntu at the
same time.

Thanks,
O.

-- 
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/815776

Title:
  Unit tests inside PEAR packages need to go into /usr/share/php-test,
  not /usr/share/php/tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/815776/+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 811273] Re: FTBFS due to libpng (and lesser libjpeg)

2011-08-19 Thread Ondřej Surý
Michael,

the 5.3.7 should be OK. The upstream has changed the .m4 macros to check
just for headers.

O.

-- 
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/811273

Title:
  FTBFS due to libpng (and lesser libjpeg)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+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


Re: [Bug 240519] Re: sybase_* functions missing in php5-sybase for hardy

2008-06-18 Thread Ondřej Surý
http://us3.php.net/manual/en/aliases.php


 That doc clearly says that the mssql_* functions are the aliases. How
 can you leave in the alias functions and remove the masters? I don't
 even understand how that's possible, much less desirable.


This document is wrong. Feel free to report bug at php. It's true for
sybase_ct extension, but not for mssql based function. Anyway I thought that
Steve aliased sybase_* to mssql_* when he made this transition in Debian. I
wonder why he hasn't do it.


 I've counted on Ubuntu packages for years, but if the directive is to
 now treat complete feature removal with so little care or oversight,
 then I'll have to look elsewhere for my server platforms.


Please don't be hysterical. Attached patch should do the trick. For now you
can just download php sources, go to ext/mssql, apply patch, install
php5-dev, run phpize  configure  make  make install. Full recompile of
php is not neccessary.

BIG WARNING: I didn't test the patch. Use at own risk, I don't even now if
it compiles (it should, but who knows).


-- 
Ondřej Surý [EMAIL PROTECTED]

** Attachment added: unnamed
   http://launchpadlibrarian.net/15414448/unnamed

** Attachment added: php_mssql.c.patch
   http://launchpadlibrarian.net/15414449/php_mssql.c.patch

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 227464] Re: Please roll out security fixes from PHP 5.2.6

2008-08-06 Thread Ondřej Surý
People, could you stop chatting about issues unrelated to this bug?
There are plenty people who are subscribed to this bug. Take this to
some relevant mailling list pretty please.

-- 
Please roll out security fixes from PHP 5.2.6
https://bugs.launchpad.net/bugs/227464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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


Re: [Bug 240519] Re: sybase_* functions missing in php5-sybase for hardy

2008-09-29 Thread Ondřej Surý
Speaking with my debian php maintainer hat.

If you are able to install non-free sybase libraries, you are also
able to install php5-dev and run phpize  make  make install
in sybase_ct directory.

Ie. if you want to use non-free libraries, you cannot expect help
from package distributors.

O.

2008/9/29 knb [EMAIL PROTECTED]:
 The common dependency of both sybase mad mssql Vendor Specific Database 
 Extensions on FreetTDS libs  might be advantageous for the package developer 
 or maintainer, but it  has disadvantages for the library users:
 - if I remove  the Sybase DB  Extension using synaptic, I also lose the MSSQL 
 Server connectivity.
 - it is still confusing to be forced to connect to a sybase database using 
 mssql_connect(), or to call a mssql server with sybase_connect() . - it took 
 me some time to understand the whole issue. However it is next to impossible 
 to communicate the situation to other web developers and new colleagues.

 And what will happen if the FreeTDS developer(s) decided someday to drop
 compatibility for one of the server types, or too fork development?

 Instead of using freetds,  a linux user can still install the original C 
 Client libraries from Sybase. As part of the ASE DB server developer 
 trial-edition/expres-edition, these libraries are available for free but not 
 as open-source from Sybase in 32bit and 64 bit versions.
 (The 32-bit header files are available also free of charge from Sybase, 
 whereas the 64 bit versions  of the header files aren't. Here it is indeed an 
 advantage to have a basic 64bit FreetTDS-based sybase client that works)

 Seems that I have to do my php with-sybase-ct development on a different
 machine, than my unix box.

 --
 sybase_* functions missing in php5-sybase for hardy
 https://bugs.launchpad.net/bugs/240519
 You received this bug notification because you are subscribed to php5 in
 ubuntu.



-- 
Ondřej Surý [EMAIL PROTECTED]

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 257892] Re: PHP (Cli) generates invalid output when it exceeds 4kB

2008-11-13 Thread Ondřej Surý
 The only other strange thing is that my build is 2 minutes later than
yours for php. Is something funny going on there.

Different architectures?

-- 
PHP (Cli) generates invalid output when it exceeds 4kB
https://bugs.launchpad.net/bugs/257892
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 257892] Re: PHP (Cli) generates invalid output when it exceeds 4kB

2008-11-14 Thread Ondřej Surý
I don't care what machine you have. Have you installed 32-bit or 64-bit
arch?  Run dpkg --print-architecture and append output here.

-- 
PHP (Cli) generates invalid output when it exceeds 4kB
https://bugs.launchpad.net/bugs/257892
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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


  1   2   3   4   >