[PHP-DEV] Bug #11822 Updated: Warning: mail() ist not supported in this PHP build in ...

2001-07-01 Thread derick
ID: 11822 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Mail related Operating system: PHP Version: 4.0.6 Assigned To: Comments: If you don't have sendmail installed, or "sendmail" could not be found in $PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr

[PHP-DEV] Bug #11829 Updated: memory access violation

2001-07-01 Thread derick
ID: 11829 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Operating system: PHP Version: 4.0.4pl1 Assigned To: Comments: Is it possible that you can shorten down your script to the point where the problem still occurs, or provide the sc

[PHP-DEV] Bug #11828 Updated: Useless flock()

2001-07-01 Thread derick
ID: 11828 Updated by: derick Reported By: Old-Status: Open Status: Feedback Bug Type: Filesystem function related Operating system: PHP Version: 4.0.6 Assigned To: Comments: Please provide a short reproducing script. Previous Comments: -

[PHP-DEV] Bug #11827 Updated: ImageTrueColorToPalette() creates palettemap.png

2001-07-01 Thread derick
ID: 11827 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: It's not PHP that is doing that, but GD 2. However, the GD documentation states that this is the purpose of this function

[PHP-DEV] Bug #11830: domxml_new_child should manage also xml docs

2001-07-01 Thread sivasubraj
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: domxml_new_child should manage also xml docs resource domxml_new_child (string name, string content) it would be useful if the function handles also xml

[PHP-DEV] Bug #11829: memory access violation

2001-07-01 Thread edward_chen
From: [EMAIL PROTECTED] Operating system: win2000professional PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: memory access violation I've writed a scheduling program with C to execute php application all day in the console mode.Sometimes will happen the fo

[PHP-DEV] Bug #8989 Updated: Bug#5493 resurfaced

2001-07-01 Thread fseesink
ID: 8989 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Session related Operating system: Windows NT 4 SP5(IIS4)/2000 SP2 PHP Version: 4.0.6 Description: Bug#5493 resurfaced >1. Only person using hostile tone around here is you. Do you even READ what you writ

Re: [PHP-DEV] switch, equality and preg_match

2001-07-01 Thread Brian Moon
It is not the switch's fault. That is just the way variable's work in PHP. If you need to know for sure about the type for this, you will need to do this: if($match==="ALPHA") { echo "hmm.. alpha\n"; } elseif($match==="BETA") { echo "hmm.. beta\n"; } elseif($match===0) { echo "hmm..

[PHP-DEV] Bug #11828: Useless flock()

2001-07-01 Thread \"Hot Soon\"
From: \"Hot Soon\" <[EMAIL PROTECTED]> Operating system: Windows 98 SE PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: Useless flock() Both flock($fp,1) and flock($fp,2) always return false. It makes flock() a useless function. -- Edit Bug re

[PHP-DEV] Bug #11827: ImageTrueColorToPalette() creates palettemap.png

2001-07-01 Thread brett
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: ImageTrueColorToPalette() creates palettemap.png When I use the function ImageTrueColorToPalette(), a file "palettemap.png" is created in the directory that con

[PHP-DEV] Bug #11760 Updated: VT_ARRAY not supported

2001-07-01 Thread phanto
ID: 11760 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Operating system: PHP Version: 4.0.6 Assigned To: Comments: both is the case :) first: array support is not implemented in php4.0.6. you have to use a recent snapshot. second

[PHP-DEV] Bug #11755 Updated: Can't pass array to COM obj

2001-07-01 Thread phanto
ID: 11755 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Operating system: PHP Version: 4.0.6 Assigned To: Comments: closed Previous Comments: --- [2001-07-01 17:27

[PHP-DEV] Bug #11755 Updated: Can't pass array to COM obj

2001-07-01 Thread phanto
ID: 11755 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating system: PHP Version: 4.0.6 Assigned To: Comments: try a recent snapshot. arrays are not supportet in php4.0.6 Previous Comments:

[PHP-DEV] Bug #11658 Updated: Getting values by reference don't work

2001-07-01 Thread phanto
ID: 11658 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating system: PHP Version: 4.0.6 Assigned To: Comments: type mismatch means, that your com object expects another type. as you see the error message is german so the error doesn't happen in php b

Re: [PHP-DEV] Bug #11818 Updated: Using the PDF functions after July1st triggers an internal PDFlib error

2001-07-01 Thread Joao Prado Maia
That is not true at all, if you bundle the PDF library with PHP releases on the Windows binary it starts being your problem too. I just went to pdflib.com and it seems to me that binary packages of pdflib for Windows have a demo / time limit. May I suggest to whoever packaged the Windows binary

[PHP-DEV] Bug #11826 Updated: Custom sessions handler using Metabase calls crashes Apache

2001-07-01 Thread aral
ID: 11826 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating system: WinMe, Linux PHP Version: 4.0.4 Description: Custom sessions handler using Metabase calls crashes Apache I have included in the downloadable file a full installation of Metabase and also a ses

[PHP-DEV] Bug #11826: Custom sessions handler using Metabase calls crashes Apache

2001-07-01 Thread aral
From: [EMAIL PROTECTED] Operating system: WinMe, Linux PHP version: 4.0.4 PHP Bug Type: Reproducible crash Bug description: Custom sessions handler using Metabase calls crashes Apache This error has been reproduced on WinMe running Apache 1.3.19, PHP 4.04, MySQL 3.23.37 and

[PHP-DEV] Bug #11825 Updated: system() not working under W2K!!!

2001-07-01 Thread dbeu
ID: 11825 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Function Specific Operating system: PHP Version: 4.0.6 Assigned To: Comments: fixed in cvs, thanks. Previous Comments: --

[PHP-DEV] Bug #10953 Updated: PHP WinHelp bug

2001-07-01 Thread derick
ID: 10953 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: I fixed it, but did not upload the manuals yet. Please be patient. Derick Previous Comments: -

[PHP-DEV] Bug #10953 Updated: PHP WinHelp bug

2001-07-01 Thread creator0
ID: 10953 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Documentation problem Operating system: Win98 PHP Version: 4.0.5 Description: PHP WinHelp bug I download new manual from your site & see this bug again. How to describe... m-m-m... 1. Open *.CHM file. 2. You

[PHP-DEV] Bug #11825: system() not working under W2K!!!

2001-07-01 Thread chris777
From: [EMAIL PROTECTED] Operating system: Win2000 PHP version: 4.0.6 PHP Bug Type: *Function Specific Bug description: system() not working under W2K!!! The function "system()" in PHP 4.0.6 does not work anymore under W2K! (I suppose under other Windows systems too). As soo

[PHP-DEV] Bug #11812 Updated: mail function

2001-07-01 Thread elixer
ID: 11812 Updated by: elixer Reported By: [EMAIL PROTECTED] Status: Suspended Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.6 Assigned To: Comments: In the meantime you can use the sendmail_port ini directive. i.e. sendmail_port = 26 Previous Comments: ---

[PHP-DEV] Bug #11824 Updated: Apache compilation with PHP/Mysql

2001-07-01 Thread derick
ID: 11824 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure Operating system: PHP Version: 4.0.6 Assigned To: Comments: No, if MySQL was linked against zlib, you need to add --with-zlib to your configure line. However, GD is linked aga

[PHP-DEV] Bug #11824: Apache compilation with PHP/Mysql

2001-07-01 Thread abernard
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Apache compilation with PHP/Mysql Hi, I know this bug was discussed before but it doesn't seems corrected in recent release of PHP. If I configure

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-07-01 Thread derick
ID: 11806 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Reproducible crash Operating system: PHP Version: 4.0.6 Assigned To: derick Comments: Previous Comments: --- [2001-07

[PHP-DEV] Bug #11488 Updated: french translation error for the "str_replace" function

2001-07-01 Thread dams
ID: 11488 Updated by: dams Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: This translation is now commited. Awaiting new regeneration. Previous Comments: --

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-07-01 Thread joe
ID: 11806 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: Linux 2.2.16 PHP Version: 4.0.6 Description: Using $string = md5($string); crashed HTTP child processes Derick, Thanks I did not think to check there this time. I see t

Re: [PHP-DEV] switch, equality and preg_match

2001-07-01 Thread chrism
I wasn't intending to throw blame at preg_match - My main concern is what switch is doing - executing the first CASE when the input is either 0 or TRUE. I don't think switch should execute the first CASE whenever a numeric 0 is fed into it. Even TRUE gives me problems. And with 0 == FALSE, it a

[PHP-DEV] CVS Account Request

2001-07-01 Thread CVS Account Request
Full name: Peter Haak Email: [EMAIL PROTECTED] ID: pixelpeter Purpose: Helping you out maintaining www.php.net -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-

[PHP-DEV] Bug #11822 Updated: Warning: mail() ist not supported in this PHP build in ...

2001-07-01 Thread dermatthes
ID: 11822 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Mail related Operating system: SuSE 7.0 PHP Version: 4.0.6 Description: Warning: mail() ist not supported in this PHP build in ... Hi, config.log tells me: configure:4628: checking for sendmail Nothin

[PHP-DEV] Bug #11822 Updated: Warning: mail() ist not supported in this PHP build in ...

2001-07-01 Thread derick
ID: 11822 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Mail related Operating system: PHP Version: 4.0.6 Assigned To: Comments: What does config.log tells about mail or sendmail? Derick Previous Comments: -

[PHP-DEV] Bug #11823: bad constructor name for IT_Error class

2001-07-01 Thread koyama
From: [EMAIL PROTECTED] Operating system: FreeBSD-4.1 PHP version: 4.0 Latest CVS (2001-07-01) PHP Bug Type: Reproducible crash Bug description: bad constructor name for IT_Error class In pear/HTML/IT_Error.php, it's defined IT_Error class. In this class, class name is 'IT_E

[PHP-DEV] Bug #11822: Warning: mail() ist not supported in this PHP build in ...

2001-07-01 Thread dermatthes
From: [EMAIL PROTECTED] Operating system: SuSE 7.0 PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: Warning: mail() ist not supported in this PHP build in ... Hi, I've configured PHP 4.0.6 for CGI. Problem: Everytime mail()-function is called it returns the e

[PHP-DEV] Bug #11821 Updated: HTML/IT_Error.php missing in pear/Makefile.in

2001-07-01 Thread sbergmann
ID: 11821 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Operating system: PHP Version: 4.0 Latest CVS (2001-07-01) Assigned To: Comments: This has been fixed in CVS. Thanks for your report. Previous Comments:

[PHP-DEV] Bug #11821: HTML/IT_Error.php missing in pear/Makefile.in

2001-07-01 Thread koyama
From: [EMAIL PROTECTED] Operating system: FreeBSD-4.1 PHP version: 4.0 Latest CVS (2001-07-01) PHP Bug Type: *Install and Config Bug description: HTML/IT_Error.php missing in pear/Makefile.in The pear/HTML/IT.php require also HTML/IT_Error.php, but there is no line for HTML/

Re: [PHP-DEV] switch, equality and preg_match

2001-07-01 Thread Andrei Zmievski
At 09:06 AM 7/1/01 -0500, Daniel Beckham wrote: >Someone poke me when you decide what to do and I'll change the return type >in the preg_match docs. I need to take a closer look at the code to see why it is that way. -Andrei -- PHP Development Mailing List To unsubscrib

Re: [PHP-DEV] switch, equality and preg_match

2001-07-01 Thread Daniel Beckham
Someone poke me when you decide what to do and I'll change the return type in the preg_match docs. Daniel - Original Message - From: "Brian Moon" <[EMAIL PROTECTED]> To: "chrism" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 3:16 AM Subject:

[PHP-DEV] Bug #11817 Updated: segfault in mhash_keygen_s2k()

2001-07-01 Thread sas
ID: 11817 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: mhash related Operating system: PHP Version: 4.0 Latest CVS (2001-07-01) Assigned To: Comments: This has been fixed in the CVS. Thanks for your report. Previous Comments:

[PHP-DEV] Bug #11820 Updated: Error in parsing switch...

2001-07-01 Thread derick
ID: 11820 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating system: PHP Version: 4.0.5 Assigned To: Comments: Not a bug, if you use a 0 before a number, it is treated like an octal number. 08 and 09 are not valid in the

[PHP-DEV] Bug #11819 Updated: Bug with ibase_execute()

2001-07-01 Thread derick
ID: 11819 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: InterBase related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is not a PHP bug. Interbase gives you a warning, and not PHP. (PHP merely shows the warning for you). Deric

[PHP-DEV] Bug #11818 Updated: Using the PDF functions after July 1st triggers an internal PDFlib error

2001-07-01 Thread derick
ID: 11818 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PDF related Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is not a bug in PHP, but some thing in the PDF library it self. Complain to the pdflib.com guys about this. Deri

[PHP-DEV] Bug #11814 Updated: ImageCreate not backward compatible

2001-07-01 Thread wez
ID: 11814 Updated by: wez Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: And I meant to say that the PHP code has not changed; so it is definitely not a PHP bug. (Remember that GD 2.0 is still bet

[PHP-DEV] Bug #10953 Updated: PHP WinHelp bug

2001-07-01 Thread derick
ID: 10953 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: This is fixed. Previous Comments:

[PHP-DEV] Bug #11814 Updated: ImageCreate not backward compatible

2001-07-01 Thread wez
ID: 11814 Updated by: wez Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating system: PHP Version: 4.0.6 Assigned To: Comments: This might actually be a bug in GD 2.0; there are a number of bugs in palette based images that will be fixed in the next release. --Wez. P

[PHP-DEV] Re: Bug #11786 Updated: Problems with variables from forms posting.

2001-07-01 Thread Michał Izydorski
Ok thanks - HomeSite has a combo with text/plain value, but i didn't saw (mail-to: only). Sorry. Mike - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 10:02 AM Subject: Bug #11786 Updated: Problems with variables from forms

[PHP-DEV] Re: Bug #11786 Updated: Problems with variables from forms posting.

2001-07-01 Thread Michał Izydorski
Ok thanks - HomeSite has a combo with text/plain value, but i didn't saw (mail-to: only). Sorry. Mike - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 10:25 AM Subject: Bug #11786 Updated: Problems with variables from form

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-07-01 Thread derick
ID: 11806 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Reproducible crash Operating system: PHP Version: 4.0.6 Assigned To: Comments: Hello, with debug enabled, do you see any errors in either your httpd errorlog or in /var/log/zenderrors ?

Re: [PHP-DEV] Bug #11815: ASP/ColdFusion Application type freature

2001-07-01 Thread derick
Hello, I'd recommand to check out the SRM project at www.vl-srm.net. This is especailly designed for this. THe integrating with PHP is not an a very high level at this moment (IE, no $HTTP_APP_DATA_VARS is set), but that is just a matter of time. The functionality is there at this moment, and is

[PHP-DEV] Bug #11718 Updated: Apache core dumps with PHP4 and IMAP && LDAP modules loaded

2001-07-01 Thread sniper
ID: 11718 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproducible crash Operating system: PHP Version: 4.0.6 Assigned To: Comments: Yes it is. If any of the libraries PHP is linked with is linked with libpthread, then Apache has to be linked w

[PHP-DEV] Bug #11820: Error in parsing switch...

2001-07-01 Thread key
From: [EMAIL PROTECTED] Operating system: WIN98 PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Error in parsing switch... switch (0) { case 01: echo "1Shit"; break; case 02: echo "2Shit"; break; case 03: echo "3Shit"; b

[PHP-DEV] Bug #10953 Updated: PHP WinHelp bug

2001-07-01 Thread sniper
ID: 10953 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Documentation problem Operating system: PHP Version: 4.0.5 Assigned To: Comments: Previous Comments: --- [2001-05-18

Re: [PHP-DEV] switch, equality and preg_match

2001-07-01 Thread Brian Moon
Here is your culprit: RETVAL_LONG(matched); The declaration in the docs says the function returns an int. However, the text of the doc says that the function returns True or False. Changing your call to: $match = (bool)preg_false(); /* prints alpha always */ gives you the results you want.

[PHP-DEV] Bug #11819: Bug with ibase_execute()

2001-07-01 Thread flying
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: InterBase related Bug description: Bug with ibase_execute() Environment: - Windows 2000 Server - Apache v1.3.20 (binaries from www.apache.org) - PHP v4.0.5 (binaries from www.php.net)

[PHP-DEV] Bug #11786 Updated: Problems with variables from forms posting.

2001-07-01 Thread brianlmoon
ID: 11786 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating system: PHP Version: 4.0.6 Assigned To: Comments: Further more this is not a valid enctype. http://www.w3.org/TR/html4/interact/forms.html#form-content-type My brows

[PHP-DEV] Bug #11818: Using the PDF functions after July 1st triggers an internal PDFlib error

2001-07-01 Thread jpm
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.5 PHP Bug Type: PDF related Bug description: Using the PDF functions after July 1st triggers an internal PDFlib error Ok, I know this sounds unbelievable but its exactly what is happening here. I'm run

[PHP-DEV] Bug #11718 Updated: Apache core dumps with PHP4 and IMAP && LDAP modules loaded

2001-07-01 Thread bruder
ID: 11718 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: Conectiva Linux (kernel 2.2.x/GL PHP Version: 4.0.6 Description: Apache core dumps with PHP4 and IMAP && LDAP modules loaded nope. It's necessary? Previous Comments: -