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

2007-05-22 Thread Ondřej Surý
For more information see: http://bugs.php.net/bug.php?id=40926 and http://bugs.debian.org/411982 -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact fo

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-22 Thread Ondřej Surý
Did you restarted apache2 after installing php5-gd? This could be just error of php not loading new configuration until restarted. -- php5-gd needs to update php.ini https://bugs.launchpad.net/bugs/104863 You received this bug notification because you are a member of Ubuntu Bugs, which is the bu

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-22 Thread Ondřej Surý
Does your output of: dpkg -l libapache2-mod-php5 includes /etc/php5/apache2/conf.d line? Does that symlink exists? $ ls -l /etc/php5/apache2/conf.d lrwxrwxrwx 1 root root 9 2007-05-22 17:55 /etc/php5/apache2/conf.d -> ../conf.d And it's part of the libapache2-mod-php5 package. If it doesn't ex

[Bug 148871] Re: Lower memory limit for php5

2008-02-19 Thread Ondřej Surý
Is it really that hard to change configuration value in one config file? I don't think so. 16M is safe default for web application if you don't want php to eat all your memory. Nevertheless this bug is about having 1232M memory limit in CLI and not about raising memory limit. If you wish you can

[Bug 198618] Re: Critical parts of library missing from the package

2008-04-23 Thread Ondřej Surý
Just put back: /usr/lib/opencryptoki/stdll/*.so.* to libopencryptoki0.install and /usr/lib/opencryptoki/stdll/*.la /usr/lib/opencryptoki/stdll/*.so to libopencryptoki-dev.install Comment in 2.2.5+dfsg-1ubuntu1 says: * debian/libopencryptoki0.install, debian/libopencryptoki-dev.install:

[Bug 126731] Re: php5-cli, php5-cgi, libapache2-mod-php5 to provide php5

2007-07-19 Thread Ondřej Surý
Certainly not a bug in php5 packaging: Package: php5 [...] Depends: libapache2-mod-php5 (>= 5.2.1-0ubuntu1) | php5-cgi (>= 5.2.1-0ubuntu1), php5-common (>= 5.2.1-0ubuntu1) [...] Reason why libapache2-mod-php5 wants to be installed is that it's listed first in phpldap admin dependencies. As a qui

[Bug 133843] Re: php5-dev installation error

2007-08-21 Thread Ondřej Surý
** Changed in: php5 (Ubuntu) Status: Incomplete => Invalid -- php5-dev installation error https://bugs.launchpad.net/bugs/133843 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
It won't be packaged for dapper/edgy/feisty. Maybe for feisty if somebody will do that. I'll try to poke sean (or myself) to package it for Debian and maybe it will get propagated to gutsy. Anyway is it really that hard to do: apt-get install php5-dev cp -a php-5.x.x/ext/mssql /tmp/ cd /tmp/mssq

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
That's a problem when you recompile whole php5 and add php5-mssql .deb package. If you compile just one module, it should not happen. (Should means that security update should not change ABI, but you never know when dealing with php upstream.) -- [needs-packaging] Please package php5-mssql https

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
BTW: That provided patch is wrong in some details. It should use modulelist first and just add pdo_mssql to extramodulelist. --without-mssql is not needed Some typos in control file (cut&paste from mysql entry). It doesn't ensure compatibility with existing sybase module users. ** Attachment a

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-11 Thread Ondřej Surý
It should have been: Maybe for gutsy... (not feisty) -- [needs-packaging] Please package php5-mssql https://bugs.launchpad.net/bugs/87063 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2007-07-12 Thread Ondřej Surý
RJT said: > The mssql_* functions it provides are in fact aliases to sybase_* functions, > and they don't behave in the same way as the true mssql_* functions, > nor are they as reliable when used with MS SQL Server databases. How do they not behave same way? What's those reliability problems? s

[Bug 114825] Re: dapper - php5 - 5.1.2 bug in fread

2007-09-13 Thread Ondřej Surý
This bug has simple workaround. Just change getFile function in IT.php to fread in 8192 byte chunks. something like: define(MAX_FREAD_SIZE, 8192); $fsize = filesize($filename); $content = ""; [...stripped...btw: that part with comparing $fsize < 1 is pretty dumb, why they open file and then cl

[Bug 136481] Re: make php-pear depend on php-dev (for pecl)

2007-08-31 Thread Ondřej Surý
php-pear already suggests: php5-dev | php4-dev and note in description: Note: to build and install precompiled PECL extensions, you will need one of the php development packages installed. ** Changed in: php5 (Ubuntu) Status: New => Invalid -- make php-pear depend on php-dev (for pecl) h

[Bug 87063] Re: [needs-packaging] Please package php5-mssql

2008-01-09 Thread Ondřej Surý
Debian switched to mssql code for sybase and mssql extension in 5.2.4-1. When hardy pulls our updates you will get mssql code in place. Meanwhile please stop this useless rant. Addin more "pleases" will get us nowhere. -- [needs-packaging] Please package php5-mssql https://bugs.launchpad.net/bugs

[Bug 173222] Re: php5-mysql fails to install on Ubuntu Gutsy server.

2007-12-01 Thread Ondřej Surý
Send output of: apt-cache policy php5-mysql Most propably you are pulling php5-mysql from other sources then official. Ondrej. -- php5-mysql fails to install on Ubuntu Gutsy server. https://bugs.launchpad.net/bugs/173222 You received this bug notification because you are a member of Ubuntu Bug

[Bug 93603] Re: RFE: Add more php5 extensions (like php5-gmp)

2007-11-19 Thread Ondřej Surý
dbase support is unlikely to added. Last time I have checked, somebody removed all licensing headers from dbf_* files, so now it's unclear which license does cover that source code. (Previous licensing was non- free). -- RFE: Add more php5 extensions (like php5-gmp) https://bugs.launchpad.net/bug

[Bug 109569] Re: php5-gd : undefined symbol: gdImagePngCtxEx

2007-05-20 Thread Ondřej Surý
Resolved by original reporter. ** Changed in: php5 (Ubuntu) Status: Unconfirmed => Rejected -- php5-gd : undefined symbol: gdImagePngCtxEx https://bugs.launchpad.net/bugs/109569 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu

[Bug 104863] Re: php5-gd needs to update php.ini

2007-05-20 Thread Ondřej Surý
hard to tell, since we don't know details. ** Changed in: php5 (Ubuntu) Assignee: (unassigned) => Ondřej Surý Status: Unconfirmed => Needs Info -- php5-gd needs to update php.ini https://bugs.launchpad.net/bugs/104863 You received this bug notification because you are a

[Bug 94127] Re: conffile prompt on upgrade

2007-05-20 Thread Ondřej Surý
It's probably because you have installed phpX-mysql modules, which modifies php.ini on install to put 'extension=mysql.so'. I guess it cannot be helped. -- conffile prompt on upgrade https://bugs.launchpad.net/bugs/94127 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 73852] Re: "dpkg -S /usr/bin/phpize" fails

2007-05-20 Thread Ondřej Surý
It's not a bug, but a feature. /usr/bin/phpize is not part of php5-dev package. Instead it gets registered by update-alternatives script (since you can have phpize4 and phpize5 in system at the same time). ** Changed in: dpkg (Ubuntu) Status: Unconfirmed => Rejected ** Changed in: php5 (U

[Bug 58347] Re: Listed as conflicting with libapache2-mod-php4

2007-05-20 Thread Ondřej Surý
php4 will be dropped from Debian and Ubuntu, so that will solve your problem ;-). But to answer your question. You will have to download sources, remove those conflicting lines and recompile both php versions. Then track when fix came out and follow same procedure. -- Listed as conflicting with

[Bug 69749] Re: pcre header file missing

2007-05-20 Thread Ondřej Surý
Install php5-dev. This is not a bug, but a feature of packaging. Headers and libraries needed for development are usually kept in -dev packages. ** Changed in: php5 (Ubuntu) Assignee: (unassigned) => Ondřej Surý Status: Unconfirmed => Rejected -- pcre header file missing

[Bug 24143] Re: Can't handle big files (>4GB, 64 bits pointer)

2007-05-20 Thread Ondřej Surý
Fixed in feisty. ** Changed in: php5 (Ubuntu) Status: Confirmed => Fix Released -- Can't handle big files (>4GB, 64 bits pointer) https://bugs.launchpad.net/bugs/24143 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bug

[Bug 47858] Re: pear startup script won't find php bin or pear script files

2007-05-20 Thread Ondřej Surý
Umm, which version of php you are running? And which version of Ubuntu. I don't remember pear ever having this kind of issue. ** Changed in: php5 (Ubuntu) Assignee: (unassigned) => Ondřej Surý Status: Unconfirmed => Needs Info -- pear startup script won't find

[Bug 120619] [Gutsy] invalid resolution detected resulting in BIG fonts on i915

2007-06-15 Thread Ondřej Surý
Public bug reported: It's regression from feisty. I get huge fonts on my Dell D420 when using built-in LCD (1280x800). I guess that newer cairo just get DPI of internal monitor wrong. When I use external (1280x1024) monitor everything is ok. When I use non-gnome (tried qtconfig-qt4) it's ok. *

[Bug 120619] Re: [Gutsy] invalid resolution detected resulting in BIG fonts on i915

2007-06-15 Thread Ondřej Surý
** Attachment added: "As you can see, gecko canvas is ok, only gnome parts of firefox is affected" http://launchpadlibrarian.net/8096697/big-fonts.png -- [Gutsy] invalid resolution detected resulting in BIG fonts on i915 https://bugs.launchpad.net/bugs/120619 You received this bug notificati

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-03-19 Thread Ondřej Surý
Recommended solution is to use fastcgi with mpm-worker. -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 118230] Re: [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex()

2007-06-01 Thread Ondřej Surý
Hi Henrik, could you also supply (possibly minimal) code which makes php5 to crash? Ondrej. -- [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex() https://bugs.launchpad.net/bugs/118230 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 118230] Re: [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex()

2007-06-02 Thread Ondřej Surý
Could I see your /etc/php5/cgi/php.ini? And list of installed modules? And output of: ldd /usr/bin/php5-cgi for module in /usr/lib/php5/20060613+lfs/*; do echo ${module}; ldd ${module}; done -- [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex() https://bugs.launchpad.net/bugs/118230

[Bug 118230] Re: [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex()

2007-06-02 Thread Ondřej Surý
And one more thing. You mentioned Aprelium's abyss web server. Does php5 crash on command line or when running from that web server? It's not clear from your bugreport. -- [apport] php5-cgi crashed with SIGSEGV in virtual_file_ex() https://bugs.launchpad.net/bugs/118230 You received this bug no

[Bug 51235] Re: Ubuntu odpojení napájec ího kabelu a pop-up v GNOME

2007-06-04 Thread Ondřej Surý
That bug is about half-way translation in gnome-power-manager in fully updated Dapper. You can see it on screenshot - "Power Information" is in English, rest of text is in Czech. -- Ubuntu odpojení napájecího kabelu a pop-up v GNOME https://bugs.launchpad.net/bugs/51235 You received this bug noti

[Bug 55138] Re: Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd HDD's

2007-06-06 Thread Ondřej Surý
2 Rimas: Nope, I was already using patches scsi-mod module (look at reporter of #57265). Must be some other error. Anyway I am going to investigate it now, I'll report back. -- Dell 2950 w/ PERC 5i/Integrated, seeing RAID'd HDD's https://bugs.launchpad.net/bugs/55138 You received this bug notific

[Bug 123659] Re: bad integration of adp ( advence php debugger)

2007-07-03 Thread Ondřej Surý
That's bug in third party application (adp I suppose) and not bug in php or pecl itself. ** Changed in: php5 (Ubuntu) Status: New => Invalid -- bad integration of adp ( advence php debugger) https://bugs.launchpad.net/bugs/123659 You received this bug notification because you are a membe

[Bug 112464] Re: desktop != osobní

2007-05-04 Thread Ondřej Surý
V některých kontextech lze bez problémů použít překlad osobní počítač, a hodí se to tam lépe než stolní počítač. Zejména v místech, kdy v originálním textu lze zaměnit 'desktop computer' za 'personal computer' bez ztráty významu. Pokud chceš, aby tvé bugreporty bral alespoň někdo vážně, tak se drž

[Bug 112465] Re: restricted != nesvobodný - > uzavřený

2007-05-04 Thread Ondřej Surý
Cílem překladu není překlad doslovný, ale překlad, který je srozumitelný a nebližší původnímu sdělení. Překlad 'Správce nesvobodných ovladačů' v tomto ohledu svou roli plní dobře. ** Changed in: language-pack-cs (Ubuntu) Status: Unconfirmed => Rejected -- restricted != nesvobodný -> uzavř

[Bug 85431] Re: Správce nastevení XFCE, u tlačítka je napsáno "Popisek tlačít ka|..."

2007-03-02 Thread Ondřej Surý
Na spolupráci s upstream překladateli pomalu, ale jistě pracujeme. Samozřejmě ne vždy to jde hladce nebo jednoduše. A při současné roztříštěnosti překladů mezi mnoho míst někdy dochází k podobným situacím. Problém taky bývá v rozdílu verzí, které jsou aktuální pro upstream (tedy xfce.org) a verzem

[Bug 81524] Re: No new mail in evolution imap

2007-01-29 Thread Ondřej Surý
I can confirm that. My IMAP server is Cyrus 2.2 (both of them). I tried removing and adding account in Evolution, tried creating new local account to start with empty Evolution settings. Nothing helped. Thunderbird is just fine. What I was able to get from CAMEL_VERBOSE_DEBUG is that sometimes

[Bug 81524] Re: No new mail in evolution imap

2007-01-29 Thread Ondřej Surý
It does (just read bug in upstream bugzilla). -- No new mail in evolution imap https://launchpad.net/bugs/81524 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 72924] Re: OpenOffice.org - názvy prog ramů

2006-11-23 Thread Ondřej Surý
Tipnul bych, že to souvisí s přechodem od OOo 1.1.x na OOo 2.0.x -- OpenOffice.org - názvy programů https://launchpad.net/bugs/72924 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 26940] Re: Kernel 2.6.15-7-686 won't boot with root on SATA disk

2006-09-27 Thread Ondřej Surý
Yes, it's fixed in edgy. Thanks -- Kernel 2.6.15-7-686 won't boot with root on SATA disk https://launchpad.net/bugs/26940 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 63016] [edgy] Indication of new messages in folder is prefixed by "folder-display|"

2006-09-29 Thread Ondřej Surý
Public bug reported: Applies to evolution-2.8 in current edgy. Every folder which has new messages in it is displayed in bold and prefixed with text "folder-display|", which makes it pretty unusable because one cannot see name of the folder. More info about environment: - protocol: imap with ssl

[Bug 63016] Re: [edgy] Indication of new messages in folder is prefixed by "folder-display|"

2006-09-29 Thread Ondřej Surý
** Attachment added: "My folder list with mentioned bug" http://librarian.launchpad.net/4542843/evolution-2.8-folder-display-bug.png -- [edgy] Indication of new messages in folder is prefixed by "folder-display|" https://launchpad.net/bugs/63016 -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 63034] gnome-language-selector offers Kashubian language in addition to Czech

2006-09-29 Thread Ondřej Surý
Public bug reported: -csb vs. -cs problem: when gnome-language-selector is started it complains that "The language support is not installed completely" and it offers Kashubian language packs as addition to Czech. It looks like you are using regular expression to find all additional language pac

[Bug 63157] bzr should either depend on python2.5 or remove python2.5 specific code from postinst

2006-09-30 Thread Ondřej Surý
Public bug reported: without python2.5 postinst has UnicodeError(s): $ sudo dpkg --configure -a Setting up bzr (0.11~rc2-0ubuntu3) ... Compiling /usr/lib/python2.5/site-packages/bzrlib/tests/blackbox/test_status.py ... Sorry: UnicodeError: ("\\N escapes not supported (can't load unicodedata mod

[Bug 549291] Re: package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-28 Thread Ondřej Surý
Could you please post output of: apt-cache policy libapache2-mod-php5 It looks like you have a custom libapache2-mod-php5 installed (I don't thing/remember that 0:5.3.1-5ubuntu2 was ever in lucid). -- package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php

[Bug 550138] Re: package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626+lfs/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-28 Thread Ondřej Surý
*** This bug is a duplicate of bug 549291 *** https://bugs.launchpad.net/bugs/549291 ** This bug has been marked a duplicate of bug 549291 package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapac

[Bug 549291] Re: package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-28 Thread Ondřej Surý
Ok, this must be the mess created by #544052. Ondrej -- package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2 https://bugs.launchpad.net/bugs/549291 You received this b

[Bug 549291] Re: package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-28 Thread Ondřej Surý
Still there is a need to add conflict libapache2-mod-php5 (<< 5.3.1-1~) to php5-ldap package. Workaround to this bug is to install libapache2-mod-php5 first and then update php5-ldap. -- package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/

[Bug 550278] Re: php5-dev is missing a dependency on libpcre3-dev

2010-03-28 Thread Ondřej Surý
I am not sure if we actually want to do that. There's a bunch of other header files in php5-dev and if we add dependency on all of them (and some of them are not used on every build) then we end up with huge depends field. It much better to fix that in individual packages. ** Also affects: php-im

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

2010-02-09 Thread Ondřej Surý
Speaking here as a member of Debian php maintainers. I have read mentioned web pages and nothing has convinced me, that this is more then just proof of concept with no real application in the sensible world. php5 is a language for creating web pages. Embedding language which a horrible design, co

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

2010-02-09 Thread Ondřej Surý
Please pull php 5.3.1-3 from unstable. You definitely don't want to have 5.2.x in LTS release, and since LTSImportFreeze it due to Feb 11, you can still make it. -- [needs-packaging] php packages need update to 5.3 https://bugs.launchpad.net/bugs/394385 You received this bug notification because

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

2010-02-09 Thread Ondřej Surý
Paul, please refrain from personal attacks next time. > If you all hate PHP, I do not understand why you are the PHP maintainers. This comes naturally when you start to take care of php5 :-). > The debian PHP maintainers are refusing the package this for a > religious reason: that they abhor PHP

[Bug 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2010-02-09 Thread Ondřej Surý
This will be fixed in new extension manager which should be ready in some next version of 5.3.x in Debian. -- PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/ https://bugs.launchpad.net/bugs/120103 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 572792] Re: php5 is 5.3, but not fully supported by Drupal6

2010-05-01 Thread Ondřej Surý
Not a php5 bug. ** Package changed: php5 (Ubuntu) => drupal6 (Ubuntu) -- php5 is 5.3, but not fully supported by Drupal6 https://bugs.launchpad.net/bugs/572792 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 567043] Re: [lucid] php5-cgi crashes in memcpy using lighttpd

2010-04-27 Thread Ondřej Surý
Chuck, care to share the patch with Debian? -- [lucid] php5-cgi crashes in memcpy using lighttpd https://bugs.launchpad.net/bugs/567043 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

[Bug 573591] Re: Uploads greater than 64 kilobytes corrupted under PHP 5.3.2

2010-05-03 Thread Ondřej Surý
** Package changed: php5 (Ubuntu) => libapache2-mod-fcgid (Ubuntu) -- Uploads greater than 64 kilobytes corrupted under PHP 5.3.2 https://bugs.launchpad.net/bugs/573591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 569865] Re: gallery2 installation fails

2010-05-03 Thread Ondřej Surý
*** This bug is a duplicate of bug 567043 *** https://bugs.launchpad.net/bugs/567043 ** This bug has been marked a duplicate of bug 567043 [lucid] php5-cgi crashes in memcpy using lighttpd -- gallery2 installation fails https://bugs.launchpad.net/bugs/569865 You received this bug notifica

[Bug 521038] Re: Backspace deletes all input

2010-02-19 Thread Ondřej Surý
I don't think it's locale related. More like xkbmap related. If you diff src/gtk.c, you'll find out they have added new keyboard shortcuts CTRL-BKSP and SHIFT-DEL to clear whole display. But apparently something is wrong in that function. Ondrej -- Backspace deletes all input https://bugs.laun

[Bug 521038] Re: Backspace deletes all input

2010-02-19 Thread Ondřej Surý
I have traced it down to display_insert(), so after all it is locale related, see attached patch: diff -urNap gcalctool-5.29.90~/src/display.c gcalctool-5.29.90/src/display.c --- gcalctool-5.29.90~/src/display.c2010-02-09 06:14:11.0 +0100 +++ gcalctool-5.29.90/src/display.c 2010-02

[Bug 521038] Re: Backspace deletes all input

2010-02-19 Thread Ondřej Surý
BTW you are stripping all thousands separators when cursor_start isn't -1 in display_insert() call. -- Backspace deletes all input https://bugs.launchpad.net/bugs/521038 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 521038] Re: Backspace deletes all input

2010-02-19 Thread Ondřej Surý
This bug was reintroduced in 0be7b51e, so maybe better fix is to revert that small change, so it does adhere to your coding standards: @@ -430,7 +473,7 @@ display_insert(GCDisplay *display, int cursor_start, int cursor_end, const char use = FALSE; /* Ig

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

2010-01-05 Thread Ondřej Surý
Is there a difference in the architecture? There are some bugs in PHP triggered by 64-bit (amd64) arch. -- canary mismatch on efree() https://bugs.launchpad.net/bugs/503396 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

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

2010-01-06 Thread Ondřej Surý
Hal, is your system fully upgraded? Where does the difference between kernel versions come from? I remember there was some security upgrade in libpcre last year... Ondrej -- canary mismatch on efree() https://bugs.launchpad.net/bugs/503396 You received this bug notification because you are a

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

2010-01-06 Thread Ondřej Surý
As far as I remember, the session encryption bug was related to new version of php (in karmic?). Another shot in the dark - is there different setting in MaxRequestsPerChild setting in apache2? Could you set it to some arbitrary number, so apache2 child gets reloaded once in a while? (I know it's

[Bug 496157] Re: Update to PHP 5.3.x in Lucid

2010-01-08 Thread Ondřej Surý
Feel free to update Ubuntu version to 5.3.1 from Debian experimental. Hopefully they fixed all bugs that 5.3.0 suffered from... -- Update to PHP 5.3.x in Lucid https://bugs.launchpad.net/bugs/496157 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

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

2010-01-08 Thread Ondřej Surý
Are you able to reproduce this bug under controlled environment? On testing machine, inside KVM, etc.? I know that I may be asking too much, but could you try running PHP with suhosin under valgrind? -- canary mismatch on efree() https://bugs.launchpad.net/bugs/503396 You received this bug not

[Bug 234927] Re: php5-clamavlib delays php script execution

2010-01-08 Thread Ondřej Surý
Reassign to php-clamavlib where it belongs. BTW last release affected is hardy, since php-clamavlib is no longer in the archive. ** Summary changed: - delay php script execution on cli + php5-clamavlib delays php script execution ** Package changed: php5 (Ubuntu) => php-clamavlib (Ubuntu) -- p

[Bug 496157] Re: Update to PHP 5.3.x in Lucid

2010-01-08 Thread Ondřej Surý
*** This bug is a duplicate of bug 394385 *** https://bugs.launchpad.net/bugs/394385 ** This bug has been marked a duplicate of bug 394385 [needs-packaging] php packages need update to 5.3 -- Update to PHP 5.3.x in Lucid https://bugs.launchpad.net/bugs/496157 You received this bug notific

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

2010-01-08 Thread Ondřej Surý
Chuck, maybe you could pull 5.3.1 from experimental? Ondrej -- [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. -- ubuntu-bugs mailing list ubuntu

[Bug 368036] Re: php5-gd imagecolorset no longer working properly after upgrade to 9.04

2010-01-08 Thread Ondřej Surý
Bug invalid per comment #8 ** Changed in: php5 (Ubuntu) Status: Incomplete => Invalid -- php5-gd imagecolorset no longer working properly after upgrade to 9.04 https://bugs.launchpad.net/bugs/368036 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 473976] Re: php5 crashed with SIGSEGV in start_thread()

2010-01-08 Thread Ondřej Surý
*** This bug is a duplicate of bug 341003 *** https://bugs.launchpad.net/bugs/341003 ** This bug has been marked a duplicate of bug 341003 php5 crashed with SIGSEGV in start_thread() -- php5 crashed with SIGSEGV in start_thread() https://bugs.launchpad.net/bugs/473976 You received this bu

[Bug 470179] Re: php5 crashed with SIGSEGV in start_thread()

2010-01-08 Thread Ondřej Surý
*** This bug is a duplicate of bug 341003 *** https://bugs.launchpad.net/bugs/341003 ** This bug has been marked a duplicate of bug 341003 php5 crashed with SIGSEGV in start_thread() -- php5 crashed with SIGSEGV in start_thread() https://bugs.launchpad.net/bugs/470179 You received this bu

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

2010-01-08 Thread Ondřej Surý
Can you attach list of php modules as well? There is a problem linked to mysql/mysqli module. Can you retest without loading mysql/mysqli module? -- php5 crashed with SIGSEGV in _Unwind_ForcedUnwind() https://bugs.launchpad.net/bugs/468771 You received this bug notification because you are a memb

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

2010-01-08 Thread Ondřej Surý
*** This bug is a duplicate of bug 392521 *** https://bugs.launchpad.net/bugs/392521 ** This bug has been marked a duplicate of bug 392521 Segmentation fault when using php -l to validate any PHP script -- php 5.2.6 'random' segfault https://bugs.launchpad.net/bugs/420389 You received thi

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2010-01-08 Thread Ondřej Surý
> That's a good point. Would filing a bug on each package to change > dependencies be worthwhile? Yes, but please do that in Debian. There is http://webapps- common.alioth.debian.org/draft/html/ which may interest you. -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296

[Bug 493761] Re: php5: build from source: Patch suhosin.patch does not remove cleanly after running configure-* rules

2010-01-08 Thread Ondřej Surý
main/php_config.h.in is autogenerated. It's has been removed from suhosin patch for 5.2.12.dfsg.1-1 Which should close this bug when new version gets pulled from Debian for Lucid. -- php5: build from source: Patch suhosin.patch does not remove cleanly after running configure-* rules https://bu

[Bug 120103] Re: PHP 5.2.3-ubuntu1 Broken - Problems with : /usr/lib/php5/20060613+lfs/

2010-01-25 Thread Ondřej Surý
** Bug watch added: Debian Bug tracker #422173 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422173 ** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422173 Importance: Unknown Status: Unknown ** Changed in: php5 (Ubuntu) Status: Invalid

[Bug 514989] Re: PHP process output (?) that breaks bash completion

2010-01-31 Thread Ondřej Surý
Hi, could you provide versions of Ubuntu you are running and version of php5? Also list of installed modules would be great, there are known bugs; one in mysql, when running on multiple cores, and second in pgsql+curl modules. Ondrej -- PHP process output (?) that breaks bash completion https:

[Bug 516061] Re: configure command line missing from phpinfo

2010-02-02 Thread Ondřej Surý
Why is that important and should be fixed? ./configure line is different for each SAPI anyway. -- configure command line missing from phpinfo https://bugs.launchpad.net/bugs/516061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 516061] Re: configure command line missing from phpinfo

2010-02-02 Thread Ondřej Surý
And what do you need it for? As I said before, since every SAPI is compiled with different options (modules are built only once), it's output is practically useless. So what information do you expect to be there and you are missing right now? It probably an upstream build script failure, which f

[Bug 496157] Re: Update to PHP 5.3.x in Lucid

2009-12-14 Thread Ondřej Surý
5.3.0 in debian experimental was very buggy/unusable. We have to see if 5.3.1 is better. -- Update to PHP 5.3.x in Lucid https://bugs.launchpad.net/bugs/496157 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-08-31 Thread Ondřej Surý
I guess this could be same bug as in http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=402181 The solution is also same, ask your vendor to fix binary compatibility or don't use packaged php5. ** Bug watch added: Debian Bug tracker #402181 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=40218

[Bug 423071] Re: PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

2009-09-02 Thread Ondřej Surý
Andrew, could you do: apt-cache policy php5 and apt-cache show php5 Because php5 depends on libapache2-mod-php5 or php5-cgi And what does apt say if you do: apt-get install php5-cgi php5 ? Ondrej -- PHP5 now depends on libapache2-mod-php5 even if lighttpd installed https://bugs.launchpad.n

[Bug 423071] Re: PHP5 now depends on libapache2-mod-php5 even if lighttpd installed

2009-09-02 Thread Ondřej Surý
I've seen this before. I more looks like apt bug and not php5s. -- PHP5 now depends on libapache2-mod-php5 even if lighttpd installed https://bugs.launchpad.net/bugs/423071 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

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

2009-09-15 Thread Ondřej Surý
> And why not create two php packages? "php5-standard" compiled without any special options and "php5-extra" (compiled with gd and perhaps other stuff). Bundled GD library in php has hardcoded dependency on php, which just adds to reasons, why it couldn't be packaged as a standalone library. What

[Bug 371612] Re: [needs-packaging] php5-litespeed

2009-09-21 Thread Ondřej Surý
See Debian bug for reasons, why this bug is invalid. ** Changed in: php5 (Ubuntu) Status: Confirmed => Invalid -- [needs-packaging] php5-litespeed https://bugs.launchpad.net/bugs/371612 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

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

2009-09-22 Thread Ondřej Surý
Could you perhaps isolate this to source code diff? O. -- 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 ubuntu-bugs

[Bug 557924] Re: php5-cgi crashed with SIGSEGV in zend_get_constant_ex()

2010-04-08 Thread Ondřej Surý
Also please install php5-dbg and get a full backtrace. http://bugs.php.net/bugs-generating-backtrace.php -- php5-cgi crashed with SIGSEGV in zend_get_constant_ex() https://bugs.launchpad.net/bugs/557924 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 554519] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events() and got stuck on "Checking disk 1 of 1 (71%)"

2010-04-03 Thread Ondřej Surý
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/42963123/BootDmesg.txt ** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/42963124/CoreDump.gz ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/42963125/CurrentDmesg.txt ** Attachment

[Bug 555031] Re: package php5-ldap 5.3.2-1ubun tu3 failed to install/upgrade: tentative de remplacement de « /usr/lib/php5/20090626 lfs/ldap.so  », qui appartient aussi au paquet libapache2-mod-ph p5

2010-04-04 Thread Ondřej Surý
*** This bug is a duplicate of bug 549291 *** https://bugs.launchpad.net/bugs/549291 ** This bug has been marked a duplicate of bug 549291 package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapac

[Bug 551685] Re: package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-04-04 Thread Ondřej Surý
*** This bug is a duplicate of bug 549291 *** https://bugs.launchpad.net/bugs/549291 ** This bug has been marked a duplicate of bug 549291 package php5-ldap 5.3.2-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626 lfs/ldap.so', which is also in package libapac

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

2010-04-06 Thread Ondřej Surý
> The Debian PHP maint have previously stated that they have either no or > only a little interest in adding php-fpm to Debian. There is no vision or > leadership from the Debian side which embraces the fpm sapi. Which is a > shame as it is already a very popular sapi. That's not true, so please s

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

2010-04-06 Thread Ondřej Surý
> It should be included but marked as experimental. There is no such think as "experimental mark". We have experimental "pseudo" release, which is not in widespread use, and we have stable/testing/unstable. What I am talking, that I don't want to see php-fpm in stable (which also means testing and

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

2010-04-06 Thread Ondřej Surý
> I meant in the description or changelog putting a note > "PHP-FPM SAPI included (experimental)" or something. How many of you do read the description of the package? I would say 20% is too much for a guess. And still I don't want php-fpm in next stable and debian packages migrate per source pack

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

2010-04-06 Thread Ondřej Surý
If your arguments are based on PHP 5.4 (which even doesn't have a release plan yet or it's own branch in SVN) then this discussion is pointless. This bug is asking for the php-fpm package right now and this is not going to happen in Debian. And I already said that we will consider it (and most prob

[Bug 584881] Re: Suggest SRU update to bird package to support OSPFv3

2010-05-24 Thread Ondřej Surý
Neil, I would suggest to track my ppa:ondrej/bird, where you will always find latest upstream release. This PPA is semi-official. My team (CZ.NIC Labs) is upstream and I am official packager for upstream and Debian packages. -- Suggest SRU update to bird package to support OSPFv3 https://bugs.lau

[Bug 572295] Re: package bird 1.0.15-2 failed to install/upgrade:

2010-05-24 Thread Ondřej Surý
Fixed in Lucid Lynx (or you can use ppa:ondrej/bird). ** Changed in: bird (Ubuntu) Status: New => Fix Committed ** Changed in: bird (Ubuntu) Status: Fix Committed => Fix Released -- package bird 1.0.15-2 failed to install/upgrade: https://bugs.launchpad.net/bugs/572295 You receive

[Bug 572291] Re: package bird6 1.0.15-2 failed to install/upgrade:

2010-05-24 Thread Ondřej Surý
Fixed in Lucid Lynx (or you can use ppa:ondrej/bird). ** Changed in: bird (Ubuntu) Status: New => Fix Released -- package bird6 1.0.15-2 failed to install/upgrade: https://bugs.launchpad.net/bugs/572291 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 478922] Re: package bird6 1.0.15-2 failed to install/upgrade: podproces installed pre-removal scr ipt zwrócił kod błędu 143

2010-05-24 Thread Ondřej Surý
Fixed in Lucid Lynx (or you can use ppa:ondrej/bird). ** Changed in: bird (Ubuntu) Status: New => Fix Committed ** Changed in: bird (Ubuntu) Status: Fix Committed => Fix Released -- package bird6 1.0.15-2 failed to install/upgrade: podproces installed pre-removal script zwrócił k

<    1   2   3   4   5   6   >