Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20 to coredump

2001-11-15 Thread Yasuo Ohgaki
Derick Rethans wrote: Hello, On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: Suggested fix. This fixes the symtom, not the problem Ok. I thought _get_zval_ptr() may return NULL when array element is not initilized. I leave this problem for real php hackers :) -- Yasuo Ohgaki

Re: [PHP-DEV] Bug #14062 Updated: Wrong filetype displayed

2001-11-15 Thread Zak Greant
Ack. I missed the second, modified code... definitely bogus. --zak On November 15, 2001 12:15 am, [EMAIL PROTECTED] wrote: ... Then it's not a bug. Filetype works from the current directory, not from the directory you used with opendir(). ... -- PHP Development Mailing List

[PHP-DEV] long CVS commit messages

2001-11-15 Thread Hartmut Holzgraefe
could someone please modify the commitinfo script to shorten the mail subject in CVS commit mail messages to a more sensible limit? right now we have the name of every affected file in the subject, which is rather disturbing for commits affecting a lot of files like my addition of XML headers to

[PHP-DEV] Bug #14058 Updated: binary and

2001-11-15 Thread bate
ID: 14058 Updated by: bate Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: Linux 2.2.14 Windows NT 5.0 PHP Version: 4.0.6 New Comment: I tested it under 4.0.6/4.1.0/4.2.0 and i got this output: 4294967295 67633152 = 67633152 So i think

[PHP-DEV] Bug #14054 Updated: Error evaluating the Intval function

2001-11-15 Thread bate
ID: 14054 Updated by: bate Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Duplicate Bug Type: *Regular Expressions Operating System: Windows 2000 Server PHP Version: 4.0.4pl1 New Comment: try (int)$val or use sprintf() or any other function to format you integer. Btw. (int)$string

[PHP-DEV] Bug #14054 Updated: Error evaluating the Intval function

2001-11-15 Thread derick
ID: 14054 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: *Regular Expressions Operating System: Windows 2000 Server PHP Version: 4.0.4pl1 New Comment: Non-Bugs have status 'Bogus' Previous Comments:

Re: [PHP-DEV] long CVS commit messages

2001-11-15 Thread Markus Fischer
-1 on that. It's easier to search for modified CVS files when the files appears in the subject. Your mail client doesn't need to do a full text/attach of the whohle mails, only the subject. For the last comment: Fix your mail client (I mean, really). However, if php-doc guys wan't to handle it

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-15 Thread Stig S. Bakken
James Moore wrote: When you cannot make up your mind, choose consistency. In this case, like it or not, the consistent thing to do is add it. I agree. It's very confusing that ?php= doesn't exist. Since nobody really objects to the addition of ?php= tag, why doesn't

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-15 Thread Stig S. Bakken
Shane Caraveo wrote: Andi Gutmans wrote: Implementing this is not a problem but it seems that there is no consensus on adding it. I'm not sure what I think. I was very much against ?= but now it exists and is used by a lot of people it might be good to have ?php= but then again I

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Proposal for release process (Was: Re:[PHP-DEV]4.1.0)

2001-11-15 Thread Stig S. Bakken
Andi Gutmans wrote: At 01:36 AM 11/14/2001 +0100, Stig S. Bakken wrote: I didn't quite understand what you mean :) All I said was that if you create a branch say 4.1.0 and you want to release 4.1.x from that branch later on whilst HEAD has already moved a couple of months you're

[PHP-DEV] Bug #14067: configure: error: libjpeg not found!

2001-11-15 Thread valeri . minkov
From: [EMAIL PROTECTED] Operating system: SUN OS 2.6 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: configure: error: libjpeg not found! ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-yp --enable-trans-sid --enable-track-vars

[PHP-DEV] Bug #14067 Updated: configure: error: libjpeg not found!

2001-11-15 Thread derick
ID: 14067 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: SUN OS 2.6 PHP Version: 4.0.6 New Comment: Can you try the latest snapshot from snaps.php.net, and see this fixes the problem? Derick Previous Comments:

[PHP-DEV] Bug #14067 Updated: configure: error: libjpeg not found!

2001-11-15 Thread valeri . minkov
ID: 14067 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: SUN OS 2.6 PHP Version: 4.0.6 New Comment: if i do ./configure without --with-jpeg-dir=/usr/local , it work`s perfect , but NO JPEG SUPPORT

[PHP-DEV] Bug #14067 Updated: configure: error: libjpeg not found!

2001-11-15 Thread derick
ID: 14067 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: SUN OS 2.6 PHP Version: 4.0.6 New Comment: Again: Can you try the latest snapshot from snaps.php.net, and see this fixes the prob lem? Derick Previous

Re: [PHP-DEV] long CVS commit messages

2001-11-15 Thread Hartmut Holzgraefe
Markus Fischer wrote: It's easier to search for modified CVS files when the files appears in the subject. Your mail client doesn't need to do a full text/attach of the whohle mails, only the subject. good point! For the last comment: Fix your mail client (I mean, really). me and my

Re: [PHP-DEV] ?php= ? sytanx again

2001-11-15 Thread Hartmut Holzgraefe
Stig S. Bakken wrote: I was also against ?= originally, but now that we do have it I agree that consistency (symmetry?) is better. i guess the term is orthogonality? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List

[PHP-DEV] Bug #14053 Updated: Memory leak when using BIG array (160MBytes)

2001-11-15 Thread derick
ID: 14053 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux (2.2.x/2.4.x) PHP Version: 4.0.6 New Comment: How many elements are there in the array? And isn't there another way to do this? Derick Previous

[PHP-DEV] Bug #13928 Updated: No support for VARIANT array return type

2001-11-15 Thread phanto
ID: 13928 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: WinNT 2000 Pro PHP Version: 4.0.6 New Comment: try one of the 4.0.7 release candidates or a current cvs snapshot. this has been fixed for a while now, read former bugreports next

[PHP-DEV] Bug #13928 Updated: No support for VARIANT array return type

2001-11-15 Thread phanto
ID: 13928 Updated by: phanto Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: COM related Operating System: WinNT 2000 Pro PHP Version: 4.0.6 Previous Comments: [2001-11-05 00:06:19] [EMAIL

[PHP-DEV] Bug #14067 Updated: configure: error: libjpeg not found!

2001-11-15 Thread valeri . minkov
ID: 14067 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: SUN OS 2.6 PHP Version: 4.0.6 New Comment: I have downloaded the latest snapshot and ./configure work`s , but make do not work:

[PHP-DEV] Bug #14056 Updated: Large amounts of fileuploads in a page cause segmentation fault

2001-11-15 Thread michiel
ID: 14056 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: Yes, it is fixed in the current CVS, I used, php4-2005 I could even increase max to

[PHP-DEV] Bug #14056 Updated: Large amounts of fileuploads in a page cause segmentation fault

2001-11-15 Thread bate
ID: 14056 Updated by: bate Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: Its now Fixed. Previous Comments:

[PHP-DEV] Bug #13827 Updated: Space character gets inserted after parsing xml into an array

2001-11-15 Thread sander
ID: 13827 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: XML related Operating System: Linux PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] HELP! how to load phpapache2.dll filter under Win32

2001-11-15 Thread Paco Ortiz
Hello, I just compiled php4apache2 filter for Win32, but the README file says how to use it only under apache 2.0.x for UNIX. It's clear because PHP is compiled into Apache. But... Can somebody tell me how to load the sapi filter under Apache 2.0.x Win32, in http.conf file? I can't find any

[PHP-DEV] Bug #12404 Updated: ISAPI mode exec() access violation

2001-11-15 Thread sander
ID: 12404 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Win32 (all) PHP Version: 4.0.6 New Comment: Can you try a development-version from http://php-dev-win.dhs.org? It might be fixed. Previous Comments:

[PHP-DEV] Bug #9119 Updated: JVM execution problem

2001-11-15 Thread sander
ID: 9119 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: Windows NT/2000 PHP Version: 4.0.4pl1 New Comment: Can you try the latest version of PHP? And can you try copy'ing jvm.dll to you winnt\system32 directory? Does

[PHP-DEV] Bug #14053 Updated: Memory leak when using BIG array (160MBytes)

2001-11-15 Thread sniper
ID: 14053 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: Linux (2.2.x/2.4.x) PHP Version: 4.0.6 New Comment: It would help also to know which database is this and if you have some sort of short example script to add here too.

[PHP-DEV] Bug #14068: 2 while list each dont work

2001-11-15 Thread witterstein
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: 2 while list each dont work ?php $a[0]=x; $a[1]=y; $b[0]=z; $b[1]=w; $b[2]=u; while (list($key,$val)=each($a) ) {

Re: [PHP-DEV] Bug #14068: 2 while list each dont work

2001-11-15 Thread Andrey Hristov
Try reset($a); before the first while, and reset($b) just before the second in the body if the first. On Thursday 15 November 2001 06:56 am, you wrote: From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug

[PHP-DEV] BUILD PHP from CVS...

2001-11-15 Thread Marco Kaiser
Hi, today i got a problem with building PHP from CVS. I checked http://www.php.net/anoncvs.php#buildconf_fail to check if correct version are installed and i got again the error 1 message. Btw i think its important to say thats BISON too required to build. There is just a little note one the

[PHP-DEV] Bug #11868 Updated: Improper character encoding

2001-11-15 Thread sniper
ID: 11868 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MSSQL related Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: Closed? Previous Comments: [2001-11-14

[PHP-DEV] Bug #13928 Updated: No support for VARIANT array return type

2001-11-15 Thread sniper
ID: 13928 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: COM related Operating System: WinNT 2000 Pro PHP Version: 4.0.6 New Comment: fixed - closed. Previous Comments:

[PHP-DEV] Bug #14068 Updated: 2 while list each dont work

2001-11-15 Thread hholzgra
ID: 14068 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: you have to reset() the arrays before the loops start to reset the internal array pointer (see

[PHP-DEV] Bug #14068 Updated: 2 while list each dont work

2001-11-15 Thread bate
ID: 14068 Updated by: bate Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: Andrey Hristov: Try reset($a); before the first while, and reset($b) just before the second in the body if

[PHP-DEV] Bug #14056 Updated: Large amounts of fileuploads in a page cause segmentation fault

2001-11-15 Thread sniper
ID: 14056 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: The next release, 4.1.0 should work just fine. ( you can try the RC2 from http://www.php.net/~zeev/php-4.1.0RC2.tar.gz) Latest

[PHP-DEV] Bug #14068 Updated: 2 while list each dont work

2001-11-15 Thread derick
ID: 14068 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: Non-Bugs are bogus. Previous Comments:

[PHP-DEV] Bug #14069: Need function for Informix

2001-11-15 Thread puawat
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3 PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Need function for Informix HI, I use PHP 4.0.6 connect to Informix IDS2000 9.21.UC5 on AIX 4.3.3. I would like to know the number of rows

Re: [PHP-DEV] 4.1.0RC2

2001-11-15 Thread Petr Cech
On Tue, Nov 13, 2001 at 04:10:01AM +0200 , Zeev Suraski wrote: http://www.php.net/~zeev/php-4.1.0RC2.tar.gz Do your thang :) There is some problem with php run from command line, when HTTP header output is disabled - that's either -f or -q test.php: ? session_start(); ? php -f test.php br

[PHP-DEV] CVS account email address incorrect

2001-11-15 Thread Joao Prado Maia
I just noticed that the email address that is stored on your databases (or wherever you keep the information on) is incorrect - [EMAIL PROTECTED] Can someone with the proper permission please change it to '[EMAIL PROTECTED]' ? Thanks, Joao -- João Prado Maia [EMAIL PROTECTED]

[PHP-DEV] ÉϹØϵͨƽ̨£¬½»ÊÂÒµÅóÓÑ£¬ÖÐÐĶ¯´ó½±

2001-11-15 Thread UP30
Title: ÉϹØϵͨ£¬½±ÉÌÎñͨ£¡ ÉϹØϵͨ£¬½±ÉÌÎñͨ

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Derick Rethans
Hello, we already have md5() as a function. md5sum() will then be the same as: echo md5(join (, file (filename))); do you really think this new function is needed? And I think that the name is not very well chosen either... regards, Derick On Thu, 15 Nov 2001, Alessandro Astarita wrote: I

[PHP-DEV] Bug #12404 Updated: ISAPI mode exec() access violation

2001-11-15 Thread ken
ID: 12404 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Win32 (all) Old PHP Version: 4.0.6 PHP Version: 4.2.0-dev New Comment: Yes!!! Forking now appears to work in ISAPI mode (havn't tested/dont

[PHP-DEV] Bug #14070: Segfault with concurrent postgres connections

2001-11-15 Thread mw
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19ext3 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Segfault with concurrent postgres connections PHP segfaults in several places, when the following conditions occur: 1. two or more concurrent

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Alessandro Astarita
Il 16:28, giovedì 15 novembre 2001, Derick Rethans ha scritto: we already have md5() as a function. md5sum() will then be the same as: echo md5(join (, file (filename))); In this way you load in memory all the file contents and then you hash it. It's not the same. My function is the php

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread derick
On Thu, 15 Nov 2001, Alessandro Astarita wrote: In this way you load in memory all the file contents and then you hash it. It's not the same. My function is the php version of the md5sum utility that you can find at example in Linux (textutils package). Then this will do the same: $sum =

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Alessandro Astarita
Il 17:25, giovedì 15 novembre 2001, [EMAIL PROTECTED] ha scritto: Then this will do the same: $sum = `md5sum filename`; Do I have to depends on the external executable? ...in my opinion is not the right way. -- Alessandro 'Asterix75' Astarita [EMAIL PROTECTED] Web Site:

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Martin Jansen
On Thu, 15 Nov 2001 17:25:24 +0100 (CET), [EMAIL PROTECTED] wrote: On Thu, 15 Nov 2001, Alessandro Astarita wrote: In this way you load in memory all the file contents and then you hash it. It's not the same. My function is the php version of the md5sum utility that you can find at example

[PHP-DEV] Bug #12404 Updated: ISAPI mode exec() access violation

2001-11-15 Thread sander
ID: 12404 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: Win32 (all) PHP Version: 4.2.0-dev New Comment: Ok. Then I'll close this bug. The binary modules supplied with 4.0.6 don't work with the latest binaries

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Sander Roobol
Then this will do the same: $sum = `md5sum filename`; Yes it will, but only if you have safe-mode disabled, and you're running Unix or Linux. +1 for adding this function. Sander -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] PHP segfaults??

2001-11-15 Thread Eric Terstegen
PHP Version: 4.0.6 I am working on a PHP extension which will basically be a wrapper for a library dealing with DECnet.. PHP is compiled as a module for Apache 1.3.20 with apxs and no special arguments. Also, I am compiling the extension by hand as illustrated in the Zend API docs (simple

[PHP-DEV] ÉϹØϵͨƽ̨£¬½»ÊÂÒµÅóÓÑ£¬ÖÐÐĶ¯´ó½±

2001-11-15 Thread UP30
Title: ÉϹØϵͨ£¬½±ÉÌÎñͨ£¡ ÉϹØϵͨ£¬½±ÉÌÎñͨ

[PHP-DEV] Karma request

2001-11-15 Thread Jan Lehnardt
Hi, can someone extend my karma to php4/pear. I'd like to help out in this area as well. Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net -- 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] Karma request

2001-11-15 Thread Jan Lehnardt
Hi, On Thu, 15 Nov 2001 18:54:40 +0100 Jan Lehnardt [EMAIL PROTECTED] wrote: Hi, can someone extend my karma to php4/pear. I'd like to help out in this area as well. user id is jan, sorry. Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net -- PHP Development Mailing List

[PHP-DEV] Bug #14071: 'admin-values' php.ini also for CGI-binary

2001-11-15 Thread maddog2k
From: [EMAIL PROTECTED] Operating system: Linux/FreeBSD PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: 'admin-values' php.ini also for CGI-binary The problem I ran into while using PHP as CGI-binary under for example Apache instead of mod_php, is

[PHP-DEV] Re: apache 2.0.28 and php 4.1rc2

2001-11-15 Thread Sebastian Bergmann
Alonso wrote: try on php.qa group. php.qa would be more off-topic than php.dev, IM(NS)HO. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing

[PHP-DEV] Bug #14072 Updated: PHP Causes OpenLink Request Broker (odbc_mv.exe) to Segfault upon odbc_do, etc.

2001-11-15 Thread arthur
ID: 14072 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: (Whoops, I forgot to mention that this is a standard MS Access DSN) Client Platform: Apache 1.3.20/PHP 4.0.6/OpenLink

[PHP-DEV] Bug #14072: PHP Causes OpenLink Request Broker (odbc_mv.exe) to Segfault upon odbc_do, etc.

2001-11-15 Thread arthur
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: PHP Causes OpenLink Request Broker (odbc_mv.exe) to Segfault upon odbc_do, etc. Client Platform: Apache 1.3.20/PHP 4.0.6/OpenLink Data Access Drivers

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Lenar Lõhmus
Alessandro Astarita wrote: Il 17:25, giovedì 15 novembre 2001, [EMAIL PROTECTED] ha scritto: Then this will do the same: $sum = `md5sum filename`; Do I have to depends on the external executable? ...in my opinion is not the right way. +1 to the function -- Lenar Lõhmus Vision Group

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Hartmut Holzgraefe
Lenar Lõhmus wrote: Alessandro Astarita wrote: Il 17:25, giovedì 15 novembre 2001, [EMAIL PROTECTED] ha scritto: Then this will do the same: $sum = `md5sum filename`; Do I have to depends on the external executable? ...in my opinion is not the right way. +1 to the function hm, what about

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread derick
On Thu, 15 Nov 2001, Hartmut Holzgraefe wrote: Lenar Lõhmus wrote: hm, what about just overloading the current md5 function? if given a string - current behavior if given a file handle resource - read file and return sum That is a possibility, better then having a new function. Although

Re: [PHP-DEV] Re: Bug #14063: unset($array[]) causes apache 1.3.20to coredump

2001-11-15 Thread Derick Rethans
On Thu, 15 Nov 2001, Yasuo Ohgaki wrote: Hi Derick, May I ask question? I've spent a little more time on this. (When I submit the patch, I spent less than 10 minutes :) When unset($arr[]) is called, get_zval_ptr() returns NULL since znode has IS_UNUSED type. unset is supposed to work on

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Andrei Zmievski
On Thu, 15 Nov 2001, [EMAIL PROTECTED] wrote: That is a possibility, better then having a new function. Although it makes it a bit obscure IMO. But I can live with it :) Why is it better than having a new function? What's wrong with having a new function? Name it md5_file() and it's pretty

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Hartmut Holzgraefe
Andrei Zmievski wrote: Why is it better than having a new function? because i realy like function overloading ;) -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Andrei Zmievski
On Thu, 15 Nov 2001, Hartmut Holzgraefe wrote: because i realy like function overloading ;) I need to use some holy water on you. -Andrei A room without books is like a body without a soul. -- Marcus Tullius Cicero (106-43 B.C.) -- PHP Development Mailing List

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Markus Fischer
On Thu, Nov 15, 2001 at 09:37:22PM +0100, Hartmut Holzgraefe wrote : Lenar Lõhmus wrote: Alessandro Astarita wrote: Il 17:25, giovedì 15 novembre 2001, [EMAIL PROTECTED] ha scritto: Then this will do the same: $sum = `md5sum filename`; Do I have to depends on the external executable?

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Joao Prado Maia
On Thu, 15 Nov 2001, Markus Fischer wrote: $m45sum = md5_file($f); I guess you probably meant this: $md5sum = md5_file('filename'); Joao -- João Prado Maia [EMAIL PROTECTED] http://phpbrasil.com - php com um jeitinho brasileiro -- Precisando de consultoria em

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Markus Fischer
On Thu, Nov 15, 2001 at 03:08:00PM -0500, Joao Prado Maia wrote : On Thu, 15 Nov 2001, Markus Fischer wrote: $m45sum = md5_file($f); I guess you probably meant this: $md5sum = md5_file('filename'); No. I refered to Hartmut who suggested: H if given a

Re: [PHP-DEV] md5sum() patch

2001-11-15 Thread Markus Fischer
Forget the message, finally managed to confuse myself ^_^ Joao, you were of course right. - Markus -- 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] Re: Bug #13103 Updated: Image output functions doesn't work properly with output buffering.

2001-11-15 Thread \[osd.dk\] Tais M. Hansen
[EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Are you sure there is no whitespace before the ?php-tag??? I'm absolutely sure. :) And if that's not the case, can you try the latest snapshot or at least 4.0.6? I haven't been able to check it in version 4.0.6

[PHP-DEV] Bug #14073: Premature end of script headers

2001-11-15 Thread actualmatt
From: [EMAIL PROTECTED] Operating system: Win98 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: Premature end of script headers Running PHP 4.0.6 on Apache 1.3.20, on Win98SE... Browser returns the 500 - Internal Server Error msg, and the error

[PHP-DEV] Bug #14073 Updated: Premature end of script headers

2001-11-15 Thread actualmatt
ID: 14073 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Win98 PHP Version: 4.0.6 New Comment: ...also, it does the same thing when run from the command line Previous Comments:

[PHP-DEV] Bug #14073 Updated: Premature end of script headers

2001-11-15 Thread actualmatt
ID: 14073 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Scripting Engine problem Bug Type: Reproducible crash Operating System: Win98 PHP Version: 4.0.6 New Comment: actually, after further checking it out, it is causing an invalid page fault in

[PHP-DEV] Bug #14075: PHP/Apache compile with domxml

2001-11-15 Thread evan
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: PHP/Apache compile with domxml PHP Configure: /configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-shared

[PHP-DEV] Bug #14063 Updated: unset($array[]) causes apache 1.3.20 to coredump

2001-11-15 Thread mfischer
ID: 14063 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0CVS-2001-11-14 New Comment: Fixed in CVS. Previous Comments:

[PHP-DEV] Bug #14076: fopen() and touch() fail to create file under safe mode

2001-11-15 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *Directory/Filesystem functions Bug description: fopen() and touch() fail to create file under safe mode Under safe mode, fopen(filename, w) fails to create a file if it doesn't exist,

[PHP-DEV] Bug #14070 Updated: Segfault with concurrent postgres connections

2001-11-15 Thread sniper
ID: 14070 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Reproducible crash Bug Type: PostgreSQL related Operating System: Linux 2.2.19ext3 PHP Version: 4.0.6 New Comment: This should be fixed in CVS. Try latest CVS snapshot from

[PHP-DEV] Bug #13103 Updated: Image output functions doesn't work properly with output buffering.

2001-11-15 Thread sniper
ID: 13103 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: FreeBSD 4.2 PHP Version: 4.0.4pl1 New Comment: User feedback: --- I haven't been able to check it in version 4.0.6 until last week. But it

[PHP-DEV] Bug #14075 Updated: PHP/Apache compile with domxml

2001-11-15 Thread sniper
ID: 14075 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: DOM XML related Operating System: RedHat 7.1 PHP Version: 4.0.6 New Comment: You have most likely not installed the -devel rpm for libxml. And it also seems like the configure finds some old

[PHP-DEV] Bug #14073 Updated: Premature end of script headers

2001-11-15 Thread actualmatt
ID: 14073 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Win98 PHP Version: 4.0.6 New Comment: This is the script that causes the problems: (I tried cutting it down more, but as the problem part

[PHP-DEV] Bug #14077: it is an easter egg in all PHP pages

2001-11-15 Thread david_69_420
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: it is an easter egg in all PHP pages This isn't a bug but an easter egg. add the line ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 minus the quotes after

[PHP-DEV] Bug #14078: it is an easter egg in all PHP pages

2001-11-15 Thread david_69_420
From: [EMAIL PROTECTED] Operating system: win 98 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: it is an easter egg in all PHP pages This isn't a bug but an easter egg. add the line ?=PHPE9568F36-D428-11d2-A769-00AA001ACF42 minus the quotes after

[PHP-DEV] Bug #14077 Updated: it is an easter egg in all PHP pages

2001-11-15 Thread sniper
ID: 14077 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: win 98 PHP Version: 4.0.6 New Comment: They're bread sticks :) Previous Comments:

[PHP-DEV] Bug #14078 Updated: it is an easter egg in all PHP pages

2001-11-15 Thread sniper
ID: 14078 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: win 98 PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=14078edit=1 -- PHP Development Mailing List http://www.php.net/ To

RE: [PHP-DEV] md5sum() patch

2001-11-15 Thread Chris Newbill
Nahh I think md5_file() isn't very good. However, overloading md5() doesn't really seem like a good idea either. md5sum() is pretty appropriate, anybody who is going to use this function is probably going to be familiar with the md5sum program. Plus md5sum() is fewer keystrokes. ;) -Chris

[PHP-DEV] Bug #14023 Updated: curl does not initialize HTTPS correctly - hence does not work.

2001-11-15 Thread alan_k
ID: 14023 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: cURL related Operating System: linux debian PHP Version: 4.0CVS-2001-11-12 New Comment: better re-open this, the fixes below and the ones in CVS do not currently deal with

[PHP-DEV] Bug #14053 Updated: Memory leak when using BIG array (160MBytes)

2001-11-15 Thread ingo . bez
ID: 14053 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: Linux (2.2.x/2.4.x) PHP Version: 4.0.6 New Comment: Hi, hholzgra! Thanks a lot - this one marks the spot. And: PHP _IS_ the right

[PHP-DEV] Bug #11389 Updated: array_walk causes Apache to crash

2001-11-15 Thread derick
ID: 11389 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Open Bug Type: Arrays related Operating System: W98 PHP Version: 4.0.6 New Comment: It's not critical, cause it does not crash PHP. Previous Comments:

[PHP-DEV] How to compile PHP with cygwin?

2001-11-15 Thread GRI
Hi I wonder if anyone have managed to compile PHP with cygwin. I get several errors when doing this. I also wonder if I intend to make a dll to extend PHP for windows, should I then compile PHP with cygwin or with MS Visual C++? Thanks -- PHP Development Mailing List http://www.php.net/

[PHP-DEV] Re: [PHP-WIN] How to compile PHP with cygwin?

2001-11-15 Thread Frank M. Kromann
Hi, Only MS VC++ is supported at this point. - Frank Hi I wonder if anyone have managed to compile PHP with cygwin. I get several errors when doing this. I also wonder if I intend to make a dll to extend PHP for windows, should I then compile PHP with cygwin or with MS Visual C++?

Re: [PHP-DEV] How to compile PHP with cygwin?

2001-11-15 Thread Alan Knowles
Have a look through the mailing list archives (php-dev) - somebody has done this. GRI wrote: Hi I wonder if anyone have managed to compile PHP with cygwin. I get several errors when doing this. I also wonder if I intend to make a dll to extend PHP for windows, should I then compile PHP with