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

2001-12-15 Thread mlemos
ID: 14541 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: I understand that it is very hard to make developers write tests for new software, but at least those that commit bug fixes sho

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

2001-12-15 Thread Manuel Lemos
Hello, Markus Fischer wrote: > > On Sat, Dec 15, 2001 at 11:43:07PM -0200, Manuel Lemos wrote : > > Sure but they way it seems to me is that reporting the problem did not > > make any difference. So why bother reporting? > > Just because yours was rejected doesn't mean all were or will >

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

2001-12-15 Thread zak
ID: 14541 Updated by: zak Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: Strings related Operating System: Any PHP Version: 4.1.0 New Comment: While we could try to force developers to write tests before they commit code (heck, MySQL does it), but we

[PHP-DEV] Bug #14542: connection_status() does not return 2 on timeout

2001-12-15 Thread dward
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: connection_status() does not return 2 on timeout It seems that when a script terminates due to a timeout connection_status() returns 0 (and connecti

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

2001-12-15 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: strtok broken again It seems that strtok function is broken again. The following script returns: Should output as always (at least until PHP 4.0.6

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

2001-12-15 Thread mlemos
ID: 14538 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating System: Any PHP Version: 4.1.0 New Comment: Zeev, As always I am trying to be constructive here. I am trying to bring the attention to the fact that as in th

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

2001-12-15 Thread Zeev Suraski
At 02:06 16/12/2001, [EMAIL PROTECTED] wrote: >As always I am trying to be constructive here. Me too! >I am trying to bring the attention to the fact that as in the past, many >ISPs did not upgrade from old PHP versions because they have bad >experiences of having their clients code broken in

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

2001-12-15 Thread Manuel Lemos
Hello, Zeev Suraski wrote: > >I am trying to bring the attention to the fact that as in the past, many > >ISPs did not upgrade from old PHP versions because they have bad > >experiences of having their clients code broken in new PHP versions. In > >this case, an old PHP version is 4.0.0 which is

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

2001-12-15 Thread zeev
ID: 14538 Updated by: zeev Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: Any PHP Version: 4.1.0 New Comment: Manuel, This behavior is not going to change, and we're not going to introduce a new headache-causing INI option to

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

2001-12-15 Thread mlemos
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.0 PHP Bug Type: Unknown/Other Function Bug description: dirname fix broke behaviour that it had since PHP 3 I was trying to test PHP 4.1.0 in a production site that I have that is made of large code base and real

Re: [PHP-DEV] [defacementmonitor@hotmail.com: Win ME, Apache/1.3.20 and PHP/4.0.4pl1 Source disclosure Vulnerability]

2001-12-15 Thread Zeev Suraski
As I responded on Bugtraq, this is, if anything, an Apache bug, not a PHP bug. It could be a configuration bug too, but the bottom line is the Apache doesn't determine that the file is a PHP file when requested in that way, and doesn't even invoke PHP on it. Zeev At 02:42 16/12/2001, Markus

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

2001-12-15 Thread mlemos
ID: 14538 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating System: Any PHP Version: 4.1.0 New Comment: Daniel, I don't think you are realizing how serious this is! dirname was added to PHP 3.0a3 which was released mo

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-15 Thread Adam Dickmeiss
This patch makes Zend includes its "own" set of libraries, so that external support libs used by PHP extensions are linked once when building PHP lib. I simply define ZEND_LIBS. I cannot tell what impact this would otherwise have. I'm not that familiar with the PHP code. I guess, AC_SUBST(ZEND_LIB

Re: [PHP-DEV] Unbuffered fgetc needed for stdin

2001-12-15 Thread Andi Gutmans
This usually depends on how you configured your tty. I think by default it is buffered by the OS until a newline so it's probably not PHP which needs changing but your settings. Andi At 12:30 PM 12/15/2001 -0800, August Zajonc wrote: >I've really run into a wall trying to get single charachter

[PHP-DEV] [defacementmonitor@hotmail.com: Win ME, Apache/1.3.20 and PHP/4.0.4pl1 Source disclosure Vulnerability]

2001-12-15 Thread Markus Fischer
Hi, This mail just poppep up buqtrag. Although PHP 4.0.4pl1 is old and it is unlikely someone is running it on a production machine on Win ME I'ld like someone with access to Win ME and standard Apache/PHP installation can verify this is true or not. Not only PHP 4.0.

[PHP-DEV] Bug #14535 Updated: Mail function always returns false

2001-12-15 Thread steve
ID: 14535 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Mail related Operating System: FreeBSD 4.1-RELEASE i386 PHP Version: 4.0.6 New Comment: I don't have 4.1.0 loaded on the FreeBSD machine yet, but I received an email this morni

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

2001-12-15 Thread Yasuo Ohgaki
I really would like have consistency and new error levels as I proposed. It may not be a good idea for 4.2.0, but I think it is good for 4.3.0 or 5.0, if we annouce it early enough. E_ERROR: Fatal error. E_WARNING: Bug in script. Runtime error should not be ignored. E_NOTICE: Possible bug in scri

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

2001-12-15 Thread mfischer
ID: 14538 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Old Bug Type: Unknown/Other Function Bug Type: Documentation problem Operating System: Any PHP Version: 4.1.0 New Comment: Reclassifying as a documentation problem (and reopened). Manuel did a good jo

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

2001-12-15 Thread Markus Fischer
On Sat, Dec 15, 2001 at 11:43:07PM -0200, Manuel Lemos wrote : > Sure but they way it seems to me is that reporting the problem did not > make any difference. So why bother reporting? Just because yours was rejected doesn't mean all were or will be rejected. Globalising something from a

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

2001-12-15 Thread yohgaki
ID: 14518 Updated by: yohgaki 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: theseer, do you use ob_end_*() in your script? Could you add more details? -- Yasuo Previous Comments:

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

2001-12-15 Thread bilo
From: [EMAIL PROTECTED] Operating system: linux 2.2.18 - glibc 2.1.3 PHP version: 4.1.0 PHP Bug Type: Session related Bug description: sessions and register_globals There is something I don't understand. I've updated to v4.1.0 and noticed that the recommended configurati

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

2001-12-15 Thread daniel
ID: 14538 Updated by: daniel Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Unknown/Other Function Operating System: Any PHP Version: 4.1.0 New Comment: Actually, you both (Zeev and Manuel) are demanding the same thing, in case you didn't recognize. You both want a high backwards compat

RE: [PHP-DEV] Unbuffered fgetc needed for stdin

2001-12-15 Thread derick
On Sat, 15 Dec 2001, August Zajonc wrote: > Doh... That's right. Stream input is usually buffered. Futzing with tty is > pretty ugly I think (stty/ioctl)... > > On further reflection it seems that the getting a wrapper for ncurses or cdk > would be a real nice win for PHP. Perl's got a cdk module

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

2001-12-15 Thread yohgaki
ID: 14537 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Filesystem function related Operating System: Linux 2.4.7-10smp i686 PHP Version: 4.1.0 New Comment: Please search bug database before report. This has been reported ;) Previous Comments: -

[PHP-DEV] Bug #14535 Updated: Mail function always returns false

2001-12-15 Thread yohgaki
ID: 14535 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Mail related Operating System: FreeBSD 4.1-RELEASE i386 PHP Version: 4.0.6 New Comment: Could you try 4.10 and/or snapshot and report the result? http://snaps.php.net/ Previous Comments: -

[PHP-DEV] php 4.1 can't compile (fwd)

2001-12-15 Thread Sebastian Nohn
-- Forwarded message -- Date: Sat, 15 Dec 2001 18:13:15 -0500 From: Charlie Romero <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED], Charlie Romero <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: php 4.1 can't compile Anyone seeing the same errors I'm se

RE: [PHP-DEV] Unbuffered fgetc needed for stdin

2001-12-15 Thread August Zajonc
Doh... That's right. Stream input is usually buffered. Futzing with tty is pretty ugly I think (stty/ioctl)... On further reflection it seems that the getting a wrapper for ncurses or cdk would be a real nice win for PHP. Perl's got a cdk module, think Python has a ncurses wrapper. If they have r

[PHP-DEV] Bug #14474 Updated: Apache PHP Module cannot seem to handle large amounts of output

2001-12-15 Thread yohgaki
ID: 14474 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Scripting Engine problem Operating System: Windows XP Pro/Linux PHP Version: 4.1.0 New Comment: Probably, Zeev is right about regarding [2001-12-12 20:33:45] [EMAIL PROTECTED] update. Since I didn't see ac

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

2001-12-15 Thread junk-php
From: [EMAIL PROTECTED] Operating system: Linux 2.4.7-10smp i686 PHP version: 4.1.0 PHP Bug Type: Filesystem function related Bug description: fgetc fails to return single charachter immediatly fgetc should have at least the option of returning a single charachter immediatly

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2001-12-15 Thread jay1
ID: 14529 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Output Control Operating System: Linux RH 7.2 Old PHP Version: 4.1.0 PHP Version: 4.2.0-dev New Comment: Tried using the snap shot and it will no longer let me connect to my MyS

[PHP-DEV] Unbuffered fgetc needed for stdin

2001-12-15 Thread August Zajonc
I've really run into a wall trying to get single charachters from stdin. Something similar to the getchar macro or a real fgetc would be nice. The current behavior is that more than a signle charachter can be typed and fgetc only returns when it sees a "\n". I'd like it to return immediatly aft

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

2001-12-15 Thread abner
ID: 14483 User updated by: [EMAIL PROTECTED] 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: Are you talking about commenting out the "yytext"... Is this a libtool bug? Seems like somebody on AIX i

[PHP-DEV] change to cvs access control

2001-12-15 Thread Jim Winstead
in the continuing effort to make things a little easier for those of us who have to deal with administering things for the php project, i've rejiggered the way the cvs access control works a little bit. nobody should have lost access to anything they had access to before, but if you find yourself

[PHP-DEV] Bug #13649 Updated: IBM DB2 memory leak

2001-12-15 Thread kalowsky
ID: 13649 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Analyzed Bug Type: Performance problem Operating System: linux red hat 6.2/7.1 PHP Version: 4.0.6 New Comment: This isn't fully a bug in PHP. As I understand it this happens to be because of the method DB

[PHP-DEV] Bug #14536 Updated: session_unregister not unregistering sessions

2001-12-15 Thread sniper
ID: 14536 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: debian 2.2.19pre17 PHP Version: 4.1.0 New Comment: You're not using the official release of PHP. Get the REAL release from php.net. --Jani Previous Comment

[PHP-DEV] Bug #14536 Updated: session_unregister not unregistering sessions

2001-12-15 Thread loll
ID: 14536 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: debian 2.2.19pre17 PHP Version: 4.1.0 New Comment: ZEND_DEBUG = disabled This program makes use of the Zend Scripting Language Engine: Zend Engine v1.1.0, Copyr

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

2001-12-15 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: What if you 'stop' and 'start' it instead of 'restart' ? Previous Comments:

[PHP-DEV] Bug #14536 Updated: session_unregister not unregistering sessions

2001-12-15 Thread loll
ID: 14536 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: debian 2.2.19pre17 PHP Version: 4.1.0 New Comment: ZEND_DEBUG = disabled This program makes use of the Zend Scripting Language Engine: Zend

[PHP-DEV] Bug #14536 Updated: session_unregister not unregistering sessions

2001-12-15 Thread derick
ID: 14536 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: debian 2.2.19pre17 PHP Version: 4.1.0 New Comment: What is the version of the Zend Engine, as shown by the output of phpinfo(); ? Derick Previous Comments:

[PHP-DEV] Bug #14536: session_unregister not unregistering sessions

2001-12-15 Thread loll
From: [EMAIL PROTECTED] Operating system: debian 2.2.19pre17 PHP version: 4.1.0 PHP Bug Type: Session related Bug description: session_unregister not unregistering sessions starting session with session_register.. The session variable will display.. but after calling the se

[PHP-DEV] Bug #14535: Mail function always returns false

2001-12-15 Thread steve
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.1-RELEASE i386 PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: Mail function always returns false This is to confirm the bug reported in Bug ID #14032 PHP Apache Module Versions 4.0.4, 4.0.6 FreeBSD 4.1

[PHP-DEV] Bug #14048 Updated: Configure issues

2001-12-15 Thread msopacua
ID: 14048 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: BSD/OS 4.x PHP Version: 4.1.0 New Comment: Of course it was the last extension - in this case GD. BSDi 4.2 now comes with both a shared zlib as a shared Jp

[PHP-DEV] Bug #14485 Updated: Please help me.

2001-12-15 Thread sander
ID: 14485 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 2000 Server PHP Version: 4.0.2 New Comment: This is not a support forum. Ask support questions on the appropriate mailinglist (and upgrade your version of PHP ;)

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-15 Thread Zeev Suraski
Disabled At 19:16 15/12/2001, Martin Jansen wrote: >On 15 Dec 2001 17:00:04 -, [EMAIL PROTECTED] wrote: > > > PHP 3.0 Bug Database summary - http://bugs.php.net > >Why is this summary still sent out? IMO there is no need to >'waste' traffic. > >- Martin > >-- > Martin Jansen, <[EMAIL PROTEC

Re: [PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-15 Thread Martin Jansen
On 15 Dec 2001 17:00:04 -, [EMAIL PROTECTED] wrote: > PHP 3.0 Bug Database summary - http://bugs.php.net Why is this summary still sent out? IMO there is no need to 'waste' traffic. - Martin -- Martin Jansen, <[EMAIL PROTECTED]> http://www.martin-jansen.de/ -- PHP Development Mail

[PHP-DEV] Bug #14515 Updated: child pid XXX exit signal Segmentation fault (11)

2001-12-15 Thread derick
ID: 14515 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Apache related Operating System: linux 2.4.16 PHP Version: 4.1.0 Previous Comments: [2001-12-15 08:23:37] [EMAIL PROTE

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

2001-12-15 Thread derick
ID: 14483 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Compile Failure Operating System: Mac OS X 10.1 PHP Version: 4.2.0-dev Previous Comments: [2001-12-14 17:26:57] [EMAIL

[PHP-DEV] Bug #14453 Updated: session_start() provokes a crash of php/apache

2001-12-15 Thread derick
ID: 14453 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Session related Operating System: win2k PHP Version: 4.1.0 Previous Comments: [2001-12-12 08:37:28] [EMAIL PROTECTED]

[PHP-DEV] Bug #14358 Updated: crash with large numbers of ouput blocks

2001-12-15 Thread derick
ID: 14358 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Critical Bug Type: Apache related Operating System: win32 (2k/xp) PHP Version: 4.0CVS-2001-12-06 Edit this bug report at http://bugs.php.net/?id=14358&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #14256 Updated: libphp4.la Won't Compile on OS X v10.1

2001-12-15 Thread derick
ID: 14256 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Compile Failure Operating System: Mac OS X PHP Version: 4.1.0 New Comment: Dup of #14483 Previous Comments: [2001-11-

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

2001-12-15 Thread cmk
ID: 14518 Updated by: cmk 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 can not reproduce this with 4.1.0 Previous Comments:

[PHP-DEV] PHP 4.0 Bug Summary Report

2001-12-15 Thread php-dev
PHP 4.0 Bug Database summary - http://bugs.php.net Num Status Summary (1582 total including feature requests) ===[*Configuration Issues] 13561 Suspended --without-pear prevent install of php-config,phpize,... 14048 Open Configure is

[PHP-DEV] PHP 3.0 Bug Summary Report

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

[PHP-DEV] Bug #13078 Updated: register_globals = off & session.save_handler = user

2001-12-15 Thread derick
ID: 13078 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: FreeBSD 4.x PHP Version: 4.0.6, 4.1.0 New Comment: This is fixed in php 4.2.0dev. Derick Previous Comments: --

[PHP-DEV] Bug #14485 Updated: Please help me.

2001-12-15 Thread gutianlong
ID: 14485 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 2000 Server PHP Version: 4.0.2 New Comment: What is "bc_num"? Previous Comments: --

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

2001-12-15 Thread zeev
ID: 14518 Updated by: zeev 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: Can anybody else reproduce this on *4.1.0*? Previous Comments: -

[PHP-DEV] Bug #14485 Updated: Please help me.

2001-12-15 Thread gutianlong
ID: 14485 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 2000 Server Old PHP Version: 4.1.0 PHP Version: 4.0.2 New Comment: What is "bc_num"? Previous Comments: ---

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

2001-12-15 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: These Straces are for command /httpd restart Previous Comments:

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

2001-12-15 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: Strace with working libphp4.so http://michal.no-ip.com/~michal/ok.txt Strace with NO working libphp4.so http:

[PHP-DEV] Bug #14474 Updated: Apache PHP Module cannot seem to handle large amounts of output

2001-12-15 Thread zeev
ID: 14474 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Scripting Engine problem Operating System: Windows XP Pro/Linux PHP Version: 4.1.0 New Comment: I don't think that our current analysis is correct. Take a look at the access log - I'm pretty sure you'd see that

[PHP-DEV] location of "ext/phpdoc"

2001-12-15 Thread jan
Can someone please make decision where the phpdoc extension should be located at ? I just wanted to apply some patches to make it work with the latest php and failed I have only karma for php4/ext/phpdoc which has been moved to pear/PECL/phpdoc. But I don't have enough karma for pear/PECL/phpdo

[PHP-DEV] PCRE 3.7

2001-12-15 Thread Sebastian Bergmann
Just learned on www.pcre.org that PCRE 3.7 is out. PHP comes bundled with PCRE 3.4, so we might want to upgrade, won't we? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.

Re: [PHP-DEV] Bug #14381 Updated: xlst_error causes error with valid XSLT processor instance

2001-12-15 Thread Derick Rethans
Hello, I MFH'ed the fix to the brach 4.1.0 was released from. It's now fixed in every branch. Derick On Fri, 14 Dec 2001, Hans Rakers wrote: > > That still doesnt explain the segfault. Somebody else already pointed out > the arguments to xslt_process changed. I changed this in the script > ac

[PHP-DEV] Bug #14515 Updated: child pid XXX exit signal Segmentation fault (11)

2001-12-15 Thread martin
ID: 14515 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: linux 2.4.16 PHP Version: 4.1.0 New Comment: The only way to get some output was starting the apache inside gdb. I got the following: (gdb)

[PHP-DEV] Bug #13620 Updated: bzip2 extension seems to be broken

2001-12-15 Thread lolo
ID: 13620 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Bzip2 Related Operating System: Win98 SE Old PHP Version: 4.0.1 PHP Version: 4.1.0 New Comment: Hi Sander! Oups, of course: 4.1.0 and not 4.0.1 Sorry, Loïc Previous Comments: ---

[PHP-DEV] Bug #13185 Updated: session_set_save_handler will not work if register_globals is off

2001-12-15 Thread sander
ID: 13185 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: solaris 2.7 PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #14290 Updated: SMP PHP/apache process appears to be in infinite loop 100% CPU Utilization

2001-12-15 Thread derick
ID: 14290 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: RH 7.2 PHP Version: 4.0.6 New Comment: Closing then... Previous Comments: [20

[PHP-DEV] Bug #14290 Updated: SMP PHP/apache process appears to be in infinite loop 100% CPU Utilization

2001-12-15 Thread php
ID: 14290 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Scripting Engine problem Operating System: RH 7.2 PHP Version: 4.0.6 New Comment: Excellent! PROBLEM IS FIXED by upgrading to 4.1.0 :)! I should have put an entry in here a

Re: [PHP-DEV] Bug #14531 Updated: Reference to bug #14496

2001-12-15 Thread Christoph Grottolo
But it would be cool to be at least able to add comments to bug reports of other users - like in the manual. Sometimes a non-dev member can reproduce a bug, give a hint or even an answer. Now, a common user who wants to comment a bug has to post to the dev list. Christoph "Rasmus Lerdorf" <[EMAI

[PHP-DEV] Bug #14162 Updated: wrong init with mcrypt_generic_init crashes php

2001-12-15 Thread derick
ID: 14162 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: mcrypt related Operating System: i686-pc-linux-gnu PHP Version: 4.0CVS-2001-11-21 Old Assigned To: derick Assigned To: New Comment: Fixed in CVS. Please note that the return value as noted i

Re: [PHP-DEV] Bug #14531 Updated: Reference to bug #14496

2001-12-15 Thread Markus Fischer
On Sat, Dec 15, 2001 at 02:05:39PM +0100, Christoph Grottolo wrote : > But it would be cool to be at least able to add comments to bug reports of > other users - like in the manual. Sometimes a non-dev member can reproduce a > bug, give a hint or even an answer. Now, a common user who wants to co

[PHP-DEV] Bug #6914 Updated: persistent socket connection failure

2001-12-15 Thread sander
ID: 6914 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Sockets related Operating System: Linux 2.2.17 PHP Version: 4.0.2 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #14197 Updated: please read example...

2001-12-15 Thread sander
ID: 14197 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: Win32 (w2k) PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #12291 Updated: Apparent memory leak, possibly in session code

2001-12-15 Thread sander
ID: 12291 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Session related Operating System: FreeBSD 3.x,4.x PHP Version: 4.0.6 New Comment: No feedback. Closing. Previous Comments: ---

[PHP-DEV] Bug #9846 Updated: fopen() fails and gives Error 0 on NoContent URLs

2001-12-15 Thread sander
ID: 9846 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Filesystem function related Operating System: linux,irix,tru64 PHP Version: 4.0.4pl1 New Comment: No feedback. Closing. Previous Comments:

[PHP-DEV] Bug #5480 Updated: set_socket_blocking($fp, False) don't work !

2001-12-15 Thread sander
ID: 5480 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Sockets related Operating System: Win32 PHP Version: 4.0.0 New Comment: No feedback. Closing. Previous Comments: [200

[PHP-DEV] Bug #14515 Updated: child pid XXX exit signal Segmentation fault (11)

2001-12-15 Thread martin
ID: 14515 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: linux 2.4.16 PHP Version: 4.1.0 New Comment: sorry, forgot the stacktrace: (gdb) bt #0 0x40a0e333 in php_pcre_replace (regex=0x40ab8b11 "/realm=\"(.*?)\"/i", r

[PHP-DEV] Bug #13620 Updated: bzip2 extension seems to be broken

2001-12-15 Thread lolo
ID: 13620 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Bzip2 Related Operating System: Win98 SE Old PHP Version: 4.0CVS-2001-10-09 PHP Version: 4.0.1 New Comment: Just a version update. Loïc Previous Comments: -

[PHP-DEV] Bug #14381 Updated: xlst_error causes error with valid XSLT processor instance

2001-12-15 Thread derick
ID: 14381 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: XSLT related Operating System: Linux-2.4.14 glibc-2.2.3 PHP Version: 4.1.0 New Comment: It was already fixed in the php 4.2.0 branch, I MFHed it to the PHP_4_0_7 branch. Derick Previous Comm

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

2001-12-15 Thread derick
ID: 14483 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Mac OS X 10.1 PHP Version: 4.2.0-dev New Comment: That commenting out should not be nessecairy, I have the same on my system. The problem is something else... Derick Previous

Re: [PHP-DEV] Bug #14048 Updated: Configure issues

2001-12-15 Thread Melvyn Sopacua
Markus Fischer said at 12:16 15-12-2001: > > ok, working on it. > > 2 notes on this build: > > i get a lot of yacc warnings like these: > > /usr/src/web/php/php4/ext/standard/var_unserializer.re:273: warning: > label `yy1' defined but not used > > that's ok . Ok. > > and the xtoffsetof is

[PHP-DEV] Re: [PHP-DOC] Please read. session.xml

2001-12-15 Thread Yasuo Ohgaki
Gabor Hojtsy wrote: >>Does anyone mind if I update session.xml? >>I would like to prevent flood of bug reports. >>Thank you. >> > > Update as you see fit. > > Goba > Ok. I'll edit session.xml after I finish pgsql related work :) -- Yasuo Ohgaki -- PHP Development Mailing List

[PHP-DEV] Bug #14048 Updated: Configure issues

2001-12-15 Thread derick
ID: 14048 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: BSD/OS 4.x PHP Version: 4.1.0 New Comment: Those yacc warnings are harmless. Previous Comments: [20

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

2001-12-15 Thread derick
ID: 14532 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Feedback Bug Type: Compile Failure Operating System: RedHat 7.2 PHP Version: 4.1.0 New Comment: What is your configure line, so that we can try to reproduce this? regards, Derick Previous Comments: -

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2001-12-15 Thread derick
ID: 14529 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.1.0 New Comment: Can you please try a snapshot from snaps.php.net, and see if it's fixed in the 4.2.0dev version? Thanx, Deri

Re: [PHP-DEV] Bug #14048 Updated: Configure issues

2001-12-15 Thread Markus Fischer
On Sat, Dec 15, 2001 at 10:37:29AM -, [EMAIL PROTECTED] wrote : > ID: 14048 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Old Status: Feedback > Status: Open > Bug Type: *Configuration Issues > Operating System: BSD/OS 4.x > PHP Version: 4.1.0 > New Comment: > > Ok,

[PHP-DEV] Bug #13292 Updated: file_exists works with UNC names

2001-12-15 Thread sander
ID: 13292 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Windows NT/2000 PHP Version: 4.0.6 New Comment: Markus noted that you should always use double backslashes (or single slashes): "computername\\share\\filename" BTW: s

[PHP-DEV] Bug #14050 Updated: problems with eregi and setlocale (apache module only)

2001-12-15 Thread sitnikov
ID: 14050 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Regexps related Operating System: Linix PHP Version: 4.0.5 New Comment: Does not reproduce in php4.1.0. Previous Comments: ---

[PHP-DEV] Bug #14048 Updated: Configure issues

2001-12-15 Thread msopacua
ID: 14048 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: *Configuration Issues Operating System: BSD/OS 4.x PHP Version: 4.1.0 New Comment: Ok, working on it. 2 notes on this build: I get a lot of yacc warnings like these: /usr/src

[PHP-DEV] Bug #14534: Variables $PHP_AUTH_* is set, when use a traditional external auth mechanism

2001-12-15 Thread sitnikov
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Apache related Bug description: Variables $PHP_AUTH_* is set, when use a traditional external auth mechanism .htaccess AuthUserFile.htpasswd AuthName"WARNING! ENTER ACCESS KEY!"

[PHP-DEV] Re: [PHP-DOC] Please read. session.xml

2001-12-15 Thread Gabor Hojtsy
> Does anyone mind if I update session.xml? > I would like to prevent flood of bug reports. > Thank you. Update as you see fit. Goba -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

Re: [PHP-DEV] Bug #13292 Updated: file_exists works with UNC names

2001-12-15 Thread Markus Fischer
On Sat, Dec 15, 2001 at 10:25:34AM -, [EMAIL PROTECTED] wrote : > ID: 13292 > Updated by: sander > Reported By: [EMAIL PROTECTED] > Old Summary: file_exists not working with UNC names > Status: Open > Old Bug Type: Filesystem function related > Bug Type: Documentation problem > Operating Syst

[PHP-DEV] Bug #13292 Updated: file_exists works with UNC names

2001-12-15 Thread sander
ID: 13292 Updated by: sander Reported By: [EMAIL PROTECTED] Old Summary: file_exists not working with UNC names Status: Open Old Bug Type: Filesystem function related Bug Type: Documentation problem Operating System: Windows NT/2000 PHP Version: 4.0.6 New Comment: Actually, it does work!!! Use "

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

2001-12-15 Thread mfischer
ID: 14533 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: SNMP related Operating System: RH Linux 7.2 PHP Version: 4.1.0 New Comment: Hmm, seems so. Can you recompile the RH package with debug symbols enabled (or installed a version with debug symb

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

2001-12-15 Thread kancha2np
From: [EMAIL PROTECTED] Operating system: RH Linux 7.2 PHP version: 4.1.0 PHP Bug Type: SNMP related Bug description: snmp seg fault I'm using RH Linux 7.2 php 4.1.0 with ucd-snmp that comes along with the linux distribution. My configure parameter is as follows ./con