Am Freitag, 25. Mai 2007 20:30 schrieben Sie:
> He said that the problem only occured with the Apache 2 SAPI, so the
> gdb is for the PHP CLI.

You can also use it with apache2 sapi. But then you need to do  (Debian)

gdb /usr/sbin/apache2

and then

run -k start

If you set a break to zif_... that should work.

Regards,

Oliver




>
> Tijnema
>
> > Am Freitag, 25. Mai 2007 19:50 schrieb Arnold Daniels:
> > > Hi again,
> > >
> > > No, the symlinks work fine in the shell and with all other
> > > applications. Also I haven't mounted with any options other than
> > > 'notail'. Please have a look at the e-mail I've send a few hours ago.
> > >
> > > [EMAIL PROTECTED]:~$ mount
> > > /dev/sda3 on / type reiserfs (rw,notail)
> > > .....
> > >
> > > Best regards,
> > > Arnold
> > >
> > > Rasmus Lerdorf wrote:
> > > > Tijnema wrote:
> > > >> On 5/24/07, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
> > > >>> Which filesystems is /tmp on on the various boxes?  tmpfs related
> > > >>> perhaps?
> > > >>>
> > > >>> -Rasmus
> > > >>
> > > >> Nice idea, but I don't think it's a problem there, I think it's a
> > > >> configuration problem. I've build my own linux, and so I have all
> > > >> configuration like I want.
> > > >> I'm running php-5.2.3RC1 as Apache 2.2.3 module.
> > > >> I've split up my USB stick in a few file systems, and they worked
> > > >> all for me, except for msdos&vfat file systems, as they don't
> > > >> support symlinks.
> > > >> Test results here:
> > > >> http://86.86.80.41/fs_test.php
> > > >> and source for the test is here:
> > > >> http://86.86.80.41/fs_test.phps
> > > >
> > > > Mount options then perhaps?  There is a "nosymlink" mount option
> > > > which would certainly cause this.
> > > >
> > > > -Rasmus
> >
> > --
> > PHP Internals - PHP Runtime Development Mailing List
> > To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to