[PHP-DEV] PHP 4.0 Bug #9933 Updated: readdir doesn't work see Bug ID # 9058

2001-04-27 Thread Larry . Schartman
ID: 9933 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Directory function related Description: readdir doesn't work see Bug ID # 9058 Hi, i think this is the problem (reentrancy.c) int ret; errno = 0; ret = readdir_r(dirp, entry); if (!ret

[PHP-DEV] Bug #10522: system and exec doesn't return output

2001-04-27 Thread ommadawn
From: [EMAIL PROTECTED] Operating system: win32 PHP version: 4.0.2 PHP Bug Type: *Directory/Filesystem functions Bug description: system and exec doesn't return output $r = exec(D:\blah\CGI-Bin\gen_mi.exe .trim($cmd), $result); print $result[0]; It works fine with php3

[PHP-DEV] PHP 4.0 Bug #10343 Updated: Mail function does not work ...

2001-04-27 Thread fabian
ID: 10343 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Mail related Description: Mail function does not work ... OK, I've found it ! Like i say in the previous message, it was a security problem. By default, only the user root and the user mail were able to use the /var/spool/mail

[PHP-DEV] PHP 4.0 Bug #10343 Updated: Mail function does not work ...

2001-04-27 Thread fabian
ID: 10343 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Mail related Description: Mail function does not work ... Previous Comments: --- [2001-04-16 09:33:52] [EMAIL PROTECTED] OK, i know

[PHP-DEV] Bug #10522 Updated: system and exec doesn't return output

2001-04-27 Thread derick
ID: 10522 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Directory/Filesystem functions PHP Version: 4.0.2 Assigned To: Comments: Can you try php 4.0.5 when it comes out on Tuesday? There where a lot of windows related fixes since 4.0.2 Previous

[PHP-DEV] Fwd: Re: [PHP-INST] AIX

2001-04-27 Thread Andi Gutmans
Hey guys, Any idea why HAVE_INT_8_16_32 wasn't defined correctly for this guy configuring PHP on AIX? I don't know the autoconf stuff too well but I couldn't find any test for this in the libmysql source that sits in the PHP CVS. Maybe we are missing something in our CVS? Thanks. Andi Date:

Re: [PHP-DEV] PHP 4.0 Bug #10343 Updated: Mail function does not work ...

2001-04-27 Thread Andi Gutmans
Yeah but doesn't this function use sendmail with is suid root? Andi At 08:13 AM 4/27/2001 +, [EMAIL PROTECTED] wrote: ID: 10343 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Mail related Description: Mail function does not work ... OK, I've found it ! Like i say in the previous

[PHP-DEV] wrong post?

2001-04-27 Thread Ivan Porro
Hi, i need resources on how-to build a multiple upload at once featuring something like multiple CTRL selection in combo box when the user get the Open file... window. I don't want a pre-cooked ready-to-use perfect solution,(ok, if u have one I'll appreciate ;) ) ... I'm only looking if it's a

Re: [PHP-DEV] PHP 4.0 Bug #9933 Updated: readdir doesn't work seeBug ID # 9058

2001-04-27 Thread Sascha Schumann
On Fri, 27 Apr 2001, Andi Gutmans wrote: Larry, You are right if this code refers to the POSIX semantics of readdir_r. However, this code is in #if defined(HAVE_OLD_READDIR_R) and I don't know what is meant by old readdir_r (different semantics?). Sascha? Can you shed some light on this?

[PHP-DEV] Bug #10523: get_defined_functions inserts a whitespace at the end of each value.

2001-04-27 Thread maxim
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.0.4pl1 PHP Bug Type: Class/Object related Bug description: get_defined_functions inserts a whitespace at the end of each value. Hi, I spent an hour to understand why this simple code did not work for me: //

Re: [PHP-DEV] PHP 4.0 Bug #9933 Updated: readdir doesn't work see Bug ID # 9058

2001-04-27 Thread Andi Gutmans
At 12:34 PM 4/27/2001 +0200, Sascha Schumann wrote: On Fri, 27 Apr 2001, Andi Gutmans wrote: Larry, You are right if this code refers to the POSIX semantics of readdir_r. However, this code is in #if defined(HAVE_OLD_READDIR_R) and I don't know what is meant by old readdir_r (different

[PHP-DEV] PHP 4.0 Bug #10523 Updated: get_defined_functions inserts a whitespace at the end of each value.

2001-04-27 Thread maxim
ID: 10523 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Class/Object related Description: get_defined_functions inserts a whitespace at the end of each value. Previous Comments: --- [2001-04-27 06:38:06] [EMAIL

Re: [PHP-DEV] PHP 4.0 Bug #9933 Updated: readdir doesn't work see Bug ID # 9058

2001-04-27 Thread Sascha Schumann
So what does that mean? The code is OK there and it isn't reached on systems where readdir_r returns 0 for success? I'm not quite sure what to do with this bug report. We either need to differentiate between Solaris and HPUX readdir_r or ignore the return value of that system call, as

[PHP-DEV] PHP 4.0 Bug #9769 Updated: Compile faliure --with-nsapi

2001-04-27 Thread dortega
ID: 9769 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: iPlanet related Description: Compile faliure --with-nsapi I install bison-1.27-sol25-sparc-local, libstdc++-2.8.1-local and gcc-2.95.3-sol25-sparc-local sun packages. I execute ./configure

[PHP-DEV] Re: Fwd: Re: [PHP-INST] AIX

2001-04-27 Thread Sinisa Milivojevic
Andi Gutmans writes: Hey guys, Any idea why HAVE_INT_8_16_32 wasn't defined correctly for this guy configuring PHP on AIX? I don't know the autoconf stuff too well but I couldn't find any test for this in the libmysql source that sits in the PHP CVS. Maybe we are missing something in

Re: [PHP-DEV] function table / hashes

2001-04-27 Thread Wez Furlong
On 2001-04-27 11:27:55, Andi Gutmans [EMAIL PROTECTED] wrote: At 12:03 AM 4/27/2001 -0400, David Croft wrote: Thank you Andi and Andrei. I have noticed that object method callbacks are consistently faster than global function callbacks, and was wondering why: Perhaps because the method

[PHP-DEV] Bug #9816 Updated: FATAL: emalloc(): Unable to allocate

2001-04-27 Thread kalowsky
ID: 9816 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related PHP Version: 4.0.4pl1 Assigned To: Comments: Another user commented: I just have read the bug-report 9816 at php.net and want to answer your email. Yes, the users are right: I had the same

[PHP-DEV] Bug #10523 Updated: get_defined_functions inserts a whitespace at the end of each value.

2001-04-27 Thread andrei
ID: 10523 Updated by: andrei Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Class/Object related PHP Version: 4.0.4pl1 Assigned To: Comments: This has been fixed for 4.0.5. Previous Comments: ---

[PHP-DEV] Bug #10524: register_shutdown_function request

2001-04-27 Thread development
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0 Latest CVS (27/04/2001) PHP Bug Type: Feature/Change Request Bug description: register_shutdown_function request It would be helpful if when a script is aborted with CTRL-c while running on the console

[PHP-DEV] Bug #9872 Updated: Couldn't access all file via gz* functions

2001-04-27 Thread sr
ID: 9872 Updated by: sr Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Zlib Related PHP Version: 4.0.4pl1 Assigned To: Comments: Hmm, it really could be a bug in zlib 1.1.2, they fixed some gz...-related bugs with 1.1.3. If possible, try to install 1.1.3 on your box

Re: [PHP-DEV] function table / hashes

2001-04-27 Thread Andi Gutmans
At 01:10 PM 4/27/2001 +0100, Wez Furlong wrote: On 2001-04-27 11:27:55, Andi Gutmans [EMAIL PROTECTED] wrote: At 12:03 AM 4/27/2001 -0400, David Croft wrote: Thank you Andi and Andrei. I have noticed that object method callbacks are consistently faster than global function callbacks,

[PHP-DEV] Bug #10525: Session problem with passing array of objects (related to no 8676 and no 9470)

2001-04-27 Thread oallain
From: [EMAIL PROTECTED] Operating system: Windows 2000 (NT 5) SP1 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: Session problem with passing array of objects (related to no 8676 and no 9470) I'd a problem of lost informations between two parses of

[PHP-DEV] PHP 4.0 Bug #10450 Updated: Submitting a form to same php file as the form is in, with a query string

2001-04-27 Thread Robbo
ID: 10450 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Submitting a form to same php file as the form is in, with a query string Ok I've worked out now, after many hours, that it is actually an IE6beta problem MS BS... Previous Comments:

[PHP-DEV] Bug #10450 Updated: Submitting a form to same php file as the form is in, with a query string

2001-04-27 Thread derick
ID: 10450 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Reproduceable crash PHP Version: 4.0.4pl1 Assigned To: Comments: NAPB (Not a PHP Bug) Previous Comments: --- [2001-04-27

[PHP-DEV] Bug #10526: Possible problem with query

2001-04-27 Thread mgrigajtis
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Possible problem with query Okay, I think I found a bug so please don't chew my head off if I'm wrong. I have written a short script to

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/rtfm rtfm.c

2001-04-27 Thread Hartmut Holzgraefe
once again i did a [reply] where i wanted to do a [reply all] (i don't like the way lists.php.net sets Reply-To: headers) Zeev Suraski wrote: Guys, Aren't we getting just a tad bit carried away with this module? A couple of points: - It implements something that doesn't make too much

[PHP-DEV] Bug #10527: Declare variables as constants

2001-04-27 Thread jnutzman
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Declare variables as constants PHP 4 doesn't seem to have the capability to define variables of all types as being constants. An example of this

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/rtfm rtfm.c

2001-04-27 Thread Zeev Suraski
At 19:33 27/4/2001, Hartmut Holzgraefe wrote: - It implements something that doesn't make too much sense to put in a language (running PHP to get help about a PHP function is, well, not quite the logical way to do it). thats why i made the URLs for Manual and FAQ customizable so that

[PHP-DEV] Bug #8436 Updated: functions exec() and system() does not work properly (?)

2001-04-27 Thread dbeu
ID: 8436 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Program Execution PHP Version: 4.0.4 Assigned To: derick Comments: fixed in cvs, wait for 4.0.6 Previous Comments: ---

[PHP-DEV] Bug #4761 Updated: exec, system all give an error on a fork...

2001-04-27 Thread dbeu
ID: 4761 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: *General Issues PHP Version: 4.0.0 Release Assigned To: derick Comments: fixed in cvs, wait for 4.0.6 Previous Comments:

[PHP-DEV] Bug #9069 Updated: Unable to fork error when trying to use external program execution.

2001-04-27 Thread dbeu
ID: 9069 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Program Execution PHP Version: 4.0.4pl1 Assigned To: derick Comments: fixed in cvs, wait for 4.0.6 Previous Comments:

[PHP-DEV] Bug #9371 Updated: system() give unable to fork error

2001-04-27 Thread dbeu
ID: 9371 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: derick Comments: fixed in cvs, wait for 4.0.6 Previous Comments:

[PHP-DEV] Bug #9476 Updated: can't use 'system', 'passthru',... from apache. works when direct php.exe

2001-04-27 Thread dbeu
ID: 9476 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Program Execution PHP Version: 4.0.4pl1 Assigned To: Comments: fixed in cvs, wait for 4.0.6 please note that dir isn't a real command try something like passthru(getenv(COMSPEC) . /c dir);

[PHP-DEV] Bug #10410 Updated: display warning BUT update database !!

2001-04-27 Thread dbeu
ID: 10410 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: Previous Comments: --- [2001-04-19 17:14:57] [EMAIL PROTECTED]

[PHP-DEV] Bug #10342 Updated: TSRM.DSP containing LF instead of CR/LF

2001-04-27 Thread dbeu
ID: 10342 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (11/04/2001) Assigned To: Comments: cvs will automatically converting LF/CR to just a LF, so it doesn't matter if you're checking in with LF/CR or

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS /main SAPI.c php.h win95nt.h

2001-04-27 Thread Sebastian Bergmann
Daniel Beulshausen wrote: +- Fix popen() and the exec family under Win32 (Unable to fork issue) Good work, Daniel. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net |

[PHP-DEV] Bug #10270 Updated: PHP 4.05+ Won't Compile on Win32 Coz of Zend Errors

2001-04-27 Thread dbeu
ID: 10270 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0 Latest CVS (23/04/2001) Assigned To: Comments: unable to reproduce. make sure that you use a recent bison 1.27 or 1.28. also make sure that you do a complete

[PHP-DEV] Bug #10255 Updated: Exec(), System or even backtics dont work

2001-04-27 Thread dbeu
ID: 10255 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: fixed in cvs, please wait for 4.0.6. also note that dir isn't a real command/executable. you'll have to do cmd.exe /c dir or

[PHP-DEV] Bug #9747 Updated: Warning: Unable to load dynamic library './msql.dll'

2001-04-27 Thread dbeu
ID: 9747 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: MySQL related PHP Version: 4.0.4pl1 Assigned To: Comments: msql != mysql... mysql support is built-in, you don't need any extension for that. Previous Comments:

[PHP-DEV] Bug #9485 Updated: Missing libsasl.dll

2001-04-27 Thread dbeu
ID: 9485 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: LDAP related PHP Version: 4.0.4pl1 Assigned To: Comments: nope it doesn't Previous Comments: --- [2001-02-27 12:06:08]

[PHP-DEV] Bug #6553 Updated: Installing PHP4 on IPlanet 4.x on Win32

2001-04-27 Thread dbeu
ID: 6553 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem PHP Version: 4.0.2 Assigned To: Comments: install instructions are now in install.txt Previous Comments:

[PHP-DEV] Bug #8799 Updated: snmp.dll displays error message on all generated pages

2001-04-27 Thread dbeu
ID: 8799 Updated by: dbeu Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem PHP Version: 4.0.4pl1 Assigned To: Comments: install.txt was updated accordingly. Previous Comments:

[PHP-DEV] multiple php.ini

2001-04-27 Thread Mark
Netscape iPlanet server 4.0 SP5, Solaris 2.6 Is it possible to have multiple virtual servers, all being controlled by a different php.ini file but the same php.ini NSAPI module binary. Thanks, Mark -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Troubles with DL'ed module

2001-04-27 Thread Brian Foddy
I'm having strange problems with a new DL module I'm trying to write. The most common problem is PHP will coredump after my module has executed in the module cleanup routines (the Zend routines, not my module routines). For instance it will coredump on cleaning up the 10th constant defined by my

[PHP-DEV] Bug #10528: I have been unable to find any documentation on the SAPI interface.

2001-04-27 Thread alatham
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: I have been unable to find any documentation on the SAPI interface. I need to incorporate a PHP engine into a program which is very similar to a web

[PHP-DEV] Bug #10529: for() error

2001-04-27 Thread mottalli
From: [EMAIL PROTECTED] Operating system: Windows / Linux PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: for() error Trying to make a script that showed the letters from A to Z using the following code: for ($i = 'A'; $i = 'Z'; $i++) {

[PHP-DEV] Bug #10529 Updated: for() error

2001-04-27 Thread cnewbill
ID: 10529 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: I'm not even sure that is supposed to work like that. Guys? Why don't you use this instead? for ($i = ord('A'); $i

[PHP-DEV] Bug #10229 Updated: buffer error in fread

2001-04-27 Thread cnewbill
ID: 10229 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related PHP Version: 4.0.3pl1 Assigned To: Comments: I assume this is a dead issue. If not reopen. -Chris Previous Comments:

[PHP-DEV] Bug #8671 Updated: Random Warning: Failed opening...

2001-04-27 Thread cnewbill
ID: 8671 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.3pl1 Assigned To: Comments: It is advised to upgrade. It is also advised that you do not display warnings and errors on a production site. Append your

[PHP-DEV] Bug #10355 Updated: PHP-DEV Mailing list is flaky

2001-04-27 Thread cnewbill
ID: 10355 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues PHP Version: 4.0.4pl1 Assigned To: Comments: Closing since no one has interest. -Chris Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10529 Updated: for() error

2001-04-27 Thread mottalli
ID: 10529 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Unknown/Other Function Description: for() error I agree the code was a bit strange, but I found it weird that it worked with any letter but Z. The suggested code worked. Thanks! Previous Comments:

Re: [PHP-DEV] multiple php.ini

2001-04-27 Thread Zeev Suraski
No, it isn't; php.ini is global for the entire Web server process. At 21:47 27/4/2001, Mark wrote: Netscape iPlanet server 4.0 SP5, Solaris 2.6 Is it possible to have multiple virtual servers, all being controlled by a different php.ini file but the same php.ini NSAPI module binary. Thanks,

[PHP-DEV] Bug #10530: shmop.c: shmop_open() with mode a is miscoded

2001-04-27 Thread Robert . Siemer
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4-pre5 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: shmop.c: shmop_open() with mode a is miscoded file: php4/ext/shmop/shmop.c The documentation states two modes for shmop_open(). a and c.

Re: [PHP-DEV] multiple php.ini

2001-04-27 Thread Soeren Staun-Pedersen
No, it isn't; php.ini is global for the entire Web server process. Is it possible to have multiple virtual servers, all being controlled by a different php.ini file but the same php.ini NSAPI module binary. Why do you need it? Just add different sections to your apache config (httpd.conf

Re: [PHP-DEV] multiple php.ini

2001-04-27 Thread Zeev Suraski
Except he's not using Apache... At 23:29 27/4/2001, Soeren Staun-Pedersen wrote: No, it isn't; php.ini is global for the entire Web server process. Is it possible to have multiple virtual servers, all being controlled by a different php.ini file but the same php.ini NSAPI module binary.

Re: [PHP-DEV] multiple php.ini

2001-04-27 Thread Soeren Staun-Pedersen
Except he's not using Apache... Ouch, my apologies. The dangers on not reading the entire thread I guess. :-( Regards, Soeren Staun-Pedersen - [EMAIL PROTECTED] -- The internet is full, beat it - Me. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

[PHP-DEV] Bug #10531: ftp_rawlist dont show list in directory that has spaces in it

2001-04-27 Thread brieder
From: [EMAIL PROTECTED] Operating system: linux (k2.4.3) PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: ftp_rawlist dont show list in directory that has spaces in it i try to get an ftp listing with ftp_rawlist. everything goes well till i want to

[PHP-DEV] Re: [ZEND-ENGINE] CVS update: TSRM

2001-04-27 Thread Jani Taskinen
On Fri, 27 Apr 2001, Daniel Beulshausen wrote: At 19:47 27.04.2001 +0200, Andi Gutmans wrote: Before I get all excited about this have you actually checked it works with the ISAPI module? yep. Yay!!! Well done! now let's get out 4.0.5 so that 4.0.6 hasn't to wait that long too :) PHP

[PHP-DEV] Re: [ZEND-ENGINE] CVS update: TSRM

2001-04-27 Thread Jani Taskinen
On Fri, 27 Apr 2001, Andi Gutmans wrote: Yep. I'd like to RC1 4.0.6 within a few days from releasing 4.0.5. And very very strict NO to any questions about adding new features. --Jani -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] intval($resource)

2001-04-27 Thread Joe Brown
Run into a spot of trouble using Metabase(db wrapper) because of it's use of casting a $var=intval($resource) where OCIFreeCursor fails to function after it has been casted. Guessing that it fails because intval is creating a reference to the resource, in turn OCI does not release the resource

Re: [PHP-DEV] Troubles with DL'ed module

2001-04-27 Thread Andi Gutmans
Did you compile with debug on or off? Please try without debug in both PHP and your module and let us know if something changes. Also can you try and load it via php.ini (extension=module.so) and not with dl(). Andi At 01:41 PM 4/27/2001 -0500, Brian Foddy wrote: I'm having strange problems

Re: [PHP-DEV] intval($resource)

2001-04-27 Thread Andi Gutmans
At 06:03 PM 4/27/2001 -0400, Joe Brown wrote: Run into a spot of trouble using Metabase(db wrapper) because of it's use of casting a $var=intval($resource) where OCIFreeCursor fails to function after it has been casted. Guessing that it fails because intval is creating a reference to the

[PHP-DEV] Bug #10531 Updated: ftp_rawlist dont show list in directory that has spaces in it

2001-04-27 Thread sniper
ID: 10531 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: FTP related PHP Version: 4.0.4pl1 Assigned To: Comments: Works for me just fine. Please add a simple script into this bug report which can be used as is to reproduce this. What is the

[PHP-DEV] Bug #6426 Updated: system() or exec(): unable to fork

2001-04-27 Thread sniper
ID: 6426 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *General Issues PHP Version: 4.0.1pl2 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6. --Jani Previous Comments:

[PHP-DEV] Bug #6329 Updated: Detecting end tag in a comment.

2001-04-27 Thread sniper
ID: 6329 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.1pl2 Assigned To: Comments: Previous Comments: --- [2000-08-24 05:38:47]

[PHP-DEV] Bug #6542 Updated: exec() and system() cannot fork

2001-04-27 Thread sniper
ID: 6542 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *General Issues PHP Version: 4.0.2 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6 Previous Comments:

[PHP-DEV] Bug #6568 Updated: phpMyAdmin 2.1.0/2.1.0.1 No Database Selected

2001-04-27 Thread sniper
ID: 6568 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: MySQL related PHP Version: 4.0.2 Assigned To: Comments: Previous Comments: --- [2000-09-06 02:10:06] [EMAIL

[PHP-DEV] Bug #6569 Updated: phpMyAdmin 2.1.0/2.1.0.1 No Database Selected

2001-04-27 Thread sniper
ID: 6569 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: MySQL related PHP Version: 4.0.2 Assigned To: Comments: Previous Comments: --- [2000-09-06 02:11:11] [EMAIL

[PHP-DEV] Bug #6865 Updated:

2001-04-27 Thread sniper
ID: 6865 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related PHP Version: 4.0.0 Assigned To: Comments: Previous Comments: --- [2000-09-23 20:41:50] [EMAIL

[PHP-DEV] Bug #6983 Updated: session_destroy() does not remove session

2001-04-27 Thread sniper
ID: 6983 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Session related PHP Version: 4.0.1pl2 Assigned To: Comments: Previous Comments: --- [2000-10-03 00:10:39] [EMAIL

[PHP-DEV] Bug #7311 Updated: unable to fork when doing a system call

2001-04-27 Thread sniper
ID: 7311 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.3pl1 Assigned To: Comments: Solaris? Or windows? As this was marked as duplicate for #4761..that one is fixed in CVS. --Jani Previous

[PHP-DEV] Bug #7343 Updated: php_read() problems : more infos

2001-04-27 Thread sniper
ID: 7343 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Sockets related PHP Version: 4.0.3pl1 Assigned To: Comments: Previous Comments: --- [2000-10-19 11:25:02] [EMAIL

[PHP-DEV] Bug #7432 Updated: fgetc() is not bin-safe on Windows

2001-04-27 Thread sniper
ID: 7432 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Filesystem function related PHP Version: 4.0.3pl1 Assigned To: Comments: Previous Comments: --- [2000-10-24

[PHP-DEV] Bug #7497 Updated: imap_fetchbody function fails with forwarded messages.

2001-04-27 Thread sniper
ID: 7497 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IMAP related PHP Version: 4.0.0 Assigned To: Comments: Previous Comments: --- [2000-10-27 20:47:21] [EMAIL

[PHP-DEV] Bug #7525 Updated: exec() does not work

2001-04-27 Thread sniper
ID: 7525 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *General Issues PHP Version: 4.0.3pl1 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6 Previous Comments:

[PHP-DEV] Bug #7865 Updated: exec command

2001-04-27 Thread sniper
ID: 7865 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *General Issues PHP Version: 4.0.3pl1 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6 Previous Comments: ---

[PHP-DEV] Bug #8004 Updated: Failure to create a valid PHP module on Mac OS X Public Beta

2001-04-27 Thread sniper
ID: 8004 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Compile Failure PHP Version: 4.0.3pl1 Assigned To: Comments: Fixed. Previous Comments: --- [2000-11-29 04:48:25]

[PHP-DEV] Bug #8077 Updated: Exec, passthru, system bugs for php ISAPI CGI

2001-04-27 Thread sniper
ID: 8077 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Program Execution PHP Version: 4.0.1pl2 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6 Previous Comments:

[PHP-DEV] Bug #8259 Updated: LC_MESSAGES not defined

2001-04-27 Thread sniper
ID: 8259 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Compile Failure PHP Version: 4.0 Latest CVS (14/12/2000) Assigned To: Comments: Previous Comments: --- [2000-12-14

[PHP-DEV] Bug #8400 Updated: Problem with exec(), system(), passthru() and backtick operator

2001-04-27 Thread sniper
ID: 8400 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Program Execution PHP Version: 4.0.4 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6 Previous Comments:

[PHP-DEV] SMTP support under UNIX?

2001-04-27 Thread Sean R. Bright
Is there a reason why its not possible to use an SMTP server for mail() under UNIX? Just no one has got to it yet I am guessing? -- === Sean Bright [EMAIL PROTECTED] / [EMAIL PROTECTED] / http://www.seanbright.com/

[PHP-DEV] Bug #10041 Updated: Unable to fork

2001-04-27 Thread sniper
ID: 10041 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.4pl1 Assigned To: Comments: This is fixed in CVS. Wait for PHP 4.0.6 to be released. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10390 Updated: PHP CGI with AOLServer displays shebang

2001-04-27 Thread rfinnie
ID: 10390 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Other web server Description: PHP CGI with AOLServer displays shebang Previous Comments: --- [2001-04-18 21:03:00] [EMAIL PROTECTED] This bug seems

[PHP-DEV] Bug #5694 Updated: system(), exec(), passthru() pass the command, but do not output anything

2001-04-27 Thread derick
ID: 5694 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Unknown/Other Function PHP Version: 4.0.1pl2 Assigned To: Comments: This is fixed in CVS, and will be in 4.0.6 Previous Comments:

[PHP-DEV] Bug #8039 Updated: build process doesn't use apxs CFLAGS

2001-04-27 Thread sniper
ID: 8039 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Apache related PHP Version: 4.0.3pl1 Assigned To: Comments: This is fixed. Previous Comments: --- [2000-12-04

[PHP-DEV] Bug #8530 Updated: system, exec and friends unable to fork

2001-04-27 Thread sniper
ID: 8530 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Program Execution PHP Version: 4.0.4 Assigned To: Comments: Fixed in CVS. Wait for 4.0.6 Previous Comments: ---

[PHP-DEV] Bug #6387 Updated: gettimeofday, microtime

2001-04-27 Thread sniper
ID: 6387 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Date/time related PHP Version: 4.0.2 Assigned To: Comments: fixed Previous Comments: --- [2001-01-13 20:42:32]

[PHP-DEV] Bug #7075 Updated: Contador no busca los demás registros

2001-04-27 Thread sniper
ID: 7075 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: MySQL related PHP Version: 4.0.3RC2 Assigned To: Comments: Previous Comments: --- [2000-10-06 19:02:55] [EMAIL

[PHP-DEV] Bug #6984 Updated: problems w/ session_destroy() function

2001-04-27 Thread sniper
ID: 6984 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Session related PHP Version: 4.0.2 Assigned To: Comments: fixed Previous Comments: --- [2000-10-03 02:56:52]

[PHP-DEV] Bug #7937 Updated: error_**pend_string in phpinfo shows off even when on

2001-04-27 Thread sniper
ID: 7937 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: PHP options/info functions PHP Version: 4.0 Latest CVS (22/11/2000) Assigned To: Comments: Previous Comments: ---

[PHP-DEV] Bug #8465 Updated: Cannot exec, system, passthru, backticks

2001-04-27 Thread sniper
ID: 8465 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Program Execution PHP Version: 4.0.4 Assigned To: Comments: This is fixed in CVS. Wait for PHP 4.0.6 to be released. Previous Comments:

[PHP-DEV] Bug #9354 Updated: Doesn't support UNC paths

2001-04-27 Thread sniper
ID: 9354 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Directory function related PHP Version: 4.0.3pl1 Assigned To: Comments: This is fixed in CVS. Wait for PHP 4.0.6 to be released. Previous Comments:

[PHP-DEV] Bug #6693 Updated: problems with session_destroy() function

2001-04-27 Thread sniper
ID: 6693 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Session related PHP Version: 4.0.2 Assigned To: Comments: fixed in 4.0.4 Previous Comments: --- [2000-10-03

[PHP-DEV] Bug #5987 Updated: PHP crashes when using mktime()

2001-04-27 Thread jmoore
ID: 5987 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Feedback Bug Type: Scripting Engine problem PHP Version: 4.0.1 Assigned To: Comments: This works fine for me now. Please retest with latest win32 binaries from php4win.de or the 4.0.5 binaries and give

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/rtfm rtfm.c

2001-04-27 Thread Sebastian Bergmann
Peter Petermann wrote: this is not for people looking for the manul, this is for people who are to lazy to read manual and ask questions, and if they get the answer rtfm try to use this as function i think adding this function, will make php more newbie more helpers friendly I don't

[PHP-DEV] Bug #9012 Updated: PHP don't execute UNC path

2001-04-27 Thread sniper
ID: 9012 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Scripting Engine problem PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.6 to be released. Previous Comments:

[PHP-DEV] Bug #7828 Updated: PHP has encountered an Access Violation at 012C1AC3

2001-04-27 Thread sniper
ID: 7828 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: IIS related PHP Version: 4.0.3pl1 Assigned To: Comments: It's hard to know what might cause these. Try updating to 4.0.5 when it is released. --Jani Previous Comments:

[PHP-DEV] Bug #8678 Updated: microtime() does not work very well

2001-04-27 Thread sniper
ID: 8678 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Date/time related PHP Version: 4.0.4 Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: ---

[PHP-DEV] Bug #5624 Updated: Can't make sessions work

2001-04-27 Thread sniper
ID: 5624 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: *Session related PHP Version: 4.0.1pl2 Assigned To: Comments: this should be fixed.. Previous Comments: ---

[PHP-DEV] Bug #9094 Updated: Microseconds seem to be untrue values

2001-04-27 Thread sniper
ID: 9094 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Date/time related PHP Version: 4.0.4pl1 Assigned To: Comments: Fixed in CVS. Wait for PHP 4.0.5. --Jani Previous Comments:

  1   2   >