[PHP-DEV] PHP 4.0 Bug #9825 Updated: COM with Seagate Crystal Reports

2001-03-24 Thread ajab
ID: 9825 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: COM with Seagate Crystal Reports $cr=new com("Crystal.CRPE.Application") or die("cannot load cr com"); $rn="F:\notes5\test.rpt"; $rap=$cr-OpenReport($rn); Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9644 Updated: File Upload eats all RAM and swap space

2001-03-24 Thread gerard
ID: 9644 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Description: File Upload eats all RAM and swap space After recompiling PHP with a few less options in my configure line, everything is working fine! Not sure exactly which option, when

Re: [PHP-DEV] Bi-directional popen()

2001-03-24 Thread chrisv
On Wed, 21 Mar 2001, Anil Madhavapeddy wrote: This has come up a few times, but is there any chance of having a bi-directional popen() that doesn't depend on the underlying system call supporting it? Hm.. it would be possible to make one that uses socketpair() instead of pipe() to do it's

[PHP-DEV] PHP 4.0 Bug #9966: date(today) and date(tomorrow) return twice the same date

2001-03-24 Thread leonardo
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: date(today) and date(tomorrow) return twice the same date I made a script that loops through a week ahead (starting from 19 of March 2001 and

[PHP-DEV] CVS Account Request

2001-03-24 Thread CVS Account Request
Full name: leejd Email: [EMAIL PROTECTED] ID: leejd Purpose: develop with PHP -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9967: Some .php filenames generate 'Failed opening ... for inclusion...' warning.

2001-03-24 Thread cd
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0 Latest CVS (24/03/2001) PHP Bug Type: Scripting Engine problem Bug description: Some .php filenames generate 'Failed opening ... for inclusion...' warning. The full warning is: Warning: Failed opening

[PHP-DEV] CVS Account Request

2001-03-24 Thread CVS Account Request
Full name: Kashif Aziz Email: [EMAIL PROTECTED] ID: kashaziz Purpose: Subscription to PHP list and a CVS account -- 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,

[PHP-DEV] Re: PHP 4.0 Bug #9956 Updated:

2001-03-24 Thread Marcus Vinícius Bastos de Andrade
sorry hug! Marcus On Fri, 23 Mar 2001, you wrote: ID: 9956 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: Please use [EMAIL PROTECTED] to report these kind of errors. --Jani Previous

[PHP-DEV] PHP 4.0 Bug #9531 Updated: make fails at make . - /usr/bin/ld: cannot open -lxmltok

2001-03-24 Thread php
ID: 9531 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: make fails at "make ." - /usr/bin/ld: cannot open -lxmltok I could not find zlib.h also, it seems that rpm -i libz-1_1_3-4_src.rpm did not do anything (no install confirmation)

[PHP-DEV] PHP 4.0 Bug #9968: ld: fatal: Symbol referencing errors.

2001-03-24 Thread brad
From: [EMAIL PROTECTED] Operating system: SunOS 5.7 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: ld: fatal: Symbol referencing errors. I'm trying to install PHP 4.0.4pl1 on SunOS hill.adgrafix.com 5.7 Generic_106541-07 sun4u sparc

[PHP-DEV] PHP 4.0 Bug #9968 Updated: ld: fatal: Symbol referencing errors.

2001-03-24 Thread derick
ID: 9968 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: which symbols cause problems? Can you possibly put the debug.log on a website for use to see? Derick Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9969: Feature request: persistent FTP connections

2001-03-24 Thread mattias . vermeulen
From: [EMAIL PROTECTED] Operating system: Win ME PHP version: 4.0.4pl1 PHP Bug Type: FTP related Bug description: Feature request: persistent FTP connections Since this is where I end up clicking 'click here to request a feature', I've got one for you: I think it would be

[PHP-DEV] PHP 4.0 Bug #9961 Updated: CGI Error

2001-03-24 Thread stephan
ID: 9961 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: IIS related Description: CGI Error Ok i just found out that the program has insufficient permission to php4ts.dll == i wrote an analyzing program with witch i replaced the php.exe interpreter. I think this tool could help

[PHP-DEV] PHP 4.0 Bug #9970: fread() and file() cancels reading of any file on first #26 (Ctrl-Z) symbol

2001-03-24 Thread rmi
From: [EMAIL PROTECTED] Operating system: Win2000 Server/Russian PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: fread() and file() cancels reading of any file on first #26 (Ctrl-Z) symbol This happens only in ISAPI module. fread() and file

[PHP-DEV] PHP 4.0 Bug #9970 Updated: fread() and file() cancels reading of any file on first #26 (Ctrl-Z) symbol

2001-03-24 Thread derick
ID: 9970 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Filesystem function related Assigned To: Comments: This is not a bug, if you open the file with fopen ("filename", "rb"); (b = binary) it should work fine. file() however wont work this way.

[PHP-DEV] CVS Account Request

2001-03-24 Thread CVS Account Request
Full name: Ufuk KOCOLU Email: [EMAIL PROTECTED] ID: ufux Purpose: Manual Authoring -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9971: Crash

2001-03-24 Thread ufuk . kocolu
From: [EMAIL PROTECTED] Operating system: nt40 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Crash When I tried to create a for loop like (for $i = 0; $i = 10; $i++) ... it crashes out. After I changed the code like for ($i = 0; $i 10;

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread derick
ID: 9971 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Do you get a crash or a parse error? Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9968 Updated: ld: fatal: Symbol referencing errors.

2001-03-24 Thread brad
ID: 9968 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: ld: fatal: Symbol referencing errors. http://216.248.192.16/debug.txt Previous Comments: --- [2001-03-24

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread ufuk . kocolu
ID: 9971 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Crash I get a crash, my whole system stops and I have to restart usually. Previous Comments: ---

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-03-24 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (528 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus

[PHP-DEV] PHP 4.0 Bug #9970 Updated: fread() and file() cancels reading of any file on first #26 (Ctrl-Z) symbol

2001-03-24 Thread sniper
ID: 9970 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Filesystem function related Assigned To: Comments: file() function was changed to open file in binary mode in the CVS (2000/12/12). --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread ufuk . kocolu
ID: 9971 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Crash I get a crash, my whole system stops and I have to restart usually. Previous Comments: --- [2001-03-24 11:57:10]

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread derick
ID: 9971 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Can you post the whole source of a script that crashes on the web somewhere? (Or if it's small, put it into this bug report). Can you also tell

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread ufuk . kocolu
ID: 9971 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Crash I use PHP4.0.5dev on NT4.0 the code is simple table border=0 ? for ($i = 0; $i = $newvalue; $i++) { ? tr td ? echo $i; ? /td /tr ? } ? /table

[PHP-DEV] PHP 4.0 Bug #9746 Updated: pg_close (or autoclose) closes wrong connections

2001-03-24 Thread romolo
ID: 9746 Updated by: romolo Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Assigned To: Comments: Try current CVS release, at lest in my case the bug seem to be solved. The problem appeared to be in the close function as it was closing first the specified connection

[PHP-DEV] PHP 4.0 Bug #9937 Updated: pg_close close any connection open with the same connection string

2001-03-24 Thread romolo
ID: 9937 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: PostgreSQL related Description: pg_close close any connection open with the same connection string Seem closed Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9972: after session_destroy session_start variable still has a value

2001-03-24 Thread sstraka
From: [EMAIL PROTECTED] Operating system: Win98 SE, Linux PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: after session_destroy session_start variable still has a value I've used session_register("sErr") to register session variable. then it's used in

[PHP-DEV] PHP 4.0 Bug #9973: See below

2001-03-24 Thread rcherry
From: [EMAIL PROTECTED] Operating system: PHP version: Earlier? Upgrade first! PHP Bug Type: Scripting Engine problem Bug description: See below In an HTML form, I have created an array of check boxes with the name c[] for each box. I checked the third box on the form.

[PHP-DEV] sockets.c problem SunOS 5.7

2001-03-24 Thread Fabian Thylmann
Hey.. I had a problem compiling sockets.c on sunos 5.7. After looking at socket.h on sunos5.7 I saw the _XPG4_2 define that needed to be added, so I did that, it turned up more errors though I looked at sockets.c in cvs and saw the extra __EXTENSIONS__ define, added that, still the same

[PHP-DEV] sockets.c again

2001-03-24 Thread Fabian Thylmann
Hey, sadly I posted too soon, my fix caused symbol errors when starting apache (php as loadable apache module) If anyone has a fix for this problem, please let me know by mail! Fabian Thylmann STATSnet sprl -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] PHP 4.0 Bug #9665 Updated: .netrc sought only in /root

2001-03-24 Thread torben
ID: 9665 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: cURL related Assigned To: Comments: (Thanks to Daniel Stenberg for pointing this out.) This occurs because curl is using the $HOME envvar to locate the .netrc file, so a putenv() before the

[PHP-DEV] PHP 4.0 Bug #9974: Apache Core dump on mcrypt

2001-03-24 Thread brad
From: [EMAIL PROTECTED] Operating system: FreeBSD 3.2-RELEASE PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Apache Core dump on mcrypt configure: ./configure --prefix=/var/www --enable-magic-quotes --enable-track-vars --enable-track-errors