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

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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

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

[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

[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

[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

[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

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

[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

[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

[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

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

[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

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

[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

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

[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

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

[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

[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

[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

[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

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

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

[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

[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

[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

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

[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

[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

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

[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

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

2012-03-14 Thread Ondřej Surý
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

[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

[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

[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

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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

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

[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

[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

[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

[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

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

[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

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

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

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

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

[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

[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

[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()

[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

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

[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

[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

[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

[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

[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

[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

[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

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

[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

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

[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

[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

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

2008-06-18 Thread Ondřej Surý
. 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

[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

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

2008-09-29 Thread Ondřej Surý
://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

[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

[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

  1   2   3   4   >