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
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
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
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
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:
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
** 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.
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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.
*
** 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
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
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
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
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
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
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
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
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ž
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ř
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
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
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
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
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
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
** 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
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
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
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
*** 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
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
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/
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
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
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
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
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
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
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
** 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
*** 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
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
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
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
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
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
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
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
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
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
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
*** 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
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 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
*** 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
*** 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
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
*** 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
> 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
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 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
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:
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
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
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
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
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
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
> 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
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
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
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
** 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
*** 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
*** 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
> 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
> 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
> 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
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
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
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
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
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
101 - 200 of 572 matches
Mail list logo