Re: [PHP-DEV] no debugging symbols found

2002-01-30 Thread J S
Thanks. I have actually done that already. But these messages seem to be coming from apache. I know what you're going to say... try their mailing list then but I have already and had no reply back. I just thought I'd try here as the problem is definitely with libphp4.so (on AIX). >From: Mark

[PHP-DEV] Bug #15288 Updated: Image*-functions being avail even if they're not implemented by gd

2002-01-30 Thread derick
ID: 15288 Updated by: derick Old Summary: Image*-functions being avail even if they're not implemented by gd Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment: I'm +1 on your patch as well, can yo

[PHP-DEV] Bug #15288 Updated: Image*-functions being avail even if they're not implemented by gd

2002-01-30 Thread matslin
ID: 15288 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment: This is excactly the point i'm trying to make. To me it seems like the most logical thing would be to not implement the functi

Re: [PHP-DEV] no debugging symbols found

2002-01-30 Thread Markus Fischer
On Wed, Jan 30, 2002 at 12:59:42PM +, J S wrote : > I want to debug a problem I'm getting in Apache with libphp4.so, but when I > run gdb httpd, I get a bunch of messages saying: > > no debugging symbols found > > Does anyone here know what I need to do to fix this? Add --enable-debug

[PHP-DEV] Bug #15288 Updated: Image*-functions being avail even if they're not implemented by gd

2002-01-30 Thread mfischer
ID: 15288 Updated by: mfischer Old Summary: Image*-functions being avail even if they're not implemented by gd Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment: This one seems really a mess to me (

[PHP-DEV] CVS Account Request: michelinux

2002-01-30 Thread Michel Silvestre de Lima
translating the documentation -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] no debugging symbols found

2002-01-30 Thread J S
Hi, I want to debug a problem I'm getting in Apache with libphp4.so, but when I run gdb httpd, I get a bunch of messages saying: no debugging symbols found Does anyone here know what I need to do to fix this? Cheers, JS. _ G

[PHP-DEV] Bug #15288 Updated: Image*-functions being avail even if they're not implemented by gd

2002-01-30 Thread matslin
ID: 15288 User updated by: [EMAIL PROTECTED] Old Summary: Image*-functions being avail even if they're not implemented by gd Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment: .. this does however not cover the TTF*

[PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-30 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Zak Greant wrote: > >> I talked to [EMAIL PROTECTED] about this quite some time ago. IIRC, we >> agreed that <<- heredoc syntax was an acceptable way to handle this. >> The <<- syntax would work like the same way as <<- in bash. >> > Hi Zak, > I worked for you :) > >

Re: [PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-30 Thread Derick Rethans
On Wed, 30 Jan 2002, Yasuo Ohgaki wrote: > Zak Greant wrote: > > I talked to [EMAIL PROTECTED] about this quite some time ago. IIRC, we > > agreed that <<- heredoc syntax was an acceptable way to handle this. > > The <<- syntax would work like the same way as <<- in bash. > > > Hi Zak, > I

[PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-30 Thread Yasuo Ohgaki
Zak Greant wrote: > I talked to [EMAIL PROTECTED] about this quite some time ago. IIRC, we > agreed that <<- heredoc syntax was an acceptable way to handle this. > The <<- syntax would work like the same way as <<- in bash. > Hi Zak, I worked for you :) -- Yasuo Ohgaki Index: Zend/zend_

[PHP-DEV] E-mail

2002-01-30 Thread Carlos Eduardo Aono de Oliveira
Title: E-mail How can I send an e-mail with PHP??!? I needed a first page, with a form, where the user put his datas... after this, I needed a second page to show to user the datas for validation... e then I don't know more. Can somebody help me?!?! Thanks..

[PHP-DEV] Bug #15274 Updated: Could not able to locate the OCI8 functions

2002-01-30 Thread sureshkb
ID: 15274 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OCI8 related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: Whenever i tried to install the 4.1.0 installshield version some files and directories are missing (even php.ini also). Bu

Re: [PHP-DEV] [BUNDLING] PHP & cURL

2002-01-30 Thread Markus Fischer
On Wed, Jan 30, 2002 at 12:48:59PM +0100, Hartmut Holzgraefe wrote : > YES! FINALLY! > > (although i'd like to see some alternative to source bundeling, > maybe something like the BSD port collection mechanism > maybe we could use the current HTTP and FTP implementations > as a fallback toget

[PHP-DEV] Bug #15274 Updated: Could not able to locate the OCI8 functions

2002-01-30 Thread sureshkb
ID: 15274 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: OCI8 related Operating System: Windows 2000 PHP Version: 4.1.0 Edit this bug report at http://bugs.php.net/?id=15274&edit=1 -- PHP Development Mailing List To unsubscribe,

Re: [PHP-DEV] [BUNDLING] PHP & cURL

2002-01-30 Thread Hartmut Holzgraefe
YES! FINALLY! (although i'd like to see some alternative to source bundeling, maybe something like the BSD port collection mechanism maybe we could use the current HTTP and FTP implementations as a fallback together with the new CLI to fetch from the net in a portable way? ... but this is

[PHP-DEV] Bug #15297: Corrupted html output

2002-01-30 Thread namela
From: [EMAIL PROTECTED] Operating system: RedHat 7.2 PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: Corrupted html output I 've tried upgrading to V4.1.1 after a succefull build i tried to fetch https pages, the behavior of php was realy strange,

[PHP-DEV] Re: Heredoc-Syntax

2002-01-30 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > It's easy, but do we really want it? > > heredoc is used like > > function foo() { > $msg = EOH > some string here and I don't see > any good reason put EOH; colum other than 1. > EOH; > print $msg; > } > > Heredoc text must start from colum 1 anyway ;) BTW, I'm

[PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-30 Thread Zak Greant
On Wed, 2002-01-30 at 04:04, [EMAIL PROTECTED] wrote: > On Wed, 30 Jan 2002, Yasuo Ohgaki wrote: > > > > therefore i wrote 'on its own line'. i suppose heredoc is handled by > > > the scanner, so this should not be a problem. > > It's handled by the scanner indeed > > > > > > > yohgaki: you wer

[PHP-DEV] Re: Heredoc-Syntax

2002-01-30 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Wed, 30 Jan 2002, Yasuo Ohgaki wrote: > > >>>therefore i wrote 'on its own line'. i suppose heredoc is handled by >>>the scanner, so this should not be a problem. >>> > > It's handled by the scanner indeed I know :) > > >>>yohgaki: you were talking about reason

Re: [PHP-DEV] Bug #15296: ftp_getresp()'s bug when ftp server returnsmultiple response code

2002-01-30 Thread Youichi Iwakiri
Hi I agree, and post patch in this mail. Thanks. --- ftp.c-orig Wed Jan 9 22:35:14 2002 +++ ftp.c Wed Jan 29 22:30:19 2002 @@ -918,6 +918,8 @@ (ftp->inbuf[2] - '0'); memmove(ftp->inbuf, ftp->inbuf + 4, FTP_BUFSIZE - 4); + if (ftp->extra) +

[PHP-DEV] Heredoc-Syntax

2002-01-30 Thread derick
On Wed, 30 Jan 2002, Yasuo Ohgaki wrote: > > therefore i wrote 'on its own line'. i suppose heredoc is handled by > > the scanner, so this should not be a problem. It's handled by the scanner indeed > > > > yohgaki: you were talking about reasons and mentioned only one that > > isn't a reason f

[PHP-DEV] Re: Bug #8685 Updated: Here-Syntax problem

2002-01-30 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > ID: 8685 > Updated by: phanto > Reported By: [EMAIL PROTECTED] > Status: Bogus > Bug Type: Feature/Change Request > PHP Version: 4.1.1 > New Comment: > > therfore i wrote 'on its own line'. i suppose heredoc is handled by the > scanner, so this should not be a problem.

[PHP-DEV] PHP on S/390

2002-01-30 Thread Edin Kadribasic
Has anyone tried running PHP on an IBM S/390? Any experiences? Edin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #8685 Updated: Here-Syntax problem

2002-01-30 Thread phanto
ID: 8685 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request PHP Version: 4.1.1 New Comment: therfore i wrote 'on its own line'. i suppose heredoc is handled by the scanner, so this should not be a problem. yohgaki: you were talking about reasons an

Re: [PHP-DEV] Bug #15296: ftp_getresp()'s bug when ftp server returns multiple response code

2002-01-30 Thread Markus Fischer
On Wed, Jan 30, 2002 at 09:59:33AM -, [EMAIL PROTECTED] wrote : > From: [EMAIL PROTECTED] > Operating system: Maybe All platform > PHP version: 4.1.1 > PHP Bug Type: FTP related > Bug description: ftp_getresp()'s bug when ftp server returns multiple response code > > H

[PHP-DEV] Bug #15296: ftp_getresp()'s bug when ftp server returns multiple response code

2002-01-30 Thread yiwakiri
From: [EMAIL PROTECTED] Operating system: Maybe All platform PHP version: 4.1.1 PHP Bug Type: FTP related Bug description: ftp_getresp()'s bug when ftp server returns multiple response code Hello. When ftp-server returns multiple response code, ftp_nlist() and ftp_rawlis

[PHP-DEV] Bug #15289 Updated: Global variables do not work with session.

2002-01-30 Thread brubla
ID: 15289 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 4.1.1 New Comment: You are right, but this construction 'global $counter' in non-function scope is using for example phpWebsite in included file

Re: [PHP-DEV] PHP 4.1.1 on Debian

2002-01-30 Thread Stig S. Bakken
If you just want to update some config.m4 file, running "autoconf" is enough. - Stig On Wed, 2002-01-23 at 15:24, Thomas Wentzel wrote: > :) > > Yes, I was adding a couple of extensions I wrote for 4.0.6. > It might be, that I'm treating it as a CVS version. But I fail > to see why! I didn't d

[PHP-DEV] Bug #15295: apache php freebsd can't upload parameter

2002-01-30 Thread alfred . ding
From: [EMAIL PROTECTED] Operating system: freebsd 4.4 PHP version: 4.0.5 PHP Bug Type: Apache related Bug description: apache php freebsd can't upload parameter hi, my system: freebsd 4.4 + apache 1.3.20 + php4.0.4pl1 the php script can't upload parameter. follo

[PHP-DEV] "no feedback"-status

2002-01-30 Thread Robin Ericsson
Would be nice to have "No feedback", on the bugs-statistics page. Can this be arranged? regards robin -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-ma

[PHP-DEV] Bug #15294 Updated: include() not working

2002-01-30 Thread mfischer
ID: 15294 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Warning Operating System: windows PHP Version: 4.1.1 New Comment: This is -> bug database <- , not a support forum. Please ask your question on [EMAIL PROTECTED] Previous Comments: ---

[PHP-DEV] Bug #15294: include() not working

2002-01-30 Thread lsuniravi
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.1.1 PHP Bug Type: Compile Warning Bug description: include() not working I have two php files where I want to include one in another php file.But I am getting the below warning.Could you please tell me.I really

[PHP-DEV] Bug #15293 Updated: Incorrect brackets in strlen crashes server

2002-01-30 Thread phil . whittaker
ID: 15293 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux 2.2.14-5.0 (RedHat 6.2) Old PHP Version: 4.0.5 PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=15293&edit=1 -- PHP Development Maili

[PHP-DEV] Bug #15293: Incorrect brackets in strlen crashes server

2002-01-30 Thread phil . whittaker
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14-5.0 (RedHat 6.2) PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Incorrect brackets in strlen crashes server Using an apache linux box if the brackets are in the wrong place, (see below) the box spaw

[PHP-DEV] Bug #15290 Updated: DirectoryIndex -> index.php must come first

2002-01-30 Thread swade
ID: 15290 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Web Server problem Operating System: rh 7.2 PHP Version: 4.1.1 New Comment: I thought caching issue too at first, but then if that was the case it would affect other files besides one named index.p

Re: [PHP-DEV] [BUNDLING] PHP & cURL

2002-01-30 Thread Edin Kadribasic
> I'd like to start bundling the cURL distribution with PHP, for both > the curl extension (for starters), as well as replacing alot of the > current ftp & http code to use the cURL library. +1 Excellent idea. I'd add another reason: matching your cURL library and your php version can

[PHP-DEV] Bug #15290 Updated: DirectoryIndex -> index.php must come first

2002-01-30 Thread swade
ID: 15290 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Web Server problem Operating System: rh 7.2 PHP Version: 4.1.1 New Comment: No, theres no index.html. I just did some more checking, I unmounted the xp share and ftp'd t

[PHP-DEV] Bug #14471 Updated: Problems with "php_iisfunc.dll" extension ( module )

2002-01-30 Thread lobbin
ID: 14471 Updated by: lobbin Old Summary: Problems with "php_iisfunc.dll" extension ( module ) Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: No Feedback Bug Type: IIS related Operating System: Win 2000 PHP Version: 4.1.0 New Comment: No feedback. Previous Comments: ---

[PHP-DEV] Bug #13963 Updated: Uploading files fails in IIS

2002-01-30 Thread lobbin
ID: 13963 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: No Feedback Bug Type: IIS related Operating System: Windows 2000 PHP Version: 4.0CVS-2001-11-06 New Comment: No feedback. Previous Comments: ---

[PHP-DEV] Bug #13689 Updated: machine crushes

2002-01-30 Thread lobbin
ID: 13689 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: No Feedback Bug Type: IIS related Operating System: win2k adv SP2 PHP Version: 4.0.4 New Comment: No feedback. Previous Comments: [2

<    1   2