[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:

[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 #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 #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

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 be

[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

[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

[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

[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] 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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[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.

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 do

[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

[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

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 Hello.

[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

[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 http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[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] 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 for me.

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] 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 reasons and mentioned

[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 were talking about

[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 not against

[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,

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

[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=15274edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

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 together

[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).

[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] 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:

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 worked for you

[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 :) Should never send

[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

[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. _

[PHP-DEV] CVS Account Request: michelinux

2002-01-30 Thread Michel Silvestre de Lima
translating the documentation -- PHP Development Mailing List http://www.php.net/ 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 #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

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 to

[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

[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

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:

Re: [PHP-DEV] no debugging symbols found

2002-01-30 Thread derick
On Wed, 30 Jan 2002, J S wrote: 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

[PHP-DEV] Bug #15299: getdate function returns 'March' for month 2 and month 3

2002-01-30 Thread davedill
From: [EMAIL PROTECTED] Operating system: Linux, Windows98 PHP version: 4.1.1 PHP Bug Type: Calendar related Bug description: getdate function returns 'March' for month 2 and month 3 PHP Version 4.0B2 (Linux) and PHP Version 4.0.6 (Windows) both show same problem

[PHP-DEV] Bug #14737 Updated: PDF DLL is not working

2002-01-30 Thread singe60
ID: 14737 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PDF related Operating System: Windows 2000 Server PHP Version: 4.1.0 New Comment: Okay, well I resolved my problem at least... This message is a little misleading!

Re: [PHP-DEV] no debugging symbols found

2002-01-30 Thread J S
Thanks. Just tried that but it does the same. From: [EMAIL PROTECTED] To: J S [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP-DEV] no debugging symbols found Date: Wed, 30 Jan 2002 14:49:40 +0100 (CET) MIME-Version: 1.0 Received: from [212.204.192.51] by hotmail.com

[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] Old Status: Feedback Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment: I've made a small

[PHP-DEV] CVS Account Request: iulianphp

2002-01-30 Thread Iulian Nastasache
Maintaining the documentation: english to romanian translation of PHP online manual (in a team with anothers romanian programmers). Thank you. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread jan
On Wed, Jan 30, 2002 at 09:07:57AM +0100, Sebastian Bergmann wrote: 'lo, could someone please fix, if possible, the PHPDoc extension from PECL so that it compiles in ZTS mode? Can you provide some error messages ? Thanks, Sebastian Jan -- mailto: [EMAIL PROTECTED]

[PHP-DEV] Bug #15275 Updated: Apache 1.3.20 won't start with newly compiled PHP 4.1.1

2002-01-30 Thread jojo
ID: 15275 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: SuSE Linux 7.1 Kernel 2.4.2 PHP Version: 4.1.1 New Comment: PHP 4.1.1 Apache 1.3.22 on Cobald Cube 3/Linux 2.2.16, has the same bug.

[PHP-DEV] Bug #15299 Updated: getdate function returns 'March' for month 2 and month 3

2002-01-30 Thread jimw
ID: 15299 Updated by: jimw Old Summary: getdate function returns 'March' for month 2 and month 3 Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Calendar related Operating System: Linux, Windows98 PHP Version: 4.1.1 New Comment: the thirtieth day of february is in march.

[PHP-DEV] Bug #15300: multiple value for php_admin_value

2002-01-30 Thread ygarnier
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.1 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: multiple value for php_admin_value PHP compiled as static module for Apache 1.3.23 with mysql, gd and imap support ( no safe_mode ) Apache config

[PHP-DEV] Bug #15301: multiple values for php_admin_value

2002-01-30 Thread ygarnier
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.1 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: multiple values for php_admin_value PHP compiled as static module for Apache 1.3.23 with mysql, gd and imap support ( no safe_mode ) Apache config

[PHP-DEV] Bug #15300 Updated: multiple value for php_admin_value

2002-01-30 Thread ygarnier
ID: 15300 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Apache related Operating System: Linux Mandrake 8.1 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=15300edit=1 -- PHP Development Mailing List

[PHP-DEV] Optional source scrambeling

2002-01-30 Thread Rasmus Resen Amossen
I am quite unsatisfied with the fact that I currently have to BUY a product, to be able to protect my self from others, wanting to steal my php-source. Due to the fact that I want to be able to scramble my sources (for free), I now intend program a source scrambeling feature for php myself. The

[PHP-DEV] Bug #11543 Updated: Calling an object's method changes the variable to a reference to this object.

2002-01-30 Thread colleen
ID: 11543 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Operating System: Linux PHP Version: 4.0.4pl1 New Comment: I'm definitely experiencing this bug, and it causes me to lose data because the objects

Re: [PHP-DEV] Optional source scrambeling

2002-01-30 Thread Markus Fischer
On Wed, Jan 30, 2002 at 06:26:07PM +0100, Rasmus Resen Amossen wrote : How do I start on this project? You look at other OS projects like apc/apd and probably dbg. You'll have to interface with the zend module extension for that (to which exists no documentation that I know of).

[PHP-DEV] Apache specific problem..

2002-01-30 Thread Marco Kaiser
Hi Dev-Crew, just a question. Its possible to produce any Apache error? Here an example. I have a Download Manage script. dl_manager.php?filename=test1.zip so i will test with my script if the file are on my path. If it not there i will give the error handling back to Apache. So that i can

Re: [PHP-DEV] Apache specific problem..

2002-01-30 Thread Daniel Lorch
Hi, just a question. Its possible to produce any Apache error? [..] dl_manager.php?filename=test1.zip [..] if(file_exists($filename)) { [..] } else { Header(HTTP/1.0 404 Not Found); ?!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN HTMLHEAD TITLE404 Not Found/TITLE /HEADBODY H1Not

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-30 Thread garth
ID: 14797 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Martin, Just checking that you're restarting Apache after each edit to

[PHP-DEV] Bug #15285 Updated: Wrong group when creating directories

2002-01-30 Thread sander
ID: 15285 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Filesystem function related Operating System: Linux RedHat 7.x PHP Version: 4.1.0 New Comment: Usererror - bogus Previous Comments:

Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: Can you provide some error messages ? c:\home\php\php4\ext\phpdoc\phpdoc.c(177) : warning C4013: 'php_info_print_table_start' undefiniert; Annahme: extern mit Rueckgabetyp int c:\home\php\php4\ext\phpdoc\phpdoc.c(178) : warning C4013: 'php_info_print_table_header'

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-30 Thread m
ID: 14797 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: Hello, D:\127\Apache\Apache.exe -d d:\127\apache -k shutdown D:\127\Apache\Apache.exe -w -f

Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Markus Fischer
I took a look at them earlier already. Most of them are easy to remove but still I didn't get the use of istrstream in the code (thoug it looks like you could nuke this). Anyone? -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List

[PHP-DEV] Bug #15300 Updated: multiple value for php_admin_value

2002-01-30 Thread derick
ID: 15300 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: Apache related Operating System: Linux Mandrake 8.1 PHP Version: 4.1.1 New Comment: Multiple submissions should get 'bogus' state. Derick Previous Comments:

[PHP-DEV] Bug #14737 Updated: PDF DLL is not working

2002-01-30 Thread sniper
ID: 14737 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PDF related Operating System: Windows 2000 Server PHP Version: 4.1.0 New Comment: RTFM: http://www.php.net/manual/en/install.windows.php#install.windows.extensions Previous Comments:

[PHP-DEV] handling uploads (was: Re: [PEAR-CVS] cvs: php4 /pear/HTML Form.php)

2002-01-30 Thread Tomas V.V.Cox
El mié, 30-01-2002 a las 17:39, Bertrand Mansion escribió: [EMAIL PROTECTED] wrote : El mié, 30-01-2002 a las 10:26, Stig Bakken escribió: ssbWed Jan 30 04:26:25 2002 EDT Modified files: /php4/pear/HTMLForm.php Log: * XHTML fixes by Hans Westerbeek

Re: [PHP-DEV] Optional source scrambeling

2002-01-30 Thread brad lafountain
--- Rasmus Resen Amossen [EMAIL PROTECTED] wrote: I am quite unsatisfied with the fact that I currently have to BUY a product, to be able to protect my self from others, wanting to steal my php-source. Due to the fact that I want to be able to scramble my sources (for free), I now intend

[PHP-DEV] [PHP-Dev] semi-advanced question re timers

2002-01-30 Thread l0t3k
im writing an extension that manages a set of persistent resources. to be resource friendly, i want to do garbage collection on resources that have been idle for a configurable period of time. id really prefer not to use cron such, since the extension should be just plun-n-play. in the course

[PHP-DEV] Bug #15156 Updated: apache segmentation fault (11) with php4

2002-01-30 Thread cummings
ID: 15156 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux, 2.4.2 kernel PHP Version: 4.1.1 New Comment: Sorry if this is a stupid question but how do I turn off the xbit hack

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

2002-01-30 Thread sander
ID: 15293 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux 2.2.14-5.0 (RedHat 6.2) PHP Version: 4.0.6 New Comment: Can you provide a backtrace (see http://bugs.php.net/bugs-generating-backtrace.php) and your

[PHP-DEV] Bug #15301 Updated: multiple values for php_admin_value

2002-01-30 Thread sander
ID: 15301 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Linux Mandrake 8.1 PHP Version: 4.1.1 New Comment: Can you try quoting the stuff, like php_admin_value open_basedir /dir1:/dir2 ??? Previous Comments:

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

2002-01-30 Thread sander
ID: 15297 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: RedHat 7.2 PHP Version: 4.1.1 New Comment: Can you post your configure-line, and a short sample script? Also, are you using zlib outputcompression

Re: [PHP-DEV] Optional source scrambeling

2002-01-30 Thread Rasmus Resen Amossen
Why would you want to scramble your source from other people. Unless you have a company behind you making you scramble it then i just think of it as selfish. That is NOT the issue! It should be an option. And then don't use it if you don't want to. where do you think php/zend would be if

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

2002-01-30 Thread sander
ID: 15295 Updated by: sander Old Summary: apache php freebsd can't upload parameter Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: freebsd 4.4 PHP Version: 4.0.5 New Comment: The variable 'test' will only show up once you've clicked

Re: [PHP-DEV] is_subclass_of() patch

2002-01-30 Thread Andi Gutmans
Sounds OK to me although it might be confusing with the name of this function. Andi On Tue, 29 Jan 2002, Andrei Zmievski wrote: Right now is_subclass_of() will return false if the object is exactly of the class you are trying to test for. I propose the following patch: ---

Re: [PHP-DEV] is_subclass_of() patch

2002-01-30 Thread Andrei Zmievski
On Wed, 30 Jan 2002, Andi Gutmans wrote: Sounds OK to me although it might be confusing with the name of this function. Yes. I have something in mind for ZE2 - I'll work up a patch and send it to you. -Andrei Any sufficiently advanced bug is indistinguishable from a feature.

Re: [PHP-DEV] PECL/PHPDoc

2002-01-30 Thread Andi Gutmans
None of the PEAR guys ever answered my Email about PECL. Is there something which actually works? Andi On Wed, 30 Jan 2002, Sebastian Bergmann wrote: 'lo, could someone please fix, if possible, the PHPDoc extension from PECL so that it compiles in ZTS mode? Thanks, Sebastian

RE: [PHP-DEV] Optional source scrambeling

2002-01-30 Thread Jerrett Taylor
I agree.. Also if you have a way of distributing binarys, you can release the source with it.. Much like a lot of people do already with binaries for *nix .. That way you have a binary, that people can use/run without hacking it apart, and coming back to you with I broke it, fix it for me! ,

[PHP-DEV] Bug #15284 Updated: Iconv fails to convert to/from USC-4

2002-01-30 Thread nahshon
ID: 15284 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: ICONV related Operating System: Linux PHP Version: 4.1.1 Assigned To: yohgaki New Comment: I grepped php_iconv_string and it's referenced just in this file. I felt that changing it to static was

[PHP-DEV] Bug #14483 Updated: -twolevel_namespace and multiple definitions errors

2002-01-30 Thread kalowsky
ID: 14483 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Compile Failure Operating System: Mac OS X 10.1 PHP Version: 4.2.0-dev New Comment: just one detail question here, can you please include a copy of your configure options as well? Previous Comments:

[PHP-DEV] ISAPI/NSAPI FastCGI implementations available

2002-01-30 Thread Shane Caraveo
Hello everyone, Over the past few months I've slowly worked on implementing ISAPI and NSAPI modules for FastCGI. I've got everything done and working now in probably what I would call a late alpha or early beta release, though I haven't versioned it at this time. I wrote these modules to

[PHP-DEV] Bug #15302: Warning: open_basedir restriction in effect. ... in Unknown on line 0

2002-01-30 Thread fox
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: Warning: open_basedir restriction in effect. ... in Unknown on line 0 I have the same problem as in the closed bug #12995 so im opening a new

[PHP-DEV] CVS Account Request: florian

2002-01-30 Thread florian geiges
i'd like to help you with translating the php documentation into german and fix bugs in the php engine. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] Bug #15303: Error compiling

2002-01-30 Thread alex
From: [EMAIL PROTECTED] Operating system: rocklinux 1.4 PHP version: 4.1.1 PHP Bug Type: GD related Bug description: Error compiling Hello Dont know if this is a gd or php issus. I downloaded gd to have it to work with gd cause i wanted to generate alpha blending images

[PHP-DEV] ISAPI DLL Crashes Continually

2002-01-30 Thread Brent R . Matzelle
Hello Everyone, I have been using the PHP ISAPI DLL (4.1.1) with IIS 5 on Win2k Server (SP2) and have been experiencing crashes after every few minutes of use. I do not use any extensions so I know that it is not caused by them. This same crashing occurs on several boxen so I know that it is

[PHP-DEV] Bug #15304: if imap and sybase are compiled in mssql_connect does not find host

2002-01-30 Thread wolfram . schmidt
From: [EMAIL PROTECTED] Operating system: Debian Linux 2.2 PHP version: 4.1.1 PHP Bug Type: MSSQL related Bug description: if imap and sybase are compiled in mssql_connect does not find host When compiled with --with-sybase=/opt/sybase-11.9.2 and --with-imap=/opt/local

Re: [PHP-DEV] Optional source scrambeling

2002-01-30 Thread brad lafountain
Ok i guess i didn't make myself too clear ither... If you want to scramble your code you probally want to make money off of it? Correct? So then if you make money off of it they why not spend a little and buy the scrambler. Then zend can have a little of your prophit. If you want to scramble

[PHP-DEV] Bug #14803 Updated: Call to SQLGetInfo in odbc_cursor gives empty cursor name

2002-01-30 Thread kalowsky
ID: 14803 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: ODBC related Operating System: Sybase ODBC (QNX and Win2k) PHP Version: 4.1.1 New Comment: as soon as my CVS finishes its connect, this should be done. Previous Comments:

[PHP-DEV] Bug #8314 Updated: Setting the error_log = syslog does not work on Win2k

2002-01-30 Thread gpullis
ID: 8314 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: Win2k pro PHP Version: 4.0.3pl1 New Comment: I'm having the same problem with PHP 4.0.5 under Windows NT 5.0 build 2195.

[PHP-DEV] Bug #15195 Updated: SQL error: [Microsoft][ODBC dBase Driver] Could not delete from specified table

2002-01-30 Thread kalowsky
ID: 15195 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: ODBC related Operating System: win nt4.0 PHP Version: 4.0.5 New Comment: 1) Can you please post a sample script? 2) Can you please try a more recent version of PHP? Previous Comments:

[PHP-DEV] Bug #14856 Updated: Error compiling apache after compiling php with custom-odbc

2002-01-30 Thread kalowsky
ID: 14856 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PHP options/info functions Operating System: RedHat Linux 7.2 PHP Version: 4.1.1 New Comment: This sounds like your ODBC library is missing. Can you check to see if your custom ODBC

[PHP-DEV] Bug #15204 Updated: make command failed (Solid + PHP)

2002-01-30 Thread kalowsky
ID: 15204 Updated by: kalowsky Old Summary: make command failed (Solid + PHP) Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Solid related Operating System: Linux 7.3 PHP Version: 4.0.6 New Comment: for some reason it sounds as if PHP is not finding your lib file

[PHP-DEV] cli sapi argc argv

2002-01-30 Thread Edin Kadribasic
Hello, As it is now, argc and argv do not get set using cli sapi if register_globals is set to off. IMO cli should set these variables irrespective of register_globals. Any comments, objections? I'd like to thank Yasuo for bringing this to my attention. Edin -- PHP Development Mailing List

[PHP-DEV] Bug #14483 Updated: -twolevel_namespace and multiple definitions errors

2002-01-30 Thread abner
ID: 14483 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Compile Failure Operating System: Mac OS X 10.1 PHP Version: 4.2.0-dev New Comment: For the apache module, I use... ./configure --with-apxs --with-mysql Previous Comments:

Re[2]: [PHP-DEV] Optional source scrambeling

2002-01-30 Thread Daniel Lorch
Hi, To keep the linux-world 100% open source is naive. Face it. 99% is more realistic. If we want more large applications (some maybe commercial) made in php we NEED a scramble feature to ensure lager companies that their products will not be copied. is http://www.vbulletin.com/ scrambled?

[PHP-DEV] problems getting apache/php to work on aix

2002-01-30 Thread J S
Hi, Sorry this is a bit long but I'm at a loss. I'm trying to build apache-1.3.22 with modssl/modperl and (dynamic) php on AIX4.3.3.0 using VAC 5.0.0.2. Everything works fine until I uncomment LoadModule libphp4.so in httpd.conf, then apache won't start. I've tried php4.0.6, php4.1.1 and

[PHP-DEV] Bug #15305: Make install fails (shtool:install:Error: invalid number of arguments)

2002-01-30 Thread ShadowMaster
From: [EMAIL PROTECTED] Operating system: SuSE Linux 7.3 (i386) PHP version: 4.1.1 PHP Bug Type: *Compile Issues Bug description: Make install fails (shtool:install:Error: invalid number of arguments) Having configured php4.1.1 using: './configure' '--prefix=/usr/share'

[PHP-DEV] Patch for sapi/roxen/roxen.c

2002-01-30 Thread Lars Wilhelmsen
A fix for the bug number 13231 11699. makes the roxen support compile. (replaces the error() calls with php_error() ); Regards, -- Lars Wilhelmsen, Software Engineer [EMAIL PROTECTED] begin 666 roxen.c.diff M*BHJ('!HTT+C$N,2]S87!I+W)O5N+W)O5N+F,)1G)I($]C= Q,B Q M,SHU-CHS-R R,# QBTM+2!P:'

[PHP-DEV] Re: Content Management

2002-01-30 Thread Lars Wilhelmsen
[EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone know of any group who has put together a web content management architecture for a large site? Hi. But an answer to your question is: eZ Publish (GPL Licensed). http://developer.ez.no/ regards,

[PHP-DEV] Here we try again

2002-01-30 Thread Rasmus Resen Amossen
This mail concern scrambling again, but PLEASE do NOT start a political thread (again) on whether it's a good idea or not. Does anybody have a good idea on how to do it? -- Rasmus Resen Amossen | stud.mat.dat at the University of Copenhagen Jagtvej 120, -244| http://www.math.ku.dk/muh 2200

Re: [PHP-DEV] Here we try again

2002-01-30 Thread Brad Fisher
Sure. Modify the Zend Engine so that it can be told to write the parsed opcodes to a file instead of executing them. Then modify ZE to be able to recognize those binary files, and execute them directly without the need for parsing. It should give you a performance increase and let you

  1   2   >