[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c math.c php_math.h /ext/standard/tests/math pow.phpt

2002-01-05 Thread Jim Winstead
Sebastian Bergmann [EMAIL PROTECTED] wrote: jim winstead wrote: jimwFri Jan 4 22:45:11 2002 EDT Modified files: /php4/ext/standard basic_functions.c math.c php_math.h /php4/ext/standard/tests/math pow.phpt Log: Fixed pow(), and added finite(), isinf(),

[PHP-DEV] Bug #14867: unable dynamic load php_oci8.dll

2002-01-05 Thread zoufj
From: [EMAIL PROTECTED] Operating system: window 2000 professional PHP version: 4.1.0 PHP Bug Type: OCI8 related Bug description: unable dynamic load php_oci8.dll I use php_4.1.0+apache_1.3.22+oracle 8.0.4. In php.ini ,I configure

[PHP-DEV] Bug #14867 Updated: unable dynamic load php_oci8.dll

2002-01-05 Thread mfischer
ID: 14867 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: OCI8 related Operating System: window 2000 professional PHP Version: 4.1.0 New Comment: Try setting the extension_dir to c:/php/extensions and extension=php_oci8.dll. For further questions

[PHP-DEV] Bug #14862 Updated: xmldocfile segfaults sometimes

2002-01-05 Thread chregu
ID: 14862 Updated by: chregu Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: DOM XML related Operating System: linux PHP Version: 4.0CVS-2002-01-04 New Comment: Ok, i give up. Today, I can't reproduce it, either. If it occurs again, i will reopen this bug. Previous

[PHP-DEV] Bug #14861 Updated: nlist and rawlist don`t work with ftp-daemon of Suse

2002-01-05 Thread bernd . herbold
ID: 14861 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: FTP related Operating System: Linux and W2K PHP Version: 4.0.6 New Comment: Hello, I tried to use PHP4.1.1, but there was the same Problem. Then I tried again to resolve

[PHP-DEV] Bug #14770 Updated: phps truncates long sources

2002-01-05 Thread Shaggy_Pyce
ID: 14770 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux Mandrake 8.1 kernel 2.4.8 PHP Version: 4.1.0 New Comment: it depends on the setting of output buffering when it is off all is ok when it is set to a

Re: [PHP-DEV] Bug #14861 Updated: nlist and rawlist don`t work with ftp-daemon of Suse

2002-01-05 Thread Markus Fischer
On Sat, Jan 05, 2002 at 12:05:08PM -, [EMAIL PROTECTED] wrote : ID: 14861 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: FTP related Operating System: Linux and W2K PHP Version: 4.0.6 New Comment: Hello, I tried to

[PHP-DEV] Bug #14819 Updated: str_replace used with serialize

2002-01-05 Thread edink
ID: 14819 Updated by: edink Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Strings related Operating System: Linux PHP Version: 4.0.5 New Comment: Cannot reporoduce this: $mystring=don't; $myarray[ 0 ] = s1; $myarray[ 1 ] = s2; $myarray[ 2 ] = str_replace( ', ,

Re: [PHP-DEV] ICAP/MCAL

2002-01-05 Thread derick
On Sat, 5 Jan 2002, Chuck Hagenbuch wrote: Quoting Georg Richter [EMAIL PROTECTED]: Whats to do? Kill ICAP? I thought it was already dead? Documentation Note? There's no reason to still include support for it - if anyone managed to use the icap_* functions, well, I'd be _very_

AW: [PHP-DEV] Bug #14861 Updated: nlist and rawlist don`t work with ftp-daemon of Suse

2002-01-05 Thread Bernd Herbold
No promise on that, but you're welcome to to some testings with different servers as I will do and see how it works out (but I haven't looked at this particular C code yet). Btw, what was you're parameters passed to nlist/rawlist (directory) or did it not matter? Sorry,

[PHP-DEV] Bug #14870: GD breaks SIGUSR1 and SIGHUP

2002-01-05 Thread msopacua
From: [EMAIL PROTECTED] Operating system: BSDi 4.x PHP version: 4.0CVS-2002-01-05 PHP Bug Type: GD related Bug description: GD breaks SIGUSR1 and SIGHUP First some details: gd version: 2.0.1, using custom Makefile (will send it seperately to the php-dev list). Tested OS:

[PHP-DEV] Bug #14872: Garbage being returned when displaying contents of a url

2002-01-05 Thread webmaster
From: [EMAIL PROTECTED] Operating system: RedHat Linux PHP version: 4.0.6 PHP Bug Type: Sockets related Bug description: Garbage being returned when displaying contents of a url What should happen: == The script is meant to create a printer-friendly

Re: [PHP-DEV] Bug #14870: GD breaks SIGUSR1 and SIGHUP

2002-01-05 Thread Melvyn Sopacua
As Attached. The Makefile has been libtoolized, to allow correct building of libgd.so. A copy of libtool version 1.4.x, has been placed in the directory. This is stripped down without jpeg, but that doesn't make a difference. gd version: 2.0.1, using custom Makefile (will send it seperately to

[PHP-DEV] Bug #14872 Updated: Garbage being returned when displaying contents of a url

2002-01-05 Thread hholzgra
ID: 14872 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Operating System: RedHat Linux PHP Version: 4.0.6 New Comment: i don't know about the performance loss but the hex numbers you get are just what you requested by sending a HTTP/1.1 request

Re: [PHP-DEV] adding finite(), isnan(), isinf()

2002-01-05 Thread Andi Gutmans
At 07:12 PM 1/4/2002 -0800, Jim Winstead wrote: these are the standard C library names. are people going to insist they be phpified? is_finite() is_nan(), is_infinite()? Yes I think they should be phpified. The fact that we have some historic problems doesn't mean we should fix it now. It

[PHP-DEV] Bug #14873: docu of ob_gzhandler not uptodate

2002-01-05 Thread dickmann
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: docu of ob_gzhandler not uptodate Documentation sais, that ob_gzhandler() needs 1 parameter, but in reality it needs 2. I assume, that this second param was

[PHP-DEV] Bug #14874: Variables not passing through urls

2002-01-05 Thread pyr0t
From: [EMAIL PROTECTED] Operating system: windows xp PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: Variables not passing through urls htmlheadtitle/title/headbody a href=error.php?text=stringtextPass Variable Through Url!/abr / ? echo when you click

[PHP-DEV] Bug #14874 Updated: Variables not passing through urls

2002-01-05 Thread pyr0t
ID: 14874 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Operating System: windows xp PHP Version: 4.1.0 New Comment: i fixed the problem... i guess some part of my php.ini was curropt, i replaced it and everything worked fine Previous

[PHP-DEV] Bug #14863 Updated: When using the gmDate() function, the time/date is 8 hours ahead

2002-01-05 Thread derick
ID: 14863 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Date/time related Operating System: Win2k Pro PHP Version: 4.1.1 New Comment: Ofcouurse it does. I expect that your timezone differs 8 houurs from GMT. And gmdate shows the time in GMT. Not a

[PHP-DEV] Re: Bug #14872 Updated: Garbage being returned when displaying contents of a url

2002-01-05 Thread Steve Meyers
i don't know about the performance loss but the hex numbers you get are just what you requested The performance loss is also due to using HTTP/1.1, which defaults to having keepalive on. Until you tell it to close the connection or it times out (about 2 seconds), it will keep it open.

[PHP-DEV] Bug #14872 Updated: Garbage being returned when displaying contents of a url

2002-01-05 Thread hholzgra
ID: 14872 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Sockets related Operating System: RedHat Linux PHP Version: 4.0.6 New Comment: Steve Meyers wrote: The performance loss is also due to using HTTP/1.1, which defaults to having

[PHP-DEV] Bug #14009 Updated: ICAP link broken

2002-01-05 Thread georg
ID: 14009 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: 4.0.6 Assigned To: georg New Comment: Icap library is no longer supported and available. Icap extension will be removed in near

[PHP-DEV] Bug #14874 Updated: Variables not passing through urls

2002-01-05 Thread elixer
ID: 14874 Updated by: elixer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: windows xp PHP Version: 4.1.0 New Comment: Bogusify. Previous Comments: [2002-01-05

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Jim Winstead
Andi Gutmans [EMAIL PROTECTED] wrote: If you need to use something like strncat()/strncpy() you should use strlcpy()/strlcat(). We changed to these functions a couple of years ago. in the case of wordwrap(), it is only copying part of the source string, so strlcat() wouldn't do the job. i

[PHP-DEV] Bug #14875: image_types() IMG_GIF report false incorrectly

2002-01-05 Thread jamie
From: [EMAIL PROTECTED] Operating system: Linux Mandrake 8.1 PHP version: 4.1.1 PHP Bug Type: GD related Bug description: image_types() IMG_GIF report false incorrectly http://home.jamiebecker.com/test.html http://home.jamiebecker.com/test.phps As an aside, GIF support

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Andi Gutmans
At 06:03 PM 1/5/2002 +, Jim Winstead wrote: Andi Gutmans [EMAIL PROTECTED] wrote: If you need to use something like strncat()/strncpy() you should use strlcpy()/strlcat(). We changed to these functions a couple of years ago. in the case of wordwrap(), it is only copying part of the

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Jim Winstead
On Sat, Jan 05, 2002 at 08:22:24PM +0200, Andi Gutmans wrote: You're missing the point. In order to minimize the amount of API misuse of the str*cat() family of functions we decided only to use the ones I mentioned, everywhere. I am sure that you're code is correct but all places should

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Andi Gutmans
At 10:44 AM 1/5/2002 -0800, Jim Winstead wrote: On Sat, Jan 05, 2002 at 08:22:24PM +0200, Andi Gutmans wrote: You're missing the point. In order to minimize the amount of API misuse of the str*cat() family of functions we decided only to use the ones I mentioned, everywhere. I am sure that

[PHP-DEV] Advice wanted on function arguments

2002-01-05 Thread Brian Foddy
In an external php module project (php-tuxedo), we have a group of about 7 php functions that, depending on how we design them, could take two different types of arguments. 1. A integer argument 2. A string argument. If the string argument is given, there is another routine that can convert

[PHP-DEV] Bug #14876: ImageTTFText produces strange Warning

2002-01-05 Thread apz
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: GD related Bug description: ImageTTFText produces strange Warning Hi. I can't use ImageTTFText with PHP_GD2.DLL (on Windows 2000). The Following Code works on GD1 with 4.1.1 and

[PHP-DEV] Bug #14569 Updated: Apache crashes with Illegal instruction

2002-01-05 Thread xalkina
ID: 14569 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: linux PHP Version: 4.1.0 New Comment: Similar thing happened when trying to include OCI8 support with php4. This time, apache SIGSEGVd. After doing some search

[PHP-DEV] Bug #14872 Updated: Garbage being returned when displaying contents of a url

2002-01-05 Thread webmaster
ID: 14872 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Sockets related Operating System: RedHat Linux PHP Version: 4.0.6 New Comment: Steve, Thanks for the clarification. I posted this question in a number of forums, including, devsheds,

Re: [PHP-DEV] Advice wanted on function arguments

2002-01-05 Thread Markus Fischer
On Sat, Jan 05, 2002 at 02:10:17PM -0600, Brian Foddy wrote : 2. Overload the function arguments and check which type of arg is being passed. Just accept a ZVAL and do your appropriate conversion later on. Questions... 2. How difficult / successful is it to test the arg type

Re: [PHP-DEV] Advice wanted on function arguments

2002-01-05 Thread Andi Gutmans
Just be aware that POST/GET/COOKIE data is always saved as a string. So if someone sends you 2 it'll be the string 2. If the arguments to your function won't originate from the above but are written by the developer then overloading will work well. If not you might want to consider splitting

[PHP-DEV] Re: Bug #14872 Updated: Garbage being returned when displaying contents of a url

2002-01-05 Thread Steve Meyers
[EMAIL PROTECTED] wrote: ID: 14872 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Sockets related Operating System: RedHat Linux PHP Version: 4.0.6 New Comment: Steve, Thanks for the clarification. I posted this question in a number of

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings wordwrap.phpt

2002-01-05 Thread Jim Winstead
the test using the old code finally finished. it took almost 14 minutes. (the new code takes 0.8 seconds. i'd say it's an improvement.) jim On Sat, Jan 05, 2002 at 11:02:51PM +0200, Andi Gutmans wrote: Nice! At 08:46 PM 1/5/2002 +, jim winstead wrote: jimwSat Jan 5

[PHP-DEV] Bug #8571 Updated: CGI application misbehaved

2002-01-05 Thread lobbin
ID: 8571 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows 2000 PHP Version: 4.0.3pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #9258 Updated: Mail function hangs SMTP server

2002-01-05 Thread lobbin
ID: 9258 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows 2000 SP1 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #9342 Updated: 508 Bad Gateway Error

2002-01-05 Thread lobbin
ID: 9342 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Other web server Operating System: Zeus PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #9535 Updated: Server Application Error

2002-01-05 Thread lobbin
ID: 9535 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Win 2000 Server PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12313 Updated: parent resolving and deep require's

2002-01-05 Thread lobbin
ID: 12313 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #12583 Updated: Some children get stuck and consume all CPU time (bug #11676?)

2002-01-05 Thread lobbin
ID: 12583 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: Linux 2.4.7 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13386 Updated: problem supressing errors by '@' and including files

2002-01-05 Thread lobbin
ID: 13386 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: SuSE Linux 7.1 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #13486 Updated: Apache/PHP hangs

2002-01-05 Thread lobbin
ID: 13486 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Scripting Engine problem Operating System: SunOS 5.8 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14161 Updated: segfault after strange code

2002-01-05 Thread lobbin
ID: 14161 Updated by: lobbin Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Scripting Engine problem Operating System: Redhat 6.2 PHP Version: 4.0.6 New Comment: Any updates on this? Previous Comments:

[PHP-DEV] Bug #14504 Updated: core dump in session handling

2002-01-05 Thread lobbin
ID: 14504 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Apache related Operating System: FreeBSD 4.2-RELEASE PHP Version: 4.1.0 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14516 Updated: can't write word file

2002-01-05 Thread lobbin
ID: 14516 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: COM related Operating System: win2k server (chinese) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14519 Updated: PHP4ISAPI.DLL returns varying errors when parsing a long script of PHP objects

2002-01-05 Thread lobbin
ID: 14519 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: IIS related Operating System: Windows NT PHP Version: 4.1.0 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14528 Updated: Conflicting types for 'gdioctx'

2002-01-05 Thread lobbin
ID: 14528 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14532 Updated: streams.c:285: warning: initialization from incompatible

2002-01-05 Thread lobbin
ID: 14532 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Compile Failure Operating System: RedHat 7.2 PHP Version: 4.1.0 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14533 Updated: snmp seg fault

2002-01-05 Thread lobbin
ID: 14533 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: SNMP related Operating System: RH Linux 7.2 PHP Version: 4.1.0 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14877: HTTP_FDF_DATA not available

2002-01-05 Thread christoph . grottolo
From: [EMAIL PROTECTED] Operating system: XP Pro PHP version: 4.1.0 PHP Bug Type: FDF related Bug description: HTTP_FDF_DATA not available The data from a PDF form doesn't arrive at the php script when submitted in FDF format, however it works, when the same data is

[PHP-DEV] Bug #14878: php.exe crashes when accessed remotly but works fine at localhost

2002-01-05 Thread alex . davies
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: php.exe crashes when accessed remotly but works fine at localhost Any script as far as I can see reproduces this, such as ?phpechoThis wont work;?.

[PHP-DEV] CVS Account Request: hakan

2002-01-05 Thread Hakan Kuecuekyilmaz
I want to contribute to the german translation of the documentation. According to Egon Schmid I should apply here. As I am writing a course in german I study the the second part of the documentation and finding lot of typos and would like to correct them. regards -- PHP Development

[PHP-DEV] Bug #14879: ereg_replace incorrectly functioning

2002-01-05 Thread jhise
From: [EMAIL PROTECTED] Operating system: Linux-Mandrake 8.1 PHP version: 4.0.6 PHP Bug Type: Scripting Engine problem Bug description: ereg_replace incorrectly functioning ? ## Assign a bit of HTML to two source variables #

[PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread jhise
ID: 14879 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux-Mandrake 8.1 PHP Version: 4.0.6 New Comment: ? ## Assign a bit of HTML to two source variables # $space_source_text =

[PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread mfischer
ID: 14879 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux-Mandrake 8.1 PHP Version: 4.0.6 New Comment: No idea what your points are. The first one gives a warning REG_EMPTY and the second does what

[PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread jimw
ID: 14879 Updated by: jimw Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux-Mandrake 8.1 PHP Version: 4.0.6 New Comment: ereg_replace is behaving as designed, more or less. the behavior of an empty first parameter is undefined (although with

[PHP-DEV] Bug #11932 Updated: When mb_send_mail function receive 5 argument, PHP doesn't show any screen.

2002-01-05 Thread hirokawa
ID: 11932 Updated by: hirokawa Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: Unknown/Other Function Operating System: FreeBSD 4.2-RELEASE PHP Version: 4.0.6 Assigned To: [EMAIL PROTECTED] New Comment: This problem was already fixed in PHP-4.1.0/4.1.1. Previous

Re: [PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread Markus Fischer
On Sun, Jan 06, 2002 at 12:05:45AM -, [EMAIL PROTECTED] wrote : ID: 14879 Updated by: jimw Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux-Mandrake 8.1 PHP Version: 4.0.6 New Comment: ereg_replace is behaving as designed,

Re: [PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread Jim Winstead
On Sun, Jan 06, 2002 at 01:14:23AM +0100, Markus Fischer wrote: On Sun, Jan 06, 2002 at 12:05:45AM -, [EMAIL PROTECTED] wrote : ereg_replace is behaving as designed, more or less. the behavior of an empty first parameter is undefined (although with the bundled regular expression

Re: [PHP-DEV] Bug #14879 Updated: ereg_replace incorrectly functioning

2002-01-05 Thread Markus Fischer
On Sat, Jan 05, 2002 at 04:30:10PM -0800, Jim Winstead wrote : On Sun, Jan 06, 2002 at 01:14:23AM +0100, Markus Fischer wrote: On Sun, Jan 06, 2002 at 12:05:45AM -, [EMAIL PROTECTED] wrote : ereg_replace is behaving as designed, more or less. the behavior of an empty first

[PHP-DEV] Bug #14877 Updated: HTTP_FDF_DATA not available

2002-01-05 Thread hholzgra
ID: 14877 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: FDF related Operating System: XP Pro PHP Version: 4.1.0 New Comment: just curious: you have configured php to use the fdf extension? Previous Comments:

[PHP-DEV] Re: PHP 5

2002-01-05 Thread John Lim
Hi, Peter Illes [EMAIL PROTECTED] has this feature request he posted in php.windows. Looks useful to me for php 5: My original problem is simpler than that, though: I'd like to pre-allocate a buffer for the string. Is this possible in PHP? This is possible in both C/C++ and Delphi (with

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

2002-01-05 Thread 247net
From: [EMAIL PROTECTED] Operating system: Debian 3.0 (Woody) PHP version: 4.1.0 PHP Bug Type: Session related Bug description: _SESSION will NOT automatically register it as a session variable ? function func1(){ echo Set iVarbr; $_SESSION[iVar] = 8; } function

[PHP-DEV] Bug #14881: Apache fails to start after PHP compile

2002-01-05 Thread dw59
From: [EMAIL PROTECTED] Operating system: Cobalt (Red Hat) Linux 6.0 PHP version: 4.1.1 PHP Bug Type: *Web Server problem Bug description: Apache fails to start after PHP compile After compile of PHP 4.1.1 Apache failed to start with the following warning:

[PHP-DEV] *** ATTENTION *** message in the current cvs build

2002-01-05 Thread Edin Kadribasic
On my RedHat 6.2 php begun spiting *** ATTENTION *** Something is likely to be messed up here... message since couple of days ago. Just with plain ./configure. It build fine. It appears to run fine as well. Can anyone reproduce this? Edin debug.log == CONFIGURE: './configure' CC:

[PHP-DEV] Care to test cli sapi?

2002-01-05 Thread Edin Kadribasic
If you do: - unpack cli.tar.gz in /sapi - apply main.diff.txt patch in /main - ./configure --with-cli That's it. This is cut-down version of cgi sapi with most of cgi specific stuff removed. Some bugs (like #12219) fixed (therefore the need for patch of /main). Edin P.S. If the list kills the

[PHP-DEV] Bug #14882: PHP as ISAPI dll causes ASP to generate Internal Server Error 5000

2002-01-05 Thread carlosi
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: PHP as ISAPI dll causes ASP to generate Internal Server Error 5000 The problem only appears when running under Windows 2000 and IIS5. I tried the

[PHP-DEV] Bug #14882 Updated: PHP as ISAPI dll causes ASP to generate Internal Server Error 5000

2002-01-05 Thread carlosi
ID: 14882 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: IIS related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: I just noticed that if you also install the php4isapi.dll as an ISAPI Filter then the

[PHP-DEV] Bug #14883: Remote vulnerability allows access to ALL files on webserver

2002-01-05 Thread pbtech
From: [EMAIL PROTECTED] Operating system: Windows NT (all Win32) PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Remote vulnerability allows access to ALL files on webserver Report yesterday (4 Jan 02) at