[PHP-DEV] Bug #14989 Updated: eregi function causes problem in include file

2002-01-10 Thread mfischer
ID: 14989 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Regexps related Operating System: FreeBSD 4.4-RELEASE PHP Version: 4.1.0 New Comment: Then please provide a self-contained example which doesn't use variables but direct values passed to ereg

[PHP-DEV] consistent way to handle structs

2002-01-10 Thread Georg Richter
Hello, is there (should be) a consistent way to pass or return a structure?! e.g.: a) Function mktime splits the structure in lot of parameters b) fstat returns a non assoc array c) dio_fstat (which seems to be identical to fstat) returns an assoc array Georg -- PHP Development Mailing List

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Zak Greant
On 2002-10-01 21:28, Markus Fischer wrote: > On Thu, Jan 10, 2002 at 05:58:28PM -0700, Zak Greant wrote : [cut] > > Also, there have been discussions on Dev about this issue before. > > Might be a bit tough to find though. :) > > Hmm .. well, at least, it should be clearly documented. I

[PHP-DEV] Bug #14880 Updated: _SESSION will NOT automatically register it as a session variable

2002-01-10 Thread yohgaki
ID: 14880 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Debian 3.0 (Woody) PHP Version: 4.1.0 New Comment: I don't have problem with files handler (4.1.0, 4.1.1, 4.2.0-dev) Get rid of most configure options see if it works. Pr

[PHP-DEV] Bug #14880 Updated: _SESSION will NOT automatically register it as a session variable

2002-01-10 Thread hideki
ID: 14880 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Debian 3.0 (Woody) PHP Version: 4.1.0 New Comment: I am troubled by the same problem. * OS: Red Hat 6.2 (Zoot) Kernel 2.2.14-6.

[PHP-DEV] Bug #14989 Updated: eregi function causes problem in include file

2002-01-10 Thread nonzero
ID: 14989 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Regexps related Operating System: FreeBSD 4.4-RELEASE PHP Version: 4.1.0 New Comment: $HOSTNAME is not null, it is = to the server name. The same eregi code works fine without err

Re: [PHP-DEV] Bug #14937 Updated: Script timeouts at random places

2002-01-10 Thread Yasuo Ohgaki
It's not important but it seems your machine's clock is a little ahead of time (by few minuites) I'm using NTP to sync time and your message seems posted before my reply message ;) -- Yasuo Ohgaki -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Bug #14937 Updated: Script timeouts at random places

2002-01-10 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Fri, Jan 11, 2002 at 03:39:25AM -, [EMAIL PROTECTED] wrote : > >>ID: 14937 >>Updated by: yohgaki >>Reported By: [EMAIL PROTECTED] >>Old Status: Open >>Status: Feedback >>Bug Type: Performance problem >>Operating System: Windows 2000 Server >>PHP Version: 4.1.0 >>N

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Markus Fischer
On Fri, Jan 11, 2002 at 01:28:32PM +0900, Yasuo Ohgaki wrote : > Markus Fischer wrote: > > >On Thu, Jan 10, 2002 at 05:58:28PM -0700, Zak Greant wrote : > > > >>On 2002-10-01 17:33, Yasuo Ohgaki wrote: > >> > >>>Markus Fischer wrote: > >>> > Can someone point me where the following behaviou

Re: [PHP-DEV] Bug #14937 Updated: Script timeouts at random places

2002-01-10 Thread Markus Fischer
On Fri, Jan 11, 2002 at 03:39:25AM -, [EMAIL PROTECTED] wrote : > ID: 14937 > Updated by: yohgaki > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: Performance problem > Operating System: Windows 2000 Server > PHP Version: 4.1.0 > New Comment: > > Try APD to

[PHP-DEV] Bug #14989 Updated: eregi function causes problem in include file

2002-01-10 Thread mfischer
ID: 14989 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Old Bug Type: Scripting Engine problem Bug Type: Regexps related Operating System: FreeBSD 4.4-RELEASE PHP Version: 4.1.0 New Comment: This basically means that the regexp passed to eregi() is empty, i.e

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Thu, Jan 10, 2002 at 05:58:28PM -0700, Zak Greant wrote : > >>On 2002-10-01 17:33, Yasuo Ohgaki wrote: >> >>>Markus Fischer wrote: >>> Can someone point me where the following behaviour is documented: $ php -q >>>$foo = array(27 => 'Ene');

Re: [PHP-DEV] mkdir() , making 'mode' parameter optional

2002-01-10 Thread Markus Fischer
On Fri, Jan 11, 2002 at 05:22:54AM +0100, Markus Fischer wrote : > > In any case - a hardcoded 0777 isn't logical, apart from being less safe. > > It makes totally sense because it only relies on the umask() > being set. Well, maybe I need to explain why 0777 _is_ logical (I th

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Markus Fischer
On Thu, Jan 10, 2002 at 05:58:28PM -0700, Zak Greant wrote : > On 2002-10-01 17:33, Yasuo Ohgaki wrote: > > Markus Fischer wrote: > > > Can someone point me where the following behaviour is documented: > > > > > > $ php -q > > > > > $foo = array(27 => 'Ene'); > > > $bar = array(-

[PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Markus Fischer
On Fri, Jan 11, 2002 at 09:33:59AM +0900, Yasuo Ohgaki wrote : > Markus Fischer wrote: > > >Can someone point me where the following behaviour is documented: > > > >$ php -q > > >$foo = array(27 => 'Ene'); > >$bar = array(-1 => 'Mene'); > > > >$baz = $foo + $bar; > > > >

Re: [PHP-DEV] mkdir() , making 'mode' parameter optional

2002-01-10 Thread Markus Fischer
On Fri, Jan 11, 2002 at 12:31:39AM +0100, Melvyn Sopacua wrote : > At 00:02 11-1-2002, Markus Fischer shared with all of us: > > >On Thu, Jan 10, 2002 at 11:46:50PM +0100, Melvyn Sopacua wrote : > >> Markus Fischer said at 22:41 10-1-2002: > >> > >> >Is there someone who would object modifyi

[PHP-DEV] Bug #14931 Updated: Apache hangs when using imap with SSL

2002-01-10 Thread dwchin
ID: 14931 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Operating System: Linux PHP Version: 4.1.1 New Comment: Removing the "@" from imap_open() gives this warning message: Warning: Couldn't open stream {ten

[PHP-DEV] Bug #14931 Updated: Apache hangs when using imap with SSL

2002-01-10 Thread dwchin
ID: 14931 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Operating System: Linux PHP Version: 4.1.1 New Comment: So it looks like imap_open() doesn't return a "stream". Previous Comments: --

[PHP-DEV] Bug #14931 Updated: Apache hangs when using imap with SSL

2002-01-10 Thread dwchin
ID: 14931 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Operating System: Linux PHP Version: 4.1.1 New Comment: Some more verbose log output (from using Horde): Jan 10 22:48:23 HORDE [debug] [imp] $imp['strea

[PHP-DEV] Bug #14937 Updated: Script timeouts at random places

2002-01-10 Thread yohgaki
ID: 14937 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Performance problem Operating System: Windows 2000 Server PHP Version: 4.1.0 New Comment: Try APD to make sure if this is PHP or your script fault. http://apd.communityconnect.com/ (APD su

[PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Steve Meyers
Yasuo Ohgaki wrote: > Markus Fischer wrote: > >> Can someone point me where the following behaviour is documented: >> >> $ php -q >> > $foo = array(27 => 'Ene'); >> $bar = array(-1 => 'Mene'); >> >> $baz = $foo + $bar; >> >> var_dump($baz); >> ?> >> array(2

[PHP-DEV] Bug #14826 Updated: 4.1.0 on powerpc doesn't save session variables

2002-01-10 Thread yohgaki
ID: 14826 Updated by: yohgaki Old Summary: 4.1.0 on powerpc doesn't save session variables Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Debian Linux 2.2.19 ppc PHP Version: 4.1.0 New Comment: Your httpd may be segfaulting. Run httpd

[PHP-DEV] Bug #14989: eregi function causes problem in include file

2002-01-10 Thread nonzero
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4-RELEASE PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: eregi function causes problem in include file have a web ap with an include file called common.php that contains: ... if(eregi($HOSTNAM

[PHP-DEV] Bug #14988: mysql_pconnect() and POST takes a lot of time

2002-01-10 Thread daniel . burckhardt
From: [EMAIL PROTECTED] Operating system: w2k PHP version: 4.1.1 PHP Bug Type: MySQL related Bug description: mysql_pconnect() and POST takes a lot of time when using php 4.1.0 and 4.1.1 on win2k (both php4isapi.dll and php4apache.dll) the function-call mysql_pconnect("l

[PHP-DEV] Bug #12036 Updated: Error compiling if there is blank line before

2002-01-10 Thread a
ID: 12036 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Compile Issues Operating System: Red Hat Linux 7 PHP Version: 4.0.4 New Comment: --- Previous Comments: [2001-07-11 03:5

[PHP-DEV] Bug #12036 Updated: Error compiling if there is blank line before

2002-01-10 Thread a
ID: 12036 User updated by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Compile Issues Operating System: Red Hat Linux 7 PHP Version: 4.0.4 Previous Comments:

[PHP-DEV] Bug #14983 Updated: mail function buffer overflow

2002-01-10 Thread enricod
ID: 14983 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: this is what i came up with to fix the behaviour. It's a quick fix cause i needed PHP working for a demo tomorrow,

[PHP-DEV] Bug #12036 Updated: Error compiling if there is blank line before

2002-01-10 Thread jimmi
ID: 12036 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Compile Issues Operating System: Red Hat Linux 7 PHP Version: 4.0.4 Previous Comments: [2001-07-11 03:36:12] [EMAIL PROTE

[PHP-DEV] Bug #14987: ereg_replace with \0

2002-01-10 Thread jimmi
From: [EMAIL PROTECTED] Operating system: Red Hat Linux PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: ereg_replace with \0 I have this code: $new = ereg_replace("123", "xy\0z", "123Hai"); The result is "xy" and not "xyzHai" Is it a bug? beca

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Zak Greant
On 2002-10-01 17:33, Yasuo Ohgaki wrote: > Markus Fischer wrote: > > Can someone point me where the following behaviour is documented: > > > > $ php -q > > > $foo = array(27 => 'Ene'); > > $bar = array(-1 => 'Mene'); > > > > $baz = $foo + $bar; > > > > var_dump($baz);

[PHP-DEV] Bug #14986 Updated: Cannot find serialization handler wddx

2002-01-10 Thread yohgaki
ID: 14986 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Thanks for the report. I know why and take a look at it when I have time ;) Previous Comments: --

[PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-10 Thread Yasuo Ohgaki
Markus Fischer wrote: > Can someone point me where the following behaviour is documented: > > $ php -q > $foo = array(27 => 'Ene'); > $bar = array(-1 => 'Mene'); > > $baz = $foo + $bar; > > var_dump($baz); > ?> > array(2) { > [27]=> > string(3)

[PHP-DEV] Bug #14986: Cannot find serialization handler wddx

2002-01-10 Thread douglas_devine
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: Cannot find serialization handler wddx I recently upgraded to 4.1.1 and everything is running fine under Linux but PHP generates this message under win

[PHP-DEV] Bugreport?

2002-01-10 Thread Mark
Seems like either a bug, or a sysadmin (me) who is an idiot because it's 1.14am. Making all in curl make[2]: Entering directory `/opt/php-4.1.1/ext/curl' make[3]: Entering directory `/opt/php-4.1.1/ext/curl' /bin/sh /opt/php-4.1.1/libtool --silent --mode=compile gcc -I. -I/opt/php-4.1.1/ext/cur

[PHP-DEV] Bug #14984: php parser problem, with // comment, can reveal script

2002-01-10 Thread dd
From: [EMAIL PROTECTED] Operating system: windows and other PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: php parser problem, with // comment, can reveal script Hi all, I found this bug randomly as all other, it cause me a php html parser to

[PHP-DEV] Bug #14935 Updated: spaces NOT escaped by A..z

2002-01-10 Thread elixer
ID: 14935 Updated by: elixer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: The problem is that "space characters" in the example code is not meant to refer to specifically a space (ASCII 32) it is referring to tab, vertical tab, carria

[PHP-DEV] DOM XML: xmlReplaceNode()

2002-01-10 Thread Jaroslaw Kolakowski
Hi, What do you think about adding a function domxml_node_replace_node(), that would be a wrapper for xmlReplaceNode() function from libxml? As far as I am concerned, there is no easy way to replace a node using existing functions without rewriting the whole document tree. Regards, Jarek Kol

[PHP-DEV] Bug #14983: mail function buffer overflow

2002-01-10 Thread enricod
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: mail function buffer overflow from win32\sendmail.h : #define MAIL_BUFFER_SIZE (1024*4)/* 4k buffer */ sendmail.c uses spr

Re: [PHP-DEV] mkdir() , making 'mode' parameter optional

2002-01-10 Thread Melvyn Sopacua
At 00:02 11-1-2002, Markus Fischer shared with all of us: >On Thu, Jan 10, 2002 at 11:46:50PM +0100, Melvyn Sopacua wrote : > > Markus Fischer said at 22:41 10-1-2002: > > > > >Is there someone who would object modifying mkdir() so it > > >only needs the dirname to create and mode is opto

[PHP-DEV] Bug #14982: passthru() fails if more than one command line argument is quoted

2002-01-10 Thread peter . linstrom
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0/ Windows 2000 PHP version: 4.1.1 PHP Bug Type: Performance problem Bug description: passthru() fails if more than one command line argument is quoted Problem: When the command line passed to passthru contains more th

[PHP-DEV] Bug #14981: mail() function won't send mail to a domain containing '-' hyphens

2002-01-10 Thread andrew
From: [EMAIL PROTECTED] Operating system: Apache PHP version: 4.1.0 PHP Bug Type: Mail related Bug description: mail() function won't send mail to a domain containing '-' hyphens The following example script: $r = "[EMAIL PROTECTED]"; $s = "Message submitted at website

Re: [PHP-DEV] mkdir() , making 'mode' parameter optional

2002-01-10 Thread Markus Fischer
On Thu, Jan 10, 2002 at 11:46:50PM +0100, Melvyn Sopacua wrote : > Markus Fischer said at 22:41 10-1-2002: > > >Is there someone who would object modifying mkdir() so it > >only needs the dirname to create and mode is optonal and > >defaults to 0777 ? > > defaults to php_value php_u

[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2002-01-10 Thread pete
ID: 8769 User updated by: [EMAIL PROTECTED] Old Summary: Persistent connections aren't closed when using dynamically loaded module Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PostgreSQL related Operating System: RedHat 7.0/Linux 2.2.16 x86 PHP Version: 4.0.4pl1 New Comment: > care to

Re: [PHP-DEV] mkdir() , making 'mode' parameter optional

2002-01-10 Thread Melvyn Sopacua
Markus Fischer said at 22:41 10-1-2002: > Is there someone who would object modifying mkdir() so it > only needs the dirname to create and mode is optonal and > defaults to 0777 ? defaults to php_value php_umask ? Same for 'touch' and fopen("w")? touch is now 600, so either align th

[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2002-01-10 Thread tinus
ID: 8769 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PostgreSQL related Operating System: RedHat 7.0/Linux 2.2.16 x86 PHP Version: 4.0.4pl1 New Comment: not here. php 4.1.1 and apache 1.3.22. (PostgreSQL 7.1.3). car

[PHP-DEV] Bug #14785 Updated: cannot save data with session_register() in functions

2002-01-10 Thread jan
ID: 14785 Updated by: jan Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: Session related Operating System: Debian Linux PHP Version: 4.1.0 New Comment: no bugs can't be closed *nitpick* -> bogus Previous Comments: --

[PHP-DEV] Bug #14785 Updated: cannot save data with session_register() in functions

2002-01-10 Thread derick
ID: 14785 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Session related Operating System: Debian Linux PHP Version: 4.1.0 New Comment: Indeed, not a bug, thx for explaining!. Please also note that you can use this in 4.1.x and higher: $_SESSION['var'

[PHP-DEV] Bug #14785 Updated: cannot save data with session_register() in functions

2002-01-10 Thread bs_php
ID: 14785 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Debian Linux PHP Version: 4.1.0 New Comment: This is not a Bug. All variables that you plan to register must be global! Reason: Th

[PHP-DEV] Bug #14979 Updated: Uploads on Windows XP with apache do not upload

2002-01-10 Thread rabbitdog
ID: 14979 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Windows XP PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=14979&edit=1 -- PHP Development Mailing List

[PHP-DEV] Re: Bug #14930 Updated: CLI header suppression problems

2002-01-10 Thread J Smith
I've been looking at the source code for Perl and comparing how it reads arguments versus PHP's method, and it seems to be expected behaviour, as Perl handles the arguments as edink has shown below. As to why this behaviour is such, I'm at a loss. You'd think that the behaviour would try to

[PHP-DEV] Bug #14756 Updated: pow(0,[broken power]) gives wrong result

2002-01-10 Thread derick
ID: 14756 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Math related Operating System: Linux (Debian 2.2) PHP Version: 4.1.1 New Comment: This is fixed in CVS already Derick Previous Comments: -

[PHP-DEV] Bug #14980: "Illegal or malformed form data." is a terse message

2002-01-10 Thread mcoughlan
From: [EMAIL PROTECTED] Operating system: Debian Linux (Woody) PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: "Illegal or malformed form data." is a terse message We set our PHP.ini upload limit to be 5MB. We are using IMP and the HORDE framework fo

[PHP-DEV] Bug #14937 Updated: Script timeouts at random places

2002-01-10 Thread CharlesK
ID: 14937 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem Operating System: Windows 2000 Server PHP Version: 4.1.0 New Comment: This is a snippet from the performance log on Jan 10 2002. Notice that this s

[PHP-DEV] Bug #14979: Uploads on Windows XP with apache do not upload

2002-01-10 Thread rabbitdog
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: Uploads on Windows XP with apache do not upload Uploaded files from forms do not appear in the defined temporary directory; however, PHP acts as if i

[PHP-DEV] mkdir() , making 'mode' parameter optional

2002-01-10 Thread Markus Fischer
Is there someone who would object modifying mkdir() so it only needs the dirname to create and mode is optonal and defaults to 0777 ? bool mkdir(string pathname[, int mode = 0777]); There're no BC impacts. - Markus -- Please always Cc to me when replying to me on the l

[PHP-DEV] Bug #14930 Updated: CLI header suppression problems

2002-01-10 Thread elixer
ID: 14930 Updated by: elixer Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Output Control Operating System: linux 2.4.9 PHP Version: 4.1.1 New Comment: I don't think this is a glibc issue. Its (AFAIK) the kernel's responsibility to set this stuff up. Take a look at load_script() in

[PHP-DEV] Bug #14978 Updated: session doesn't work

2002-01-10 Thread mfischer
ID: 14978 Updated by: mfischer Old Summary: session doesn't work Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Unix PHP Version: 4.0.5 New Comment: Please ask support questions at [EMAIL PROTECTED] Previous Comments:

[PHP-DEV] Bug #14978: session doesn't work

2002-01-10 Thread mchin
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.5 PHP Bug Type: Session related Bug description: session doesn't work i can't use session, give me an error when use ie 6. Warning: Cannot send session cookie - headers already sent by (output started at /hom

[PHP-DEV] Bug #14977: iconv library not propagated from PHP to Apache

2002-01-10 Thread muhlig
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: iconv library not propagated from PHP to Apache PHP configure (please note '--with-iconv' presence): ./configure --with-zlib --with-mysql=/usr/local/hac

[PHP-DEV] Bug #14976 Updated: gzopen URLs like fopen() does

2002-01-10 Thread epicanis+php
ID: 14976 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Old Operating System: ANY (Linux)http://slashdot.org/u Operating System: ANY (Linux) PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=14976&edit=1 -- PHP

[PHP-DEV] Bug #14976: gzopen URLs like fopen() does

2002-01-10 Thread epicanis+php
From: [EMAIL PROTECTED] Operating system: ANY (Linux)http://slashdot.org/u PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: gzopen URLs like fopen() does One feature of PHP that I find REALLY handy is the transparent handling of 'remote' files (i.e.

Re: [PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread Melvyn Sopacua
At 19:21 1/10/2002 +, you wrote: >sablot will read from local filesystem only, >while within the XML it's safe to have URLs >as paths No it isn't. Not since Sablotron 0.7something. It is now reading DTD's. External Entities within the XML are ignored, DTD's in the XML not. External Entities

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
ID: 14965 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: slight correction to my last message it should read $file_path = "C:\\test\\"; :) Andrew Previous Co

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
ID: 14965 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Hi, $DOCUMENT_ROOT is a blank variable also trying the file path rather than HTTP e.g. $file_path = "C:/

[PHP-DEV] Bug #14975: Build/libtool will not use static libraries

2002-01-10 Thread djm
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: Build/libtool will not use static libraries There seems to have been a change in libtool between 4.0.6 and 4.1.x (this is happening in both 4.1.x re

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread hholzgra
ID: 14965 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Sablotron XSL Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: moved to "Documentation problem" Previous Comments: ---

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread hholzgra
ID: 14965 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sablotron XSL Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: your problem is $file_path = "http://localhost/test/";; change it to $file_path = "$DOCUMENT_ROOT/test/"; sablot will r

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread andrew . stopford
ID: 14965 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Sablotron XSL Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: Hi, I tried the following code. http://localhost/test/";; //xml file $xml_file = $file_pat

[PHP-DEV] Bug #14974: Transparency with ImageCopy

2002-01-10 Thread cyril
From: [EMAIL PROTECTED] Operating system: WIN / LINUX PHP version: 4.0.6 PHP Bug Type: GD related Bug description: Transparency with ImageCopy with GD if i copy a part of a pict2.png (with tranparency set) in an other pict1.png. GD 1.0.6 give me : the picct1.png image

[PHP-DEV] Req: Add Apache handlers, diff attached.

2002-01-10 Thread C J Michaels
Hello, If this is not the correct mailing list please advise. Thanks. I would like to request the addition of two apache handler types for use with the SetHandler (and other related) directives. Attached is a diff that adds 2 more handler types, "php-script" and "php-source". In the course of

[PHP-DEV] Bug #14756 Updated: pow(0,broken power) gives wrong result

2002-01-10 Thread php
ID: 14756 User updated by: [EMAIL PROTECTED] Old Summary: pow(0,[broken power]) gives wrong result Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Math related Operating System: Linux (Debian 2.2) PHP Version: 4.1.1 New Comment: pow() returns incorrect results when raising zero to a "broken

[PHP-DEV] Bug #14964 Updated: safe mode & basic authentication

2002-01-10 Thread benter
ID: 14964 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: linux PHP Version: 4.1.1 New Comment: Same error: * SuSE 7.3, Apache/1.3.20 (Linux/SuSE), SuSE kernel 2.4.10-4GB * instal

[PHP-DEV] Bug #14973 Updated: Mail sent by www-data on behalf of the user

2002-01-10 Thread jimw
ID: 14973 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IMAP related Operating System: Debian Linux Woody PHP Version: 4.1.0 New Comment: this is a mta configuration issue. Previous Comments:

[PHP-DEV] Bug #14973: Mail sent by www-data on behalf of the user

2002-01-10 Thread mcoughlan
From: [EMAIL PROTECTED] Operating system: Debian Linux Woody PHP version: 4.1.0 PHP Bug Type: IMAP related Bug description: Mail sent by www-data on behalf of the user We are using HORDE 2 and IMP 3. Mail sent via IMP webmail comes "From www-data on behalf of" the imp user.

[PHP-DEV] Bug #14969 Updated: IMAP_POPEN() not implemented !?!

2002-01-10 Thread hholzgra
ID: 14969 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IMAP related Operating System: linux-2.2.18 PHP Version: 4.1.0 New Comment: with database connections you usualy take advantage of the fact that a whole application uses the same username and password interna

[PHP-DEV] Bug #14969 Updated: IMAP_POPEN() not implemented !?!

2002-01-10 Thread mfischer
ID: 14969 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: IMAP related Operating System: linux-2.2.18 PHP Version: 4.1.0 Previous Comments: [2002-01-10 11:27:07] [EMAIL PROT

[PHP-DEV] Bug #14969 Updated: IMAP_POPEN() not implemented !?!

2002-01-10 Thread kalle
ID: 14969 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: IMAP related Operating System: linux-2.2.18 PHP Version: 4.1.0 New Comment: Sorry, the machine from where i copied the error message was without IMAP support, but after adding i got the message you p

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread msopacua
ID: 14965 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Sablotron XSL Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: You set the path as an http:// url. By default, Sablotron doesn't provide an http hand

[PHP-DEV] Bug #14972: Setting 'sendmail_path' leads to PHP not find sendmail

2002-01-10 Thread fuerst
From: [EMAIL PROTECTED] Operating system: MacOS 10.1.2 (Darwin 5.2) PHP version: 4.1.1 PHP Bug Type: PHP options/info functions Bug description: Setting 'sendmail_path' leads to PHP not find sendmail If 'sendmail_path' is set in the php.ini like this: sendmail_path = 'sendm

[PHP-DEV] Bug #14969 Updated: IMAP_POPEN() not implemented !?!

2002-01-10 Thread hholzgra
ID: 14969 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IMAP related Operating System: linux-2.2.18 PHP Version: 4.1.0 Previous Comments: [2002-01-10 10:40:52] [EMAIL PROTE

[PHP-DEV] Bug #14969 Updated: IMAP_POPEN() not implemented !?!

2002-01-10 Thread hholzgra
ID: 14969 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IMAP related Operating System: linux-2.2.18 PHP Version: 4.1.0 New Comment: popen is implemented but disabled in the code as it isn't working well but you should get "Persistent IMAP connections are not yet s

[PHP-DEV] Bug #14971: unhandled exception processing the ISAPI

2002-01-10 Thread dastolfo
From: [EMAIL PROTECTED] Operating system: WIN2000 server (SP2) PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: unhandled exception processing the ISAPI Application use: ODBC, sessions, sockets, gd ext. Extra: Zend Optimizer 1.2.0 (PHP files are encoded with Ze

[PHP-DEV] Bug #14965 Updated: Sablotron XLST encoding error

2002-01-10 Thread hholzgra
ID: 14965 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sablotron XSL Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: are you sure the filenames you passed are correct? i got the same message yesterday and the reason was an empt

[PHP-DEV] Bug #14826 Updated: 4.1.0 on powerpc doesn't save session variables

2002-01-10 Thread teixi
ID: 14826 User updated by: [EMAIL PROTECTED] Old Summary: 4.1.0 on powerpc doesn't save session variables Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: Debian Linux 2.2.19 ppc PHP Version: 4.1.0 New Comment: umm dosen't seems this her

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread derick
On Thu, 10 Jan 2002, Markus Fischer wrote: > On Thu, Jan 10, 2002 at 04:30:01PM +0100, [EMAIL PROTECTED] wrote : > > Fix ready, I only hit the enter key to commit :) > > What is the BC impact? Okay, this means no dinner for you! Derick > > -- > Please always Cc to me when replying to me on

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Markus Fischer
On Thu, Jan 10, 2002 at 04:30:01PM +0100, [EMAIL PROTECTED] wrote : > Fix ready, I only hit the enter key to commit :) What is the BC impact? -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL P

[PHP-DEV] Bug #14970: make terminates in informix-part because of doubly defined decimal.h

2002-01-10 Thread klaus . mueller
From: [EMAIL PROTECTED] Operating system: Reliant Unix 5.45A20 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: make terminates in informix-part because of doubly defined decimal.h Hello; i try to compile php 4.1.1 with informix-support into apache 1.3.22

[PHP-DEV] Makefiles and config.m4

2002-01-10 Thread Moisio Juha
I'm buiding new extension and I got problems with config.m4. I have external object files that should be linked into PHP binary. I ran configure and after that I added those object files to main Makefile PROGRAM_LDADD= libphp4.la $(EXT_PROGRAM_LDADD) myexternal.o myexternal2.o myexterna

[PHP-DEV] Bug #14969: IMAP_POPEN() not implemented !?!

2002-01-10 Thread kalle
From: [EMAIL PROTECTED] Operating system: linux-2.2.18 PHP version: 4.1.0 PHP Bug Type: IMAP related Bug description: IMAP_POPEN() not implemented !?! --- test.php --- --- /// --- Fatal error: Call to undefined function: imap_popen() in /home/kalle/public_html/imap.php

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread derick
On Thu, 10 Jan 2002, Zak Greant wrote: > On 2002-10-01 07:49, [EMAIL PROTECTED] wrote: > > On Thu, 10 Jan 2002, Zak Greant wrote: > > > On 2002-10-01 07:38, Derick Rethans wrote: > > > > Hello, > > > > > > > > can somebody clarify why a E_NOTICE prints 'Warning' and > > > > E_USER_NOTICE prints '

[PHP-DEV] Behaviour of $array1 + $array2

2002-01-10 Thread Markus Fischer
Can someone point me where the following behaviour is documented: $ php -q 'Ene'); $bar = array(-1 => 'Mene'); $baz = $foo + $bar; var_dump($baz); ?> array(2) { [27]=> string(3) "Ene" [-1]=> string(4) "Mene" } cheers - Markus -

[PHP-DEV] Bug #14968: SSL: couldn't create a context

2002-01-10 Thread morganh
From: [EMAIL PROTECTED] Operating system: freebsd 4.4 PHP version: 4.1.1 PHP Bug Type: cURL related Bug description: SSL: couldn't create a context while trying to use curl over https, i get the error SSL: couldn't create a context! works fine with http:// websites. the er

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread Zak Greant
On 2002-10-01 07:49, [EMAIL PROTECTED] wrote: > On Thu, 10 Jan 2002, Zak Greant wrote: > > On 2002-10-01 07:38, Derick Rethans wrote: > > > Hello, > > > > > > can somebody clarify why a E_NOTICE prints 'Warning' and > > > E_USER_NOTICE prints 'Notice'. IMO it is more clear to print 'Notice' > > >

[PHP-DEV] Bug #14380 Updated: AccessViolation: oci-Problem

2002-01-10 Thread thomas . sauer
ID: 14380 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: IIS related Operating System: Windows2000 PHP Version: 4.0.6 New Comment: we are using the pdflib from www.pdflib.com (Thomas Merz. The current version is 4.0.1 for PHP4.0.6.

[PHP-DEV] Bug #14380 Updated: AccessViolation: oci-Problem

2002-01-10 Thread derick
ID: 14380 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: IIS related Operating System: Windows2000 PHP Version: 4.0.6 New Comment: pfdlib works fine and is available for 4.1.x, where did you get it is not available? Derick Previous Comments: ---

RE: [PHP-DEV] Shared extension

2002-01-10 Thread Emanuel Dejanu
No is not working for me. What version of libtool do you have? -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: 10 ianuarie 2002 16:34 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Shared extension I've no problems with 4.1.1 I configure my

[PHP-DEV] Bug #14380 Updated: AccessViolation: oci-Problem

2002-01-10 Thread thomas . sauer
ID: 14380 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: IIS related Operating System: Windows2000 PHP Version: 4.0.6 New Comment: We are waiting for some extension, which are not available for 4.1. yet (pdflib). As soon as pdflib is

[PHP-DEV] Bug #14967: The php_printer.dll is missing in the ZIP distribution

2002-01-10 Thread emaman
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: The php_printer.dll is missing in the ZIP distribution The file php_printer.dll is missing in Windows binary distribution. -- Edit bug report at: htt

[PHP-DEV] Bug #14966 Updated: round() function doesn't always work

2002-01-10 Thread rpb
ID: 14966 User updated by: [EMAIL PROTECTED] Old Summary: round() function doesn't always work Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Math Functions Operating System: Compaq Tru64 v4.0E PHP Version: 4.0.6 New Comment: The same code is used in PHP 4.1.1, BTW. Previous Comments:

Re: [PHP-DEV] E_NOTICE

2002-01-10 Thread derick
On Thu, 10 Jan 2002, Zak Greant wrote: > On 2002-10-01 07:38, Derick Rethans wrote: > > Hello, > > > > can somebody clarify why a E_NOTICE prints 'Warning' and E_USER_NOTICE > > prints 'Notice'. IMO it is more clear to print 'Notice' in both cases. > > It probably has something to do with maint

  1   2   >