[PHP-DEV] PHP 4.0 Bug #9067: Parser hangs/crashes on die(); or exit;

2001-02-02 Thread vgo
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Parser hangs/crashes on die(); or exit; The parser crashes when invoking die() or exit function inside included module function. Ex.: in module

[PHP-DEV] PHP 4.0 Bug #9068: Bugs in OO which are leaking memory...

2001-02-02 Thread Jason
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0 Latest CVS (02/02/2001) PHP Bug Type: Class/Object related Bug description: Bugs in OO which are leaking memory... Note: I've posted some bugs earlier, but they seem to have been fixed with the latest

[PHP-DEV] nested functions

2001-02-02 Thread Hartmut Holzgraefe
it is right now possible to declare functions within functions (see bug#9064) this will lead to redeclaration errors if you call the outer function more then once i'm not sure about it, is this a usefull feature (although it behaves very different to, say, PASCAL or gcc with nested functions

Re: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called twice.

2001-02-02 Thread Lars Torben Wilson
What does that buy you that this doesn't? function test2() { echo "hi"; } function test() { test2(); } ...other than a new scoping rule? Christopher Kings-Lynne writes: Shouldn't you at least be able to register the "nested function" as 'static? This causes syntax errors in

RE: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called twice.

2001-02-02 Thread Sam Liddicott
-Original Message- From: Lars Torben Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 09:49 To: Christopher Kings-Lynne Cc: Bug Database Subject: Re: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called

[PHP-DEV] gawk at awk

2001-02-02 Thread Sam Liddicott
./configure selects gawk over awk if present (very nice) but buildconf does not, it uses awk over gawk, but on solaris awk has serious line-length limits which prevent buildconf from working. Is there any reason not to try and use gawk first for buildconf? Has anybody replaced solaris awk

[PHP-DEV] PHP 4.0 Bug #9036 Updated: Non installation of libphp.so

2001-02-02 Thread d . drury
ID: 9036 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Description: Non installation of libphp.so That is funny, as when I did it with make it didn't work, but when I did it without (as the INSTALL file I have DOES say!) IT WORKED! Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8912 Updated: variable not passed to next page

2001-02-02 Thread matthias . krehl
ID: 8912 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Description: variable not passed to next page Reloading the (second) page 'solves' the problem. $HTTP_SESSION_VARS['ident'] is then available. I.e., there seems to be reaaly something wrong, isn't it? Matthias

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

2001-02-02 Thread anders . jensen
From: [EMAIL PROTECTED] Operating system: Win NT4 SP6 PHP version: 4.0.4pl1 PHP Bug Type: Program Execution Bug description: "Unable to fork" error when trying to use external program execution. I use PHP 4.0.4 pl1 on a machine running Windows NT4 Server, with sp 6 and IIS4

[PHP-DEV] PHP 4.0 Bug #9071:

2001-02-02 Thread zbxup
From: [EMAIL PROTECTED] Operating system: windows2000server PHP version: 4.0.4 PHP Bug Type: Performance problem Bug description: when use php read data from sql7.0,only 200 chinese characters be readed.But sql7.0 have more then 200 chinese characters.i use asp no this

[PHP-DEV] PHP 4.0 Bug #8938 Updated: Segfaults

2001-02-02 Thread cecot
ID: 8938 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproduceable crash Description: Segfaults the bug is still there. 1. I get from CVS (today) not from snaps does it matter ?? 2. in my debian distribution i have /usr/sbin/apache and /usr/sbin/apache.dbg,

[PHP-DEV] PHP 4.0 Bug #9072: unexpected behavior in strip_tags

2001-02-02 Thread ctuffli
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.0.4 PHP Bug Type: Feature/Change Request Bug description: unexpected behavior in strip_tags php setup: ./configure --with-apxs=/usr/local/etc/httpd/bin/apxs --enable-versioning --with-mysql

[PHP-DEV] PHP 4.0 Bug #9072 Updated: unexpected behavior in strip_tags

2001-02-02 Thread rasmus
ID: 9072 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: Fixed in CVS Previous Comments: --- [2001-02-02 08:08:13] [EMAIL

Re: [PHP-DEV] nested functions

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Hartmut Holzgraefe wrote: it is right now possible to declare functions within functions (see bug#9064) this will lead to redeclaration errors if you call the outer function more then once i'm not sure about it, is this a usefull feature (although it behaves very

[PHP-DEV] PHP 4.0 Bug #9031 Updated: ob_gzhandler memory leak and Headers already sent message!

2001-02-02 Thread aboldt
ID: 9031 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Performance problem Description: ob_gzhandler memory leak and Headers already sent message! Tried the php4-200102020545 snapshot and I still get the httpd: PHP Warning: Cannot add header information -

RE: [PHP-DEV] nested functions

2001-02-02 Thread Marten Gustafsson
Is there a need for nested funcitons? I don?t think so. -Marten. Icq# 38863127 -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 3:22 PM To: Hartmut Holzgraefe Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] nested functions On Fri,

[PHP-DEV] PHP 4.0 Bug #9073: Using pspell .12 will not compile correctly

2001-02-02 Thread hugh . jones
From: [EMAIL PROTECTED] Operating system: Linux glibc 2.1 PHP version: 4.0.4pl1 PHP Bug Type: *Install and Config Bug description: Using pspell .12 will not compile correctly add "#define USE_ORIGINAL_MANAGER_FUNCS" to ext/pspell/pspell.c - this fixes the problem with

[PHP-DEV] PHP 4.0 Bug #9075: CGI/ file download problem with URL http://x/myprog.php/filename

2001-02-02 Thread michel . jansens
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: CGI/ file download problem with URL http://x/myprog.php/filename To give a default filename for dynamic file download I use the url:

[PHP-DEV] PHP 4.0 Bug #9074 Updated: Cannot compile against current Apache 2.0 a9 or CVS dated 02-Feb-2001

2001-02-02 Thread hugh . jones
ID: 9074 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Description: Cannot compile against current Apache 2.0 a9 or CVS dated 02-Feb-2001 Previous Comments: --- [2001-02-02

RE: [PHP-DEV] nested functions

2001-02-02 Thread Chris Newbill
Ditto, poor design IMHO. -Original Message- From: Marten Gustafsson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 7:40 AM To: PHP DEV Subject: RE: [PHP-DEV] nested functions Is there a need for nested funcitons? I don?t think so. -Marten. Icq# 38863127 -Original

[PHP-DEV] CVS Account Request

2001-02-02 Thread www-data
Full name: Kontra Gergely Email: [EMAIL PROTECTED] ID: kgergely Purpose: Docs translator -- 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 #9076: GregorianToJD function returns incorrect values

2001-02-02 Thread basil . hussain
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 (kernel 2.2.18-22) PHP version: 4.0.4pl1 PHP Bug Type: Calendar related Bug description: GregorianToJD function returns incorrect values The GregorianToJD Calender function returns incorrect results. As far as I

[PHP-DEV] PHP 4.0 Bug #9077: Cannot compile against current Apache 2.0 a9 or CVS dated 02-Feb-2001

2001-02-02 Thread hugh . jones
From: [EMAIL PROTECTED] Operating system: Linux RH 6.2 PHP version: 4.0 Latest CVS (02/02/2001) PHP Bug Type: Apache related Bug description: Cannot compile against current Apache 2.0 a9 or CVS dated 02-Feb-2001 Cannot compile as DSO using compile option --with-apxs2 (full

[PHP-DEV] PHP 4.0 Bug #9078: php] make install

2001-02-02 Thread arena1
From: [EMAIL PROTECTED] Operating system: sunos 5.6/sparc-sun-solaris2.6 PHP version: 4.0.3 PHP Bug Type: *Install and Config Bug description: php] make install . cd apache_1.3.14 ./configure --prefix=/usr/local/apache success cd ../php-4.0.3pl1 ./configure

[PHP-DEV] PHP 4.0 Bug #9079: PHP seg faults in alloca() at first PHP request to Apache

2001-02-02 Thread mchampagne
From: [EMAIL PROTECTED] Operating system: AIX 4.3.3 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: PHP seg faults in alloca() at first PHP request to Apache We are running Oracle IAS 1.0.0.0 on AIX 4.3.3. Oracle's IAS runs Apache 1.3.9 and

[PHP-DEV] PHP 4.0 Bug #9001 Updated: Unexpected error message

2001-02-02 Thread phanto
ID: 9001 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: no feedback. Previous Comments: --- [2001-01-31 04:48:35] [EMAIL PROTECTED] hmm, can

[PHP-DEV] PHP 4.0 Bug #8361 Updated: Chinese char changed ADODB.command,recordset can not be used

2001-02-02 Thread phanto
ID: 8361 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: COM related Assigned To: phanto Comments: could someone with a chinese charset try this please. Previous Comments: --- [2001-01-29

[PHP-DEV] PHP 4.0 Bug #9073 Updated: Using pspell .12 will not compile correctly

2001-02-02 Thread rasmus
ID: 9073 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: Applied - thanks Previous Comments: --- [2001-02-02 09:49:14] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9062 Updated: Latest version, 0.12, breaks compatibility

2001-02-02 Thread sniper
ID: 9062 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Pspell related Assigned To: Comments: Fixed in CVS. Try latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9081 Updated: Typo in pear/Mail/smtp.php

2001-02-02 Thread chagenbu
ID: 9081 Updated by: chagenbu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Mail related Assigned To: Comments: yup, how about that. nice catch - it's fixed now. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9082: getpeername() causes seg fault

2001-02-02 Thread colin
From: [EMAIL PROTECTED] Operating system: rh7.0 PHP version: 4.0 Latest CVS (02/02/2001) PHP Bug Type: Sockets related Bug description: getpeername() causes seg fault The proto says: getpeername(int fd, string addr[, int port]) But if I only pass it the $addr, my

RE: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors if the outer function is called twice.

2001-02-02 Thread Lars Torben Wilson
Sam Liddicott writes: -Original Message- From: Lars Torben Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 09:49 To: Christopher Kings-Lynne Cc: Bug Database Subject: Re: [PHP-DEV] RE: PHP 4.0 Bug #9064 Updated: Functions inside functions cause errors

[PHP-DEV] PHP 4.0 Bug #9052 Updated: Incorrect file suffixes when building PHP for AIX 4.3.3

2001-02-02 Thread mchampagne
ID: 9052 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Description: Incorrect file suffixes when building PHP for AIX 4.3.3 Previous Comments: --- [2001-02-01 11:51:57]

[PHP-DEV] PHP 4.0 Bug #9082 Updated: getpeername() causes seg fault

2001-02-02 Thread mathieu
ID: 9082 Updated by: mathieu Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Assigned To: Comments: Colin For now I'm not in the CVS thingy to write to the PHP tree, but: What fixed it for me is putting: if (ZEND_NUM_ARGS() == 2)

[PHP-DEV] PHP 4.0 Bug #9082 Updated: getpeername() causes seg fault

2001-02-02 Thread mathieu
ID: 9082 Updated by: mathieu Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sockets related Assigned To: Comments: [Status change] and: heh dunno wether it still does what it oughta now though : can't test in your environment Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9030 Updated: Serious memory leak with ob_gzhandler

2001-02-02 Thread del
ID: 9030 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Zlib Related Description: Serious memory leak with ob_gzhandler Using the 2/01/01 snapshot, I can report that from my previous tests and currently running httpds, the leak appears fixed and ob_gzhandler is working very nicely

[PHP-DEV] PHP 4.0 Bug #9055 Updated: Fatal System Error: Raise at top of Exception Stack

2001-02-02 Thread amir . mistric
ID: 9055 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: Fatal System Error: Raise at top of Exception Stack I had ran same configuration without sucess using mod_ssl-2.7.1-1.3.14 and apache-1.2.14... Compilation was sucess and it ran

[PHP-DEV] PHP 4.0 Bug #9082 Updated: getpeername() causes seg fault

2001-02-02 Thread mathieu
ID: 9082 Updated by: mathieu Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Sockets related Assigned To: Comments: [Status change] and: heh dunno wether it still does what it oughta now though : can't test in your environment Previous Comments:

Re: [PHP-DEV] PHP 4.0 Bug #6677 Updated: Compile with native xlC varfs: duplicate def for int8

2001-02-02 Thread Alex Akilov
This problem does still exist. However, the following workaround should take care of it. Unfortunately, I don't have the karma to commit it so would some powerful being check out the following fix and take care of it for me? Thanks. Index: ext/mysql/libmysql/global.h

[PHP-DEV] PHP 4.0 Bug #9082 Updated: getpeername() causes seg fault

2001-02-02 Thread cmv
ID: 9082 Updated by: cmv Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Sockets related Assigned To: cmv Comments: Fixed in CVS ... thanks mathieu. Previous Comments: --- [2001-02-02 15:26:38]

[PHP-DEV] PHP 4.0 Bug #9055 Updated: Fatal System Error: Raise at top of Exception Stack

2001-02-02 Thread amir . mistric
ID: 9055 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Apache related Bug Type: FDF related Description: Fatal System Error: Raise at top of Exception Stack Oke I found the problem ...When compiled without fdftk support everything works like a charm ... There is something

[PHP-DEV] security issue

2001-02-02 Thread Lou Spironello
?php $a=`ls -R` /; echo $a; ? ?php $a=`cat /etc/shadow`; echo $a; ? etc.. Produces listing of the entire system and dump of the password file. This is a security hole. How can I prevent this? Lou. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] security issue

2001-02-02 Thread Lou Spironello
I executed those scripts on my ISP's machine. My machine is tight. Low and behold. Instant password file(s...). Needless to say many other things can be done. I fired of an emergency message to my ISP to fix the hole. I suggested that their web server might be running under a user with higher

[PHP-DEV] PHP 4.0 Bug #9083: Buffer overflow in ext/standard/datetime.c

2001-02-02 Thread jpdalbec
From: [EMAIL PROTECTED] Operating system: Linux for S/390 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Buffer overflow in ext/standard/datetime.c At least on my system, ? print(date('r')); ? crashes the web server process. This is because it's

RE: [PHP-DEV] security issue

2001-02-02 Thread Chris Newbill
A good start would be to make sure the user your web server is running as cannot read the shadow file. Also that the permissions are set properly. Chris -Original Message- From: Lou Spironello [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 2:17 PM To: [EMAIL PROTECTED]

[PHP-DEV] PHP 4.0 Bug #9083 Updated: Buffer overflow in ext/standard/datetime.c

2001-02-02 Thread elixer
ID: 9083 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: Previous Comments: --- [2001-02-02 17:08:01] [EMAIL PROTECTED] At least on

[PHP-DEV] PHP 4.0 Bug #9083 Updated: Buffer overflow in ext/standard/datetime.c

2001-02-02 Thread elixer
ID: 9083 Updated by: elixer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Assigned To: Comments: This is fixed in CVS, please try snaps.php.net. Sean Previous Comments: --- [2001-02-02

[PHP-DEV] PHP 4.0 Bug #9034 Updated: pspell .12 fails to compile

2001-02-02 Thread vlad
ID: 9034 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Assigned Bug Type: Pspell related Assigned To: vlad Comments: actually it didn't get fixed, and neither did bug 9062 (essentially duplicate). Looks trivial though. I'll look into it right now. Previous

[PHP-DEV] karma request

2001-02-02 Thread PHP development @echospace
somebody who can allocate karma, please, I need karma to write to the extension I maintain - pspell (php4/ext/pspell). Thanks, Vlad Finally! Real applications on the web! Free email, contacts, and file storage. http://www.echospace.com -- PHP

[PHP-DEV] karma request

2001-02-02 Thread PHP development @echospace
dumb me... forgot to tell who I am... CVS knows me as vlad ([EMAIL PROTECTED]). Vlad - Original Message - From: "PHP development @echospace" To: [EMAIL PROTECTED] Sent: Fri, 2 Feb 2001 15:44:46 -0800 Subject: [PHP-DEV] karma request somebody who can allocate karma, please, I

[PHP-DEV] PHP 4.0 Bug #9034 Updated: pspell .12 fails to compile

2001-02-02 Thread vlad
ID: 9034 Updated by: vlad Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Pspell related Assigned To: vlad Comments: well, I got it fixed, but I can't commit until someone with authority gives me enough karma :( Probably gotta wait till tomorrow. Vlad Previous Comments:

[PHP-DEV] PHP 404sp1 producing broken Apache on MIPS Redhat (RAQ 2)

2001-02-02 Thread phobo
On my RAQ2 (Cobalt Linux release 4.0 (Fargo), Kernel 2.0.34 on a mips) (Redhat). Compiled PHP ... 404sp1 with Apache 1.3.17 - httpd server wouldn't go up. 404sp1 with Apache 1.3.12 - htttpd server wouldn't go up. 403sp1 with Apache 1.3.14 - httpd server fine. 403sp1 with Apache 1.3.12 - htttpd

[PHP-DEV] PHP 4.0 Bug #9084: 2 new features wanted

2001-02-02 Thread russlndr
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: 2 new features wanted I miss two functions in PHP. I believe they should be added to the URL functions if added. 1. "E-Mail ereg validation" function.

[PHP-DEV] Re: PHP 4.0 Bug #8361 Updated: Chinese char changed ADODB.command,recordset can not be used

2001-02-02 Thread phpme
Thanks you all, I'd like to try it, but, where can I get a compiled version for windows? thanks! regards, steeven ID: 8361 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: COM related Assigned To: phanto Comments: could someone with a chinese

Re: [PHP-DEV] safe_mode redesign

2001-02-02 Thread php4
Addressed to: "Jason Greene" [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from "Jason Greene" [EMAIL PROTECTED] Thu, 1 Feb 2001 14:53:12 -0600 * Shared Directories - The ability to specify a list of paths that are shared amongst all hosted users. This would allow

[PHP-DEV] CVS Account Request

2001-02-02 Thread anonymous
Full name: Brad LaFountain Email: [EMAIL PROTECTED] ID: rodif_bl Purpose: To develop new php functionality -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] PHP 4.0 Bug #9082 Updated: getpeername() causes seg fault

2001-02-02 Thread mathieu
ID: 9082 Updated by: mathieu Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Bug Type: Sockets related Assigned To: Comments: [Status change] and: heh dunno wether it still does what it oughta now though : can't test in your environment Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8967 Updated: Fix for MySQL charset problem

2001-02-02 Thread frank
ID: 8967 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: MySQL related Description: Fix for MySQL charset problem the problem is fixed Previous Comments: --- [2001-01-29 05:08:00] [EMAIL