Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviourthat it had since PHP 3

2001-12-16 Thread Markus Fischer
On Sun, Dec 16, 2001 at 05:35:25AM -0200, Manuel Lemos wrote : Gee, Markus, have you just arrived to php-dev? :-) Hehe. No, was at a party ;-) PHP developers have a very long track record of neglecting my bug reports and quality improvement suggestions, some times making a very hard

[PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-16 Thread derick
ID: 14541 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: jmoore did not break this, he fixed a faulty behavior that existed since 4.0.0. The current behavior is the correct one, as

Re: [PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-16 Thread Markus Fischer
On Sun, Dec 16, 2001 at 09:45:08AM -, [EMAIL PROTECTED] wrote : ID: 14541 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: jmoore did not break this, he fixed a faulty

Re: [PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-16 Thread derick
On Sun, 16 Dec 2001, Markus Fischer wrote: jmoore did not break this, he fixed a faulty behavior that existed since 4.0.0. The current behavior is the correct one, as outlined by every unix or windows manual about the topic 'strtok'. The problem is, it is NOT documented in the

[PHP-DEV] Bug #14544: Bogus warning: Trying to raise a nonpositive value to a broken power

2001-12-16 Thread drowland
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.1 PHP version: 4.1.0 PHP Bug Type: Compile Warning Bug description: Bogus warning: Trying to raise a nonpositive value to a broken power When running the following on php 4.1.0: ? echo pow(abs(-00.00),.5); ? I

[PHP-DEV] Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread derick
ID: 14540 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: linux 2.2.18 - glibc 2.1.3 PHP Version: 4.1.0 New Comment: Oops, here is the explanation: the function 'session_register()' 'registers' a variabele to a session. In other

[PHP-DEV] Bug #14544 Updated: Bogus warning: Trying to raise a nonpositive value to a broken power

2001-12-16 Thread derick
ID: 14544 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Warning Operating System: Red Hat Linux 7.1 PHP Version: 4.1.0 New Comment: Fixed in CVS, thanks for the report! Derick Previous Comments:

[PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-16 Thread mfischer
ID: 14541 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: Documention is now fixed in CVS, thx 2 derick. Previous Comments:

[PHP-DEV] Bug #14537 Updated: fgetc fails to return single charachter immediatly

2001-12-16 Thread yohgaki
ID: 14537 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Filesystem function related Operating System: Linux 2.4.7-10smp i686 PHP Version: 4.1.0 New Comment: Duplicate of Bug id #14003 Previous Comments:

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviour that it had since PHP 3

2001-12-16 Thread Daniel Lorch
hi, dirname was added to PHP 3.0a3 which was released more than 4 years ago. Until a year ago it had a behaviour that Andi thought it was not correct, so he fixed it for PHP 4.0.3 eventually breaking the code of people that did not realize it then because they don't upgrade PHP on every

[PHP-DEV] Bug #14224 Updated: fgets(), fgetc() stalls

2001-12-16 Thread yohgaki
ID: 14224 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sockets related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: Could you try 4.1.0 see if it helps? Previous Comments:

[PHP-DEV] Bug #14545: DOM seems not to work

2001-12-16 Thread alex
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.1.0 PHP Bug Type: DOM XML related Bug description: DOM seems not to work the following code (taken from phpbuilder) works with php.4.0.6 with dom and fails with php 4.1.0 ?php # make an example

[PHP-DEV] Bug #14545 Updated: DOM seems not to work

2001-12-16 Thread mfischer
ID: 14545 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: DOM XML related Operating System: RedHat 7.1 PHP Version: 4.1.0 New Comment: This extension has changed quite a lot since 4.0.6 (its DOM2 conform now). To get a overview how the new tree

Re: [PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-16 Thread Sterling Hughes
On Sun, Dec 16, 2001 at 09:45:08AM -, [EMAIL PROTECTED] wrote : ID: 14541 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: jmoore did not break this, he

Re: [PHP-DEV] Bug #14537: fgetc fails to return single charachter immediatly

2001-12-16 Thread Markus Fischer
You might consider using ncurses_getch() for that purpose. - Markus On Sat, Dec 15, 2001 at 08:38:20PM -, [EMAIL PROTECTED] wrote : From: [EMAIL PROTECTED] Operating system: Linux 2.4.7-10smp i686 PHP version: 4.1.0 PHP Bug Type: Filesystem function related

[PHP-DEV] Bug #3793 Updated: session.gc_maxlifetime does not work

2001-12-16 Thread sander
ID: 3793 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: Windows 98 PHP Version: 4.0 Beta 4 Patch Level 1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #6089 Updated: ociplogon sometimes gives bus error

2001-12-16 Thread sander
ID: 6089 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: OCI8 related Operating System: SunOS 5.7 PHP Version: 4.0.1pl2 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #14546: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread assassin
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0 PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: Segmentation fault in httpd child process when using user authentication I am using Apache 1.3.22 and PHP 4.1.0 on RedHat Linux 7.0. When I

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread assassin
ID: 14546 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: As a test, I downgraded back to PHP 4.0.6, with identical compile options as before in both Apache and PHP and

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread derick
ID: 14546 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: May be related to 14534 Previous Comments:

[PHP-DEV] Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-16 Thread derick
ID: 14442 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: XSLT related Operating System: Linux (RH 7.0) PHP Version: 4.1.0 New Comment: This should be fixed now, can you try a snapshot from snaps.php.net to verify it is fixed for you? Derick

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread derick
ID: 14546 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: Can you compile PHP with --enable-debug, and create a new backtrace? THis gives us more information (you can do a 'bt full'

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread derick
ID: 14546 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: feedback Previous Comments:

Re: [PHP-DEV] Bug #14546: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
Hello , I have similar problem with this code on Apache1.3.22+php4.1.0 linux 2.4.16 RH6.2. I think this is critical problem. I configure PHP with: CC=gcc2.95.3 \ CXX=gcc2.95.3 \ ./configure \ --prefix=/usr/local/php \ --with-apxs=/usr/local/httpd/bin/apxs \

[PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread John Lim
Hi Derick Doesn't this seem counter-intuitive? Can we improve the implementation somehow? Regards, John [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... ID: 14540 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread assassin
ID: 14546 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: Well I recompiled with --enable-debug to do as you said, and it now seems to work and

Re: [PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread derick
Hello, On Sun, 16 Dec 2001, John Lim wrote: Doesn't this seem counter-intuitive? Can we improve the implementation somehow? It does not to me, you need to check if $PIPPO exist in the session, and the only way (when register globals is off) is to do that with isset ($_SESSION['PIPPO']).

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Markus Fischer
On Sun, Dec 16, 2001 at 01:45:24PM -, [EMAIL PROTECTED] wrote : ID: 14546 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: Well I

[PHP-DEV] Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread bilo
ID: 14540 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: linux 2.2.18 - glibc 2.1.3 PHP Version: 4.1.0 New Comment: As usual, thanks a lot for the quick and complete answer, and expecially for all your great work!

[PHP-DEV] Bug #14547: Informix as shared module libtool rpath problem

2001-12-16 Thread zhamm
From: [EMAIL PROTECTED] Operating system: RH Linux 7.1 PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Informix as shared module libtool rpath problem When configuring/compiling PHP 4.1.0 on RH 7.1, I can successfully compile PHP with informix built in,

Re: [PHP-DEV] Bug #14547: Informix as shared module libtool rpath problem

2001-12-16 Thread Markus Fischer
For a quick test, can you go to php-4.1.0/ext/informix, issue phpize configure make install and see if it gets properly installed in your extension directory? On Sun, Dec 16, 2001 at 02:46:43PM -, [EMAIL PROTECTED] wrote : From: [EMAIL

Re: [PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: Hello, On Sun, 16 Dec 2001, John Lim wrote: Doesn't this seem counter-intuitive? Can we improve the implementation somehow? I think it's not a problem in code, but a documentation problem. Many people are confused. I'll update document ;) -- Yasuo Ohgaki

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread yohgaki
ID: 14546 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: Another report for this bug. Let's reopen this one. --- Hello , I have similar problem with this code

Re: [PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread derick
On Sun, 16 Dec 2001, Yasuo Ohgaki wrote: [EMAIL PROTECTED] wrote: Hello, On Sun, 16 Dec 2001, John Lim wrote: Doesn't this seem counter-intuitive? Can we improve the implementation somehow? I think it's not a problem in code, but a documentation problem. Many people are

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread derick
ID: 14546 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: This was just fixed in CVS, closing. Derick Previous Comments:

Re: [PHP-DEV] Re: Bug #14540 Updated: sessions and register_globals

2001-12-16 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: On Sun, 16 Dec 2001, Yasuo Ohgaki wrote: [EMAIL PROTECTED] wrote: Hello, On Sun, 16 Dec 2001, John Lim wrote: Doesn't this seem counter-intuitive? Can we improve the implementation somehow? I think it's not a problem in code, but a documentation problem.

[PHP-DEV] Re: Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: ID: 14546 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: This was just fixed in CVS, closing. Derick Thanks ;) -- Yasuo

[PHP-DEV] CVS Account Request: henrywang

2001-12-16 Thread Henry Wang
Developing the PHP runtime Maintaining www.php.net -- 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] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-16 Thread misch
ID: 14489 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Cobalt Raq 3 PHP Version: 4.1.0 New Comment: It's the same. Previous Comments:

Re: [PHP-DEV] Bug #14547: Informix as shared module libtool rpath problem

2001-12-16 Thread zhamm
Nope, I got a similar error: make[3]: Entering directory `/php/php-4.1.0/ext/informix' (if test -d /opt/informix; then \ THREADLIB=POSIX /opt/informix/bin/esql -e -EDHAVE_IFX_IUS /php/php-4.1.0/ext/ informix/ifx.ec; \ else \ touch ifx.c; \ fi) /bin/sh /php/php-4.1.0/libtool --silent

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
Hello derick, dpn This was just fixed in CVS, closing. What you think about 4.1.0pl1 ? Best regards, Andrew Sitnikov e-mail : [EMAIL PROTECTED] GSM: (+372) 56491109 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Yasuo Ohgaki
Andrew Sitnikov wrote: Hello derick, dpn This was just fixed in CVS, closing. What you think about 4.1.0pl1 ? I guess there will not be 4.1.0pl1, but will be 4.1.1. Hopefully soon. -- Yasuo Ohgaki -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re[2]: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
Hello Yasuo, YO I guess there will not be 4.1.0pl1, but will be 4.1.1. YO Hopefully soon. I do not see anything encouraging, everyone new build òîò (4.0.3 - 4.0.3pl1, 4.0.4 - 4.0.4pl, 4.0.6 - memory patch, 4.1.0 - ???) have more and more serious bugs. In 4.1.0 such quantity of problems what to

[PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-16 Thread misch
ID: 14489 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Cobalt Raq 3 PHP Version: 4.1.0 New Comment: I'm still wondering about this: when I compile php 4.1.0 as dso without --with-gettext and start Apache I can see

[PHP-DEV] Apache2Filter crashes on Windows

2001-12-16 Thread Sebastian Bergmann
Setup: Windows 2000, Apache 2 (current CVS), PHP 4 (current CVS). After several requests Apache.exe crashes, when using the Apache2Filter SAPI module of PHP 4. I built both debug versions of Apache 2 and PHP 4, and the debugger shows the cause of the crash to be in

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Markus Fischer
IMHO I'm not surprised and it was somehow predictable for this release. It just went unreleased TOO long. You're welcome to join the QA for higher quality release process if your time permits it. On Sun, Dec 16, 2001 at 06:00:32PM +0200, Andrew Sitnikov wrote : Hello Yasuo,

Re[2]: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
Hello Markus, MF IMHO I'm not surprised and it was somehow predictable for MF this release. It just went unreleased TOO long. You're MF welcome to join the QA for higher quality release process if MF your time permits it. I agree, but I see some problems: 1. Bad knowledge of

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread theseer
ID: 14518 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment: I developed my stuff using the cvs-version and downgraded my workstation to 4.1.0 Release-Version

[PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-16 Thread cmk
ID: 14489 Updated by: cmk Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Cobalt Raq 3 PHP Version: 4.1.0 New Comment: I assume site7 has an ssl certificate defined, right? So what happens when you remove that certificate? As a note: I can not reproduce

[PHP-DEV] Bug #14541 Updated: strtok broken again

2001-12-16 Thread mlemos
ID: 14541 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: No, jmoore just broke the behaviour of PHP strtok function that worked like that since PHP 3 for more than 4 years. This

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviour that it had since PHP 3

2001-12-16 Thread Manuel Lemos
Hello, Daniel Lorch wrote: hi, dirname was added to PHP 3.0a3 which was released more than 4 years ago. Until a year ago it had a behaviour that Andi thought it was not correct, so he fixed it for PHP 4.0.3 eventually breaking the code of people that did not realize it then because

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviourthat it had since PHP 3

2001-12-16 Thread Manuel Lemos
Hello, Markus Fischer wrote: On Sun, Dec 16, 2001 at 05:35:25AM -0200, Manuel Lemos wrote : Gee, Markus, have you just arrived to php-dev? :-) Hehe. No, was at a party ;-) For all these years? Long part, huh? ;-) That the particular problem missbehaved in the past for so

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread theseer
ID: 14518 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Closed Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment: Found the reason: the cvs-version doesn't seem to support or even care about

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread cmk
ID: 14518 Updated by: cmk Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Critical Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment: Checked with the code you provided and still can not reproduce this. Previous Comments:

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread cmk
ID: 14518 Updated by: cmk Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Closed Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment: Great that you could solve the problem. And never mind about the trouble, user feedback is always

[PHP-DEV] Need some help

2001-12-16 Thread Melva Garcia
Hello, I am new to this list, and was looking for someone to be my mentor. I am just getting into php and mysql and have alot of dumb questions. Did not want to overwhelm the list with my dumb questions.. anyone willing to be my mentor, to whom I may ask these questions to. I am a designer

Re: [PHP-DEV] Need some help

2001-12-16 Thread derick
Hello, You're writing to the wrong list, the list for support questions is the [EMAIL PROTECTED] mailinglist. This list is for developing PHP, not developing WITH php. Regards, Derick On Sun, 16 Dec 2001, Melva Garcia wrote: Hello, I am new to this list, and was looking for someone to be

Re: [PHP-DEV] Need some help

2001-12-16 Thread Sebastian Bergmann
Melva Garcia wrote: I am new to this list, and was looking for someone to be my mentor. I am just getting into php and mysql and have alot of dumb questions. Please use the [EMAIL PROTECTED] mailing list. This list is for the developers of PHP, not for development with PHP. Thanks,

[PHP-DEV] Bug #14549: Warning: Unknown persistent list...

2001-12-16 Thread webmaster
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: Warning: Unknown persistent list... What I do wrong if this easy error-less script ? $db = MYSQL_PCONNECT(localhost,root,) OR DIE();

[PHP-DEV] Bug #14549 Updated: Warning: Unknown persistent list...

2001-12-16 Thread webmaster
ID: 14549 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: heh :) sorry finger-to-keyboard error ... :) This Warning message is visible since PHP4.1.0 not 4.0.1 ...

Re: [PHP-DEV] Bug #14538 Updated: dirname fix broke behaviourthatit had since PHP 3 (fwd)

2001-12-16 Thread Derick Rethans
Dear Manuel, On Sun, 16 Dec 2001, Manuel Lemos wrote: What is the problem with 1000 switches? It is definitely better than breaking backwards compatibility of functions that behaved like that for 4 years. I just checked that there are 78 occorrences of use of strtok and 34 of dirname in

[PHP-DEV] Bug #14550 Updated: Basic Authentication fails

2001-12-16 Thread jimw
ID: 14550 Updated by: jimw Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Website problem Bug Type: *Web Server problem Operating System: Debian Linux 2.4.12 PHP Version: 4.1.0 New Comment: fixing type. (website problem is for problems with php.net websites.) Previous Comments:

[PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread assassin
ID: 14546 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: I know it was fixed, but I just thought I'ld add that the problem has started producing itself in the new

Re: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Markus Fischer
On Sun, Dec 16, 2001 at 08:47:34PM -, [EMAIL PROTECTED] wrote : ID: 14546 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: RedHat Linux 7.0 PHP Version: 4.1.0 New Comment: I know it was fixed, but I

[PHP-DEV] Bug #14551: mistake on array_keys

2001-12-16 Thread luodonghua
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: mistake on array_keys There is a mistake on the Download documentation.(The download version, like http://sg.php.net/distributions/manual/manual-en.chm ) In

Re[2]: [PHP-DEV] Bug #14546 Updated: Segmentation fault in httpd child process when using user authentication

2001-12-16 Thread Andrew Sitnikov
Hello Markus, I know it was fixed, but I just thought I'ld add that the problem has started producing itself in the new copy of httpd that I compiled, strange that it took a while before it started occurring. MF Have you tested the latest fix if it works? I manually has make changes

[PHP-DEV] Bug #14550 Updated: Basic Authentication fails

2001-12-16 Thread derick
ID: 14550 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Web Server problem Operating System: Debian Linux 2.4.12 PHP Version: 4.1.0 New Comment: This should be fix in CVS now. Can you try the latest snapshot from snaps.php.net? Derick Previous

[PHP-DEV] Bug #14551 Updated: mistake on array_keys

2001-12-16 Thread derick
ID: 14551 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: PHP Version: 4.1.0 New Comment: Thank you for this report, as soon as I'm able to build new CHM manuals, those will be fixed (they are generated from

[PHP-DEV] Bug #14245 Updated: make install fails on apxs

2001-12-16 Thread sniper
ID: 14245 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Open Bug Type: Apache related Operating System: AIX 4.3.3 PHP Version: 4.1.0RC5 Old Assigned To: sniper Assigned To: New Comment: Don't have time to look at this anymore. And it indeed is a libtool bug.

[PHP-DEV] Bug #7670 Updated: PHP crashes when accessing IMAP mailbox

2001-12-16 Thread sniper
ID: 7670 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Feedback Bug Type: IMAP related Operating System: Linux PHP Version: 4.0.3pl1 Old Assigned To: sniper Assigned To: New Comment: Could you please check if this bug still exists with PHP 4.1.0 and with the

[PHP-DEV] Bug #14552: PowerPC users see blank pages after session start

2001-12-16 Thread lecoq_tr
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Session related Bug description: PowerPC users see blank pages after session start Today I received 3 complaints, they all are Mac PowerPC users with Internet Explorer 5.xx... Problem is that

[PHP-DEV] Bug #14552 Updated: PowerPC users see blank pages after session start

2001-12-16 Thread derick
ID: 14552 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment: Can you try it with the latest version, php 4.1.0? Derick Previous Comments:

[PHP-DEV] ext/adt - futher devel?!

2001-12-16 Thread Richard Samar
Hi, as ext/adt hasn't experienced any updates for a while, I'd just like to know if further development ist planned. Appreciate any kind of answer :o) best regards -moh -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread yohgaki
ID: 14518 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment: Current PHP allows bogus configure options in many ways. I hope this design is going to be changed. Previous

Re: [PHP-DEV] Bug #14245 Updated: make install fails on apxs

2001-12-16 Thread Melvyn Sopacua
At 22:28 16-12-2001, [EMAIL PROTECTED] shared with all of us: ID: 14245 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Open Bug Type: Apache related Operating System: AIX 4.3.3 PHP Version: 4.1.0RC5 Old Assigned To: sniper Assigned To: New Comment: Don't have

[PHP-DEV] malformed header from script

2001-12-16 Thread Sebastian Bergmann
Setup: Apache 2, PHP 4 (current CVS) as CGI, Windows 2000 malformed header from script. Bad header=X-Powered-By: C:/home/php/php4/Release_TS_inline/php.exe Seems to me something's wrong with the recent SAPI changes. -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Markus Fischer
On Sun, Dec 16, 2001 at 11:54:52PM +0100, Sebastian Bergmann wrote : Setup: Apache 2, PHP 4 (current CVS) as CGI, Windows 2000 malformed header from script. Bad header=X-Powered-By: C:/home/php/php4/Release_TS_inline/php.exe Seems to me something's wrong with the recent

Re: [PHP-DEV] Bug #14245 Updated: make install fails on apxs

2001-12-16 Thread Jani Taskinen
The libtool in PHP 4.1.0 is the new version: 1.4.x And this bug is in that code. Report it to the libtool people. --Jani On Sun, 16 Dec 2001, Melvyn Sopacua wrote: At 22:28 16-12-2001, [EMAIL PROTECTED] shared with all of us: ID: 14245 Updated by: sniper Reported By: [EMAIL PROTECTED] Old

[PHP-DEV] Bug #14553: cannot find -lX11 for GB compilation.

2001-12-16 Thread ediaz
From: [EMAIL PROTECTED] Operating system: linux suse 7.1 PHP version: 4.1.0 PHP Bug Type: GD related Bug description: cannot find -lX11 for GB compilation. ok, fist compile php 4.1.0 ok with this command line: './configure' '--with-mysql'

[PHP-DEV] Bug #14553 Updated: cannot find -lX11 for GB compilation.

2001-12-16 Thread mfischer
ID: 14553 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: linux suse 7.1 PHP Version: 4.1.0 New Comment: Ok, i want said that the machin is a server a not have X, but it have x11 librarys. Obviousl it has not or it is

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Yasuo Ohgaki
Markus Fischer wrote: On Sun, Dec 16, 2001 at 11:54:52PM +0100, Sebastian Bergmann wrote : Setup: Apache 2, PHP 4 (current CVS) as CGI, Windows 2000 malformed header from script. Bad header=X-Powered-By: C:/home/php/php4/Release_TS_inline/php.exe Seems to me something's wrong

[PHP-DEV] Bug #14552 Updated: PowerPC users see blank pages after session start

2001-12-16 Thread daniel
ID: 14552 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.0.6 New Comment: The HTT-Protocol in version 1.1 sends data _chunked_ (Transfer-Encoding: chunked). Every chunk is accompanied with it's size info, and

[PHP-DEV] Bug #14483 Updated: -twolevel_namespace and multiple definitions errors

2001-12-16 Thread sniper
ID: 14483 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Compile Failure Operating System: Mac OS X 10.1 PHP Version: 4.2.0-dev New Comment: That 'apxs' problem is actually the same bug in libtool as it is under AIX. Previous Comments:

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Yasuo Ohgaki
Just for the record, Esser's last commit fixed the issue. (It works for me at least ;) Yasuo Ohgaki wrote: Markus Fischer wrote: On Sun, Dec 16, 2001 at 11:54:52PM +0100, Sebastian Bergmann wrote : Setup: Apache 2, PHP 4 (current CVS) as CGI, Windows 2000 malformed header from

Re: [PHP-DEV] malformed header from script

2001-12-16 Thread Stefan Esser
The CVS is fixed now. I did not recognise that i broke SAPI.c because my apache did load the old module. Sorry for the wasted build time. Full blame on me Stefan -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DEV] Bug #14489 Updated: DSO PHP module compiling with gettext support is blocking Apache start

2001-12-16 Thread sniper
ID: 14489 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Cobalt Raq 3 PHP Version: 4.1.0 New Comment: status - feedback. Previous Comments:

[PHP-DEV] Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-16 Thread mike
ID: 14442 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: XSLT related Operating System: Linux (RH 7.0) PHP Version: 4.1.0 New Comment: The server is still crashing with this error Starting program: /etc/httpd/bin/httpd -X Program received signal

[PHP-DEV] Bug #14553 Updated: cannot find -lX11 for GB compilation.

2001-12-16 Thread ediaz
ID: 14553 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: linux suse 7.1 PHP Version: 4.1.0 New Comment: What it is the need of X11 for GD??? I didn't need for install the other version of php. I did not need for install

[PHP-DEV] Bug #14553 Updated: cannot find -lX11 for GB compilation.

2001-12-16 Thread ediaz
ID: 14553 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: linux suse 7.1 PHP Version: 4.1.0 New Comment: ops and another cuestion.. why did not it fail the ./configure command? Previous Comments:

Re: [PHP-DEV] Bug #14553 Updated: cannot find -lX11 for GB compilation.

2001-12-16 Thread Markus Fischer
On Mon, Dec 17, 2001 at 12:07:11AM -, [EMAIL PROTECTED] wrote : ID: 14553 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: linux suse 7.1 PHP Version: 4.1.0 New Comment: What it is the need of X11 for GD??? I

[PHP-DEV] Notification of absence.

2001-12-16 Thread Jani Taskinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just letting you know that I've got pretty tired on this project and I also have to spend all my time on projects I get paid doing. I hope I can spend some time on PHP after some of these projects are finished. bye, - --Jani -BEGIN PGP

[PHP-DEV] Bug #14553 Updated: cannot find -lX11 for GB compilation.

2001-12-16 Thread ediaz
ID: 14553 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: linux suse 7.1 PHP Version: 4.1.0 New Comment: This is a descripción of the xshared-4.0.2 Since some programs were linked with the X11 libraries but do work on a text

Re: [PHP-DEV] Bug #14553 Updated: cannot find -lX11 for GB compilation.

2001-12-16 Thread Markus Fischer
Does --with-xpm-dir=no help? And please keep discussion at the list if they started there (as long as they don't get really offtopic). On Mon, Dec 17, 2001 at 01:57:22AM +0100, Eduardo Diaz Rodriguez wrote : ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-

[PHP-DEV] Bug #14554: segfault when reading a zip file

2001-12-16 Thread phpbug
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.0 PHP Bug Type: ZZiplib Related Bug description: segfault when reading a zip file ext/zip/zip.c crashes on the first zip_read(). The fix is at http://pfft.net/robin/pub/zip.4.1.0.patch and I'm including it

[PHP-DEV] Re: Notification of absence.

2001-12-16 Thread Yasuo Ohgaki
Jani Taskinen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just letting you know that I've got pretty tired on this project and I also have to spend all my time on projects I get paid doing. I hope I can spend some time on PHP after some of these projects are finished.

[PHP-DEV] Bug #14555: apache fails: libsablot.so.0: undefined symbol: XML_SetParamEntityParsing

2001-12-16 Thread php
From: [EMAIL PROTECTED] Operating system: debian woody PHP version: 4.1.0 PHP Bug Type: XSLT related Bug description: apache fails: libsablot.so.0: undefined symbol: XML_SetParamEntityParsing Config, compile and install works fine, apache fails to start: Apache: Starting

[PHP-DEV] Bug #14556: PHP 4.1.0 and Apache 2.0.28 Beta incompatible statically and as DSO

2001-12-16 Thread melt284
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.2 PHP version: 4.1.0 PHP Bug Type: Apache2 related Bug description: PHP 4.1.0 and Apache 2.0.28 Beta incompatible statically and as DSO When Trying to install PHP 4.1.0 as a DSO on Apache 2.0.28 Beta the install

[PHP-DEV] Bug #14557: Compile Failure (and potential fix)

2001-12-16 Thread squasar
From: [EMAIL PROTECTED] Operating system: MacOS X (10.1.1) PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: Compile Failure (and potential fix) The compile of PHP 4.1.0 (source tarball) fails miserably out-of-the-box on MacOS X 10.1.1. The CGI version

[PHP-DEV] Bug #14557 Updated: Compile Failure (and potential fix)

2001-12-16 Thread squasar
ID: 14557 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: MacOS X (10.1.1) PHP Version: 4.1.0 New Comment: (Incidently, I want to note that most of the problems with the compile seem to stem from libtool, which

[PHP-DEV] Bug #14557 Updated: Compile Failure (and potential fix)

2001-12-16 Thread squasar
ID: 14557 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: MacOS X (10.1.1) PHP Version: 4.1.0 New Comment: Oops! One more thing! The full text of the tcsh script I'm using is available at

  1   2   >