[Bug 579809] Re: acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted

2010-05-13 Thread Ondřej Surý
** Bug watch added: bugs.php.net/ #51740 http://bugs.php.net/bug.php?id=51740 ** Also affects: php via http://bugs.php.net/bug.php?id=51740 Importance: Unknown Status: Unknown -- acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted https://bugs.launchpad.net/bugs/579809 You

[Bug 394385] Re: [needs-packaging] php packages need update to 5.3

2010-03-09 Thread Ondřej Surý
5.3.2-1 is on it's way. I recommend FFE for lucid, since MediaWiki is broken with 5.3.1. -- [needs-packaging] php packages need update to 5.3 https://bugs.launchpad.net/bugs/394385 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 534550] Re: lucid: php5 API is outdated

2010-03-09 Thread Ondřej Surý
php-config (from php5-dev 5.3.1-5ubuntu1) in lucid reports phpapi just fine. It's some local mess created by combining karmic and lucid. Ondrej ** Changed in: php5 (Ubuntu) Status: Incomplete => Invalid -- lucid: php5 API is outdated https://bugs.launchpad.net/bugs/534550 You received th

[Bug 531555] Re: php5-cli isn't compiled with SQLite support

2010-03-03 Thread Ondřej Surý
See php5-sqlite package. ** Changed in: php5 (Ubuntu) Status: New => Invalid -- php5-cli isn't compiled with SQLite support https://bugs.launchpad.net/bugs/531555 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 539663] Re: FFE for php 5.3.2

2010-03-23 Thread Ondřej Surý
> OK, so admittedly I still don't understand what this patch is doing Me neither, but my guess is that upstream don't understand it too, since lock_flag is unused variable (greped in whole src tree): ./main/streams/plain_wrapper.c: int lock_flag; /* stores the lock state */ ./ma

[Bug 196903] Re: php5-mysql and pdo / pdo_mysql causes php to segfault, apache2 fails to start

2010-03-23 Thread Ondřej Surý
Why did you installed pdo_mysql from pecl anyway? php5-mysql includes pdo_mysql.so: http://packages.ubuntu.com/karmic-updates/amd64/php5-mysql/filelist The thing is that if you mess with linking libraries yourself (and then rewriting some of them via package), then most times you're on your own.

[Bug 545739] Re: lucid - php not parsed in user directory

2010-03-24 Thread Ondřej Surý
>From NEWS.Debian: php5 (5.3.1-3) unstable; urgency=low * mod_php disabled in userdirs. The default Debian libapache2-mod-php5 package now disables the PHP engine on ~/public_html directories when mod_userdir is enabled, for security reasons. Although discouraged, it can be re-enabled b

[Bug 545739] Re: lucid - php not parsed in user directory

2010-03-24 Thread Ondřej Surý
Also we have added comment to libapache2-mod-php5.conf to 5.3.2-1: SetHandler application/x-httpd-php SetHandler application/x-httpd-php-source # To re-enable php in user directories comment the following lines # (from to .) Do NOT set it to On as it

[Bug 548970] Re: [lucid] php5-cgi crashes when attempting to load page

2010-03-26 Thread Ondřej Surý
Looks like it didn't crash. It was stopped by suhosin patch, could we please get full log message of: sendto(5, "<9>suhosin[9409]: ALERT - canary"..., 182, 0, NULL, 0) = 182 ? -- [lucid] php5-cgi crashes when attempting to load page https://bugs.launchpad.net/bugs/548970 You received this bug n

[Bug 521038] [NEW] Backspace deletes all input

2010-02-12 Thread Ondřej Surý
Public bug reported: Binary package hint: gcalctool This is regression from Ubuntu Karmic. gcalctool started to delete all entered input when backspace is pressed, e.g. if I type 2+1+34+2+1 and press BKSP I get empty input When downgraded to 5.28.2-0ubuntu1 it deletes just last entered digit, e

[Bug 521038] Re: Backspace deletes all input

2010-02-12 Thread Ondřej Surý
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39102148/Dependencies.txt ** Attachment added: "ProcEnviron.txt" http://launchpadlibrarian.net/39102150/ProcEnviron.txt -- Backspace deletes all input https://bugs.launchpad.net/bugs/521038 You received this bug notific

[Bug 521038] Re: Backspace deletes all input

2010-02-15 Thread Ondřej Surý
kbmap used is: us and cz locale: LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_CTYPE=cs_CZ.UTF-8 LC_NUMERIC=cs_CZ.UTF-8 LC_TIME=cs_CZ.UTF-8 LC_COLLATE=cs_CZ.UTF-8 LC_MONETARY=cs_CZ.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=cs_CZ.UTF-8 LC_NAME=cs_CZ.UTF-8 LC_ADDRESS=cs_CZ.UTF-8 LC_TELEPHONE=cs_CZ.UTF-8 L

[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-22 Thread Ondřej Surý
Chuck, I know that you are probably overloaded, but I guess simple dpkg -L php5-ldap wouldn't hurt before replying with boilerplate answer. r...@howl:/# dpkg -L php5-ldap /. /usr /usr/share /usr/share/doc /usr/share/doc/php5-ldap /usr/share/doc/php5-ldap/copyright EOF Also it would be good if yo

[Bug 539663] Re: FFE for php 5.3.2

2010-03-22 Thread Ondřej Surý
The change should be fairly safe, since it's inside php _close function. flock locks should be release on fclose() on fd, and lock flag is set to LOCK_UN on next _fdopen_ call. I do however urge you to cause extra caution when doing the FFE and not ignore lintian errors such as in #544052, which w

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-03-22 Thread Ondřej Surý
I have updated the debbug411982.patch to compile cleanly after evaluating commited postgresql-8.4 code and consequences of pq_lockarray not freed (previous patch had a typo s/pqlockarray/pq_lockarray/). ** Patch added: "Updated patch to fix crash" http://launchpadlibrarian.net/41668113/debbug41

[Bug 394385] Re: [needs-packaging] php packages need update to 5.3

2009-08-25 Thread Ondřej Surý
People it would be great, if you could contact debian php maintainers before doing double work in Ubuntu. There are more known problems in php5.3 from experimental which needed to be fixed and are causing segfaults (timezone, gd). We are currently thinking about pushing php 5.3 packages to unstab

[Bug 315507] Re: Unable to remove Suhosin patch

2009-08-26 Thread Ondřej Surý
Hi, just a note. New suhosin patch for 5.3 will be more customizable: The following environment variables are supported by now: SUHOSIN_MM_USE_CANARY_PROTECTION default: 1 Set to 0 to disable canary protection. A copy of the MM will be used that does not have canaries. This is nearly the same a

[Bug 315507] Re: Unable to remove Suhosin patch

2009-08-26 Thread Ondřej Surý
Jonathan, I am able to reproduce the bug. odbc extension is obviously broken as hell :( If you do only odbc_connect in the script it freezes. I'll look into possibility of backporting odbc/pdo_odbc from 5.2.10 upstream. Ondrej -- Unable to remove Suhosin patch https://bugs.launchpad.net/bugs/

[Bug 315507] Re: Unable to remove Suhosin patch

2009-08-26 Thread Ondřej Surý
** Attachment added: "Patch to update ext/odbc to 5.2.10" http://launchpadlibrarian.net/30849919/ext-odbc-5.2.6-5.2.10.patch -- Unable to remove Suhosin patch https://bugs.launchpad.net/bugs/315507 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 419191] Re: Mailing from php5 module fails when number of Apache VirtualHosts is above +/-1500

2009-08-26 Thread Ondřej Surý
Have checked your memory using memtest? Signal 11 could be a sign that there is something wrong with the hardware. Especially if the same configuration on other host is ok. Another option is to replicate whole server to some virtual (kvm) host and try if it happens there as well. I am afraid that

[Bug 315507] Re: Unable to remove Suhosin patch

2009-08-26 Thread Ondřej Surý
** Attachment added: "Try this patches version of php5-odbc" http://launchpadlibrarian.net/30857837/php5-odbc_5.2.6.dfsg.1-3ubuntu4.2_amd64.deb ** Summary changed: - Unable to remove Suhosin patch + [jaunty] php5-odbc module broken -- [jaunty] php5-odbc module broken https://bugs.launchpad

[Bug 315507] Re: Unable to remove Suhosin patch

2009-08-26 Thread Ondřej Surý
Hi, finally it turned out, that suhosin is not at fault here. But the odbc module is broken (almost beyond repair). I have attached patch to apply in php5 source which fixes the canary mismatch, but odbc module doesn't play well with mysql and mysqli modules, so you'll have to disable them to avo

[Bug 452669] Re: cacti

2009-10-16 Thread Ondřej Surý
According to the (German, argh) log, this is either bug in debconf or in sun-java6 which keeps debconf config database locked. ** Package changed: php5 (Ubuntu) => sun-java6 (Ubuntu) -- cacti https://bugs.launchpad.net/bugs/452669 You received this bug notification because you are a member of Ub

[Bug 74647] Re: php5-gd not using bundled GD library

2009-09-18 Thread Ondřej Surý
Pierre, no I am not getting it. Webpages www.libgd.org seems to be dead, so if you call it fork or proper package, it doesn't really matter, if the library has a upstream maintainer. If you took over maintainership of libgd, maybe it's time to write some roadmap, or at least something into news.

[Bug 428650] Re: PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)

2009-09-18 Thread Ondřej Surý
You don't have to reconfigure. Just restart apache, so new configuration with enabled cURL is read. But I guess we should print out something like: Run '/etc/init.d/apache2 restart' to activate new configuration! after installation. ** Changed in: php5 (Ubuntu) Status: Confirmed => Inva

[Bug 428650] Re: PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)

2009-09-18 Thread Ondřej Surý
Scott, I have tried installing libapache2-mod-php5 (in clear chroot), starting apache2, then installing php5-curl, and everything looks OK. It must be some brokeness in your local setup. If you can reproduce this problem, please do fill separate bug and save your broken /etc/php5 before running dp

[Bug 74647] Re: php5-gd not using bundled GD library

2009-09-18 Thread Ondřej Surý
> It is not dead, watch the commits. We are focusing on 2.1 release. That's indeed a good news. Thanks for the heads up. > I won't have the time to do it. It is in 5.3, if only 5.3 had made it > to the last release. However it could be a definitive *huge* plus for > your users to finally have som

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread Ondřej Surý
Hi, where does this: #2 0x7fb51a1354d2 in xdebug_execute_internal ( current_execute_data=0x7fff2af4ef70, return_value_used=1) at /build/buildd/xdebug-2.0.3/build-php5/xdebug.c:1605 edata = (zend_execute_data *) 0x7fff2af4ef70 fse = (function_stack_entry *) 0x7fb5246ab

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread Ondřej Surý
Hmm, could it be related to https://bugs.launchpad.net/ubuntu/+source/php5/+bug/343870 ? Do you use mysql? -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2009-09-18 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with mysql extension -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You recei

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-01-15 Thread Ondřej Surý
Hi Russell, I have noticed your patch only after I did manually apply 8.4 patch to postgresql-8.3 for Debian bug. Martin, could you please comment either here or in debian bug, since you're maintainer of both Ubuntu and Debian packages? Ondrej -- PHP (cli) exits with a segfault if pg_connect()

[Bug 503396] Re: canary mismatch on efree()

2010-01-11 Thread Ondřej Surý
Hal, are we speaking about php5-suhosin package or just plain libapache2-mod- php5 and your sentence "I've removed suhosin" means that you have recompiled php5 from source and quilt-deleted suhosin patch from series? Those are two different things. Ondrej -- canary mismatch on efree() https://

[Bug 312493] Re: Not possible to run PHP in a multiuser and secure way

2010-01-11 Thread Ondřej Surý
There is a way: a) run php5 as fcgi for each user b) use apache2-mpm-itk You didn't google enough :) -- Not possible to run PHP in a multiuser and secure way https://bugs.launchpad.net/bugs/312493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 394385] Re: [needs-packaging] php packages need update to 5.3

2010-01-11 Thread Ondřej Surý
5.3.1-2 is on it's way to experimental with all changes from 5.2.x branch merged and few more bugfixes (including one from Ubuntu). -- [needs-packaging] php packages need update to 5.3 https://bugs.launchpad.net/bugs/394385 You received this bug notification because you are a member of Ubuntu Bug

[Bug 191251] Re: [needs-packaging] php5-embed

2010-01-11 Thread Ondřej Surý
** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380731 Importance: Unknown Status: Unknown -- [needs-packaging] php5-embed https://bugs.launchpad.net/bugs/191251 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 418220] Re: apache2 crashed with SIGSEGV in pdo_parse_params()

2010-01-11 Thread Ondřej Surý
** Changed in: php5 (Ubuntu) Status: Triaged => Fix Released -- apache2 crashed with SIGSEGV in pdo_parse_params() https://bugs.launchpad.net/bugs/418220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 503396] Re: canary mismatch on efree()

2010-01-11 Thread Ondřej Surý
It's fine with me :), and I understand your concern...I've worked for webhosting company some time ago. I was just asking if you have just removed php5-suhosin (extension) or if you recompiled php5 to disable suhosin patch. http://www.hardened-php.net/suhosin/download.html If you have just remov

[Bug 343870] Re: php-cli segmentation fault with mysql extension

2010-01-12 Thread Ondřej Surý
It has not been fixed in Karmic. Check source codes of mysql-dfsg-5.1-5.1.37 and compare with: http://lists.mysql.com/commits/84864 ** Changed in: mysql-dfsg-5.0 (Ubuntu Karmic) Status: Fix Released => Confirmed -- php-cli segmentation fault with mysql extension https://bugs.launchpad.ne

[Bug 343870] Re: php-cli segmentation fault with mysql extension

2010-01-12 Thread Ondřej Surý
It has not been fixed in Karmic. Check source codes of mysql-dfsg-5.1-5.1.37 and compare with: http://lists.mysql.com/commits/84864 -- php-cli segmentation fault with mysql extension https://bugs.launchpad.net/bugs/343870 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 343870] Re: php-cli segmentation fault with mysql extension

2010-01-12 Thread Ondřej Surý
It has not been fixed in Karmic. Check source codes of mysql-dfsg-5.1-5.1.37 and compare with: http://lists.mysql.com/commits/84864 ** Changed in: php5 (Ubuntu Karmic) Status: Fix Released => Confirmed ** Changed in: php5 (Ubuntu) Status: Fix Released => Confirmed ** Package chang

[Bug 343870] Re: php-cli segmentation fault with mysql extension

2010-01-12 Thread Ondřej Surý
** Also affects: mysql-dfsg-5.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: mysql-dfsg-5.0 (Ubuntu Karmic) Status: New => Confirmed -- php-cli segmentation fault with mysql extension https://bugs.launchpad.net/bugs/343870 You received this bug notification because

[Bug 343870] Re: php-cli segmentation fault with mysql extension

2010-01-12 Thread Ondřej Surý
Please add attached dpatch to karmic mysql-dfsg-5.0 and mysql-dfsg-5.1, jaunty and intrepid mysql-dfsg-5.0. Looks like hardy is also affected. ** Attachment added: "Patch to remove unneeded changes to Linux threading." http://launchpadlibrarian.net/37770104/64_fix-dummy-thread-race-condition.

[Bug 486950] Re: php5-cgi should be compiled with the --enable-pcntl option.

2010-01-12 Thread Ondřej Surý
Chuck, care to share debdiff? -- php5-cgi should be compiled with the --enable-pcntl option. https://bugs.launchpad.net/bugs/486950 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 420389] Re: php 5.2.6 'random' segfault

2010-01-13 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug is no longer a duplicate of bug 392521 Segmentation fault when using php -l to validate any PHP script ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with my

[Bug 412501] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2010-01-13 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug is no longer a duplicate of bug 392521 Segmentation fault when using php -l to validate any PHP script ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with my

[Bug 409876] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2010-01-13 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug is no longer a duplicate of bug 392521 Segmentation fault when using php -l to validate any PHP script ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with my

[Bug 392521] Re: Segmentation fault when using php -l to validate any PHP script

2010-01-13 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with mysql extension -- Segmentation fault when using php -l to validate any PHP script https://bugs.launchpad.net/bugs/392

[Bug 352648] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2010-01-13 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug is no longer a duplicate of bug 392521 Segmentation fault when using php -l to validate any PHP script ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with my

[Bug 333504] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2010-01-13 Thread Ondřej Surý
*** This bug is a duplicate of bug 343870 *** https://bugs.launchpad.net/bugs/343870 ** This bug is no longer a duplicate of bug 392521 Segmentation fault when using php -l to validate any PHP script ** This bug has been marked a duplicate of bug 343870 php-cli segmentation fault with my

[Bug 343870] Re: php-cli segmentation fault with mysql extension

2010-01-13 Thread Ondřej Surý
Thierry, could you please leave it in php5 as Confirmed (better would be 'Also Affected' or 'Blocked-By', but launchpad doesn't have these), so it does show up in bug listing? If we hide this bug from users we will get tons of duplicates. Thanks, Ondrej ** Changed in: php5 (Ubuntu) Status

[Bug 397721] Re: [needs-packaging] php-fpm

2010-01-13 Thread Ondřej Surý
** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2008-3660 -- [needs-packaging] php-fpm https://bugs.launchpad.net/bugs/397721 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-01-13 Thread Ondřej Surý
Patch for postgresql-8.3 attached. ** Attachment added: "debbug411982.patch" http://launchpadlibrarian.net/37846857/debbug411982.patch ** Package changed: php5 (Debian) => postgresql-8.3 (Debian) ** Changed in: postgresql-8.3 (Ubuntu) Status: Triaged => Confirmed -- PHP (cli) exits w

[Bug 459041] Re: Unbound is not linked into libevent, which restricts FD to 1024

2009-10-23 Thread Ondřej Surý
It would be much helpful to report this in Debian BTS and have a discussion with Robert. -- Unbound is not linked into libevent, which restricts FD to 1024 https://bugs.launchpad.net/bugs/459041 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1864864] [NEW] [SRU] pthread_rwlock_trywrlock results in hang

2020-02-26 Thread Ondřej Surý
Public bug reported: [Impact] * pthread_rwlock_trywrlock and pthread_rwlock_tryrdlock before glibc 2.30 could hang: https://sourceware.org/bugzilla/show_bug.cgi?id=23844#c14 * We are especially able to reproduce the problem with BIND 9.16.x when --with-pthread-rwlock configure option enabled

[Bug 1864864] Re: [SRU] pthread_rwlock_trywrlock results in hang

2020-02-26 Thread Ondřej Surý
According to upstream, the issue first appeared in 2.26, so only bionic is affected. ** Bug watch added: Debian Bug tracker #952609 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952609 ** Also affects: glibc (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952609 Import

[Bug 1864864] Re: [SRU] pthread_rwlock_trywrlock results in hang

2020-02-26 Thread Ondřej Surý
JFTR RHEL 8 and FC30 has already pulled the fix into their glibc, so it's really only Ubuntu and Debian affected by this. ** Package changed: ubuntu => glibc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1864864] Re: [SRU] pthread_rwlock_trywrlock results in hang

2020-02-28 Thread Ondřej Surý
JFTR Debian 2.28-8 has already the fix applied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864864 Title: [SRU] pthread_rwlock_trywrlock results in hang To manage notifications about this bug go

[Bug 1579815] Re: Please "duplicate" as php5-mongodb to trusty-universe

2016-06-29 Thread Ondřej Surý
+1 to everything Nish said here. You can also pre-built the extension elsewhere and just make the provisioning pull the pre-built .so. Ubuntu (and Debian) doesn't backports stuff to older releases. Especially when there's a dozen ways how to provision it (PECL, prebuilding, using my ppa:ondrej/ph

[Bug 1579815] Re: Please "duplicate" as php5-mongodb to trusty-universe

2016-06-30 Thread Ondřej Surý
Phil, perhaps the composer script could be modified to print: aw. mongodb not found, install with 'apt-get install build-essential php5-dev pkg-config libpcre3-dev && pecl install mongodb' if on Ubuntu/Debian? (no experience in composer whatsoever, so it might not be possible to do so) -- You r

[Bug 1843507] Re: apt-get update to latest libidn2.so.0 causes multiple application failures including apt-update

2019-09-11 Thread Ondřej Surý
Tracked here: https://github.com/oerdnj/deb.sury.org/issues/1247, but it also needs to be fixed in Debian and Ubuntu as it was wrong for upstream to drop public symbols and not bump the SOVERSION. I removed the packages from the PPA and I am working on having a fixed package (with restored symbols

[Bug 1843507] Re: apt-get update to latest libidn2.so.0 causes multiple application failures including apt-update

2019-09-11 Thread Ondřej Surý
tatus: Confirmed => Fix Released ** Changed in: libidn2 (Ubuntu) Assignee: (unassigned) => Ondřej Surý (ondrej) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843507 Title: apt-get update to lat

[Bug 1843507] Re: apt-get update to latest libidn2.so.0 causes multiple application failures including apt-update

2019-09-11 Thread Ondřej Surý
@seb123, yep, I was burnt by this so many times that it wouldn't pass over me. I guess I should also send email to Simon... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843507 Title: apt-get upda

[Bug 1772915] Re: Documentation on PHP session garbage collection needs updating.

2019-10-28 Thread Ondřej Surý
@paelzer Could I get MR on salsa for this, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772915 Title: Documentation on PHP session garbage collection needs updating. To manage notificatio

[Bug 1850190] [NEW] MySQL 8.0 support

2019-10-28 Thread Ondřej Surý
Public bug reported: To fix the FTBFS, pick https://salsa.debian.org/php- team/php/commit/9090c75f90faafa70623d57525b81aa93e2e734e ** Affects: php7.3 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1834963] Re: apache dependency should be documented in package description

2019-10-28 Thread Ondřej Surý
The "php" package *does not* install libapache2-mod-php by default, it's the APT dependency solver that picks the first dependency as the best, but in fact, f.e. the "php7.3" package dependency can be fulfilled by any web SAPI: `libapache2-mod-php7.3 | php7.3-fpm | php7.3-cgi`. The dependencies ar

[Bug 1850190] Re: FTBFS with mysql 8.0

2019-11-01 Thread Ondřej Surý
There are couple more commits in the repository on top of that, and I had a chat with Robie, and the main next culprit is that Oracle decided to disable networking when --skip-grant-tables is in effect, so I am going to try dropping that next and see what happens. -- You received this bug notific

[Bug 1850190] Re: FTBFS with mysql 8.0

2019-11-01 Thread Ondřej Surý
You'll also need abdd0141eb37f1e474626db79e2e05bef571c88f and 170b03fd871c854e67e89a1e8aaefd2ec9cd2d50 (not yet tested though). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850190 Title: FTBFS wit

[Bug 1850190] Re: FTBFS with mysql 8.0

2019-11-01 Thread Ondřej Surý
Oh, I never run the builds outside of pbuilder/sbuild, fakeroot should help here. Also, I can confirm the package builds on with all variety of MySQL/MariaDB, but I haven't seen the test-results.txt file whether the MySQL tests are actually run. (I don't have time for that right now...) -- You

[Bug 1528586] Re: upgrade to php PHP 7.0.1

2016-03-09 Thread Ondřej Surý
Please provide full information and not just few top thoughts you have in your mind, f.e. read about good bug reporting here: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html ** Changed in: php5 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are

[Bug 1555060] Re: the "pecl" command that is installed, does not work for PHP 7

2016-03-09 Thread Ondřej Surý
@Nish you need to sync php-pear 1:1.10.1+submodules+notgz-4 from unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555060 Title: the "pecl" command that is installed, does not work for PHP 7

[Bug 1555057] Re: The ltmain.sh file is a dangling symlink

2016-03-09 Thread Ondřej Surý
Already fixed in 7.0.3-4 and higher. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555057 Title: The ltmain.sh file is a dangling symlink To manage notifications about this bug go to: https://bugs

[Bug 1555057] Re: The ltmain.sh file is a dangling symlink

2016-03-09 Thread Ondřej Surý
make replaces $$ with $, so it should be correct. don't run it by hand, but you can use $(error $(LIBTOOL_VERSION)) at the next line in d/rules to print the value that's set into $(LIBTOOL_VERSION) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1556094] Re: php5-dev installs wrong symlink to ltmain.sh

2016-03-11 Thread Ondřej Surý
Xenial will not ship php5. It hasn't been removed yet, but there will be only PHP 7.0 (and thus you want to `apt-get install php-all-dev` instead that will pull correct dependencies). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1528586] Re: upgrade to php PHP 7.0.1

2016-03-12 Thread Ondřej Surý
And how do you know that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528586 Title: upgrade to php PHP 7.0.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+sour

[Bug 1651031] Re: php-igbinary package version is outdated and has various bugs

2016-12-19 Thread Ondřej Surý
@tysona: Thank you very much for taking care of several PHP extensions! This is much appreciated. JFTR I have updated php-igbinary in ppa:ondrej/php and in Debian unstable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1693766] [NEW] [feature request] pass unknown arguments to backportpackage to the builder

2017-05-26 Thread Ondřej Surý
Public bug reported: In order to use backportpackage as --git-builder in the git-buildpackage invocation the backportpackage needs ability to pass the extra arguments to the builder. E.g. backportpackage --builder="debuild" <.dsc> --buildinfo=-O -sa should not fail, but instead `debuild --buildi

[Bug 1723947] Re: Current upload for 10.1.28-1 fails dep8 unitest on s390x

2017-11-21 Thread Ondřej Surý
Looks good to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1723947 Title: Current upload for 10.1.28-1 fails dep8 unitest on s390x To manage notifications about this bug go to: https://bugs.la

[Bug 1178838] Re: Update to 5.3

2013-11-24 Thread Ondřej Surý
db6.0 switched to AGPLv3 licensing and thus it's incompatible with lot of software now. Thus this is probably going to be the last used version of Berkeley DB in any Linux distribution (or *BSD). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1250365] Re: php5 should not install apache2

2013-11-12 Thread Ondřej Surý
Nope, this is not a PHP packaging fault, but drush fault. If it does support running under php5-cli (or is a preferred mode) it should specify php5-cli in the Depends. Reassigning to 'drush' package. ** Package changed: php5 (Ubuntu) => drush (Ubuntu) -- You received this bug notification becau

[Bug 1308907] Re: Install php5-memcace

2014-04-17 Thread Ondřej Surý
Please do not report bugs from PPAs to Ubuntu Launchpad bugs. (And BTW the problem is already fixed in -2 upload.) ** Changed in: php5 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1320532] Re: display_errors Off not respected

2014-05-18 Thread Ondřej Surý
JFTR the /etc/php5/php.ini was never used in Debian packages, it was /etc/php5//php.ini from the start of php5 packaging. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1320532 Title: display_errors

[Bug 1621463] Re: Inconsistent naming of PHP7 apache module

2017-03-11 Thread Ondřej Surý
There's no bug. The upstream PHP module is named php7_module, but the package is named php7.0. You can have more php7_module providers - libapache2-mod-php7.0 | libapache2-mod-php7.1 and in future libapache2 -mod-php7.2, but only one php7_module can be enable at the same time (related to internal

[Bug 1702677] [NEW] Add an option to override version prefix (~ubuntu)

2017-07-06 Thread Ondřej Surý
Public bug reported: Hi, sometimes it is important to have a larger version number than in the target release, so an option to override (~ubuntu or ~debian) to something larger might be needed. Here's the patch that adds an -p,--prefix option to backportpackage: ``` --- /usr/bin/backportpackage

[Bug 1584537] Re: php-config5 --php-binary reports path to wrong php binary

2016-05-23 Thread Ondřej Surý
There are no php5 and php5-dev packages in Xenial. Only PHP 7.0. The package you are using is just leftover from development version of Xenial. ** Changed in: php5 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-15 Thread Ondřej Surý
ST to allow passing ${prefix} as part of --with-libdir * Don't reset module provides at every dsoname, but at every module name -- Ondřej Surý Mon, 14 Mar 2016 16:11:21 +0100 Just building this and uploading to unstable. Also this might need to be fixed (bad PEAR install path due bui

[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-15 Thread Ondřej Surý
Ok, found the cause to the GH#304, and it's easy to fix, defining PEAR_INSTALLDIR in configure.in even though we are building --without- pear should be enough to get the right PHP define() defined. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1528586] Re: upgrade to php PHP 7.0.1

2016-03-22 Thread Ondřej Surý
I think the OP is just confused by mysqlnd versioning: $ grep PHP_MYSQLND_VERSION * mysqlnd.h:#define PHP_MYSQLND_VERSION "mysqlnd 5.0.12-dev - 20150407 - $Id: f59eb767fe17a6679589b5c076d9fa88d3d4eac0 $" ** Changed in: php5 (Ubuntu) Status: Incomplete => Invalid -- You received this bug

[Bug 1567740] Re: Unbound depends on /usr/sbin in path

2016-04-08 Thread Ondřej Surý
I don't think that's a bug under Debian. /usr/sbin is to be expected in PATH when running the sysvrc script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567740 Title: Unbound depends on /usr/sbin

[Bug 1565084] Re: ubuntuBSD support

2016-04-08 Thread Ondřej Surý
Care to explain why Debian kFreeBSD is fine and ubuntuBSD is not? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565084 Title: ubuntuBSD support To manage notifications about this bug go to: https:

[Bug 1522422] Re: Update to php 7.0

2016-05-02 Thread Ondřej Surý
@r5n Name those PECL extensions. General statements are not useful to anybody. As a counter "general statement" - no, adopting PHP 7 will not take years, it's already happening and it's not such huge deal as PHP 4 to PHP 5 transition. Most if not all of the PHP 5.6 compatible code run just fine wi

[Bug 1579480] Re: PHP7-ubuntu sessionclean searches for "php5" named binary

2016-05-09 Thread Ondřej Surý
Did you fully uninstalled and purged php5* packages, e.g. doing `apt-get purge php5-common`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579480 Title: PHP7-ubuntu sessionclean searches for "php5"

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-27 Thread Ondřej Surý
Wily EOL is July 2016, so I am not sure if it make sense to go forward with this at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571607 Title: Merge co-installability patches from Debian To

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-27 Thread Ondřej Surý
@nacc Turns out, this is really needed only for Wily, as Trusty php5-cli doesn't contain phar command (yet). The other patch is not that much important as there's a workaround (just disable the other PHP modules with a2dismod before installing the one you need). -- You received this bug notificat

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-27 Thread Ondřej Surý
I made a simple workaround for Wily's case, so this can be closed. ** Changed in: php5 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571607 Title: Merge co-i

[Bug 988513] Re: unbound defaults break DNS resolution when upstream DNS lacks DNSSEC support

2016-12-05 Thread Ondřej Surý
> that impossible, because the /etc/default/unbound file is part of the package. That's actually not true - you can create /etc/default/unbound before installing the package and the package will not overwrite the configfile by default: root@lettie:/# touch /etc/default/unbound root@lettie:/# ls

[Bug 988513] Re: unbound defaults break DNS resolution when upstream DNS lacks DNSSEC support

2016-12-05 Thread Ondřej Surý
RFC 4033, 4034 and 4035 are on the IETF Standards track. Any recursive DNS server not supporting 10-yo standards is broken. If we keep dancing around non-standard compliant devices, the situation won't ever improve. Go yell at your vendors for sticking their heads into sand. Or vote with your m

[Bug 1576578] Re: dh-php no longer support multiple bin-packages

2016-06-03 Thread Ondřej Surý
Will be fixed in dh_php (>= 0.20) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576578 Title: dh-php no longer support multiple bin-packages To manage notifications about this bug go to: https://b

[Bug 1567740] Re: Unbound depends on /usr/sbin in path

2016-04-14 Thread Ondřej Surý
Marking this as invalid, as init.d script should not use full path, see https://lintian.debian.org/tags/command-with-path-in-maintainer- script.html ** Changed in: unbound (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1567740] Re: Unbound depends on /usr/sbin in path

2016-04-14 Thread Ondřej Surý
@patrickdk Were you calling the sysvrc script directly or using a helper like: service restart unbound or invoke-rc.d ? Anyway when you invoke sysvrc scripts in a weird way, it's your responsibility to have a sanitized PATH. -- You received this bug notification because you are a member of U

[Bug 1571607] Re: Merge co-installability patches from Debian

2016-04-18 Thread Ondřej Surý
** Patch added: "Fail gracefully when other PHP module is enabled in Apache2" https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1571607/+attachment/4639152/+files/0001-Fail-gracefully-when-other-PHP-module-is-enabled-in-.patch -- You received this bug notification because you are a member o

<    1   2   3   4   5   6   >