Re: [PHP-DEV] Re: Lost feature - variables_order/register_globalsmess

2002-01-24 Thread Rasmus Lerdorf
> > Well, you still need to resolve precedence for $_REQUEST somehow. > > > > I forgot about $_REQUEST :) > > How about this one? > > - Store EGPCS to $_* hash and initialize them always. That can get expensive since 'E' can be rather large and is usually full of useless stuff. Perhaps always po

[PHP-DEV] Re: Lost feature - variables_order/register_globals mess

2002-01-24 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: >>>In this whirlwind hack job to turn off register_globals, we have lost a >>>very useful feature. Or maybe it was lost earlier and I didn't pay >>>attention. >>> >>>Today you cannot set variables_order to "ES" and turn register_globals on >>>so that only E and S vars end up

[PHP-DEV] Bug #15213 Updated: Problem in the French version of documentation about the function mysql_result

2002-01-24 Thread derick
ID: 15213 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Documentation problem Operating System: NA PHP Version: 4.1.1 Old Assigned To: Assigned To: dams New Comment: Assigning to our French/Canadien friend Damien Previous Comments: --

[PHP-DEV] Bug #14934 Updated: type property not set in comment nodes

2002-01-24 Thread derick
ID: 14934 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: Linux 2.4.9-RH 7.2 PHP Version: 4.1.1 New Comment: Fixed in CVS, thx Previous Comments: ---

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread derick
ID: 15191 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Feedback Bug Type: LDAP related Operating System: Solaris 8 PHP Version: 4.1.1 Previous Comments: [2002-01-24 21:09:44] [EMAIL PROTEC

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread derick
ID: 15191 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: LDAP related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Try to build a static (non-DSO) module too, this makes backtraces a lot more useful. Derick Previous Comments: -

[PHP-DEV] Bug #13279 Updated: parse_ini_file causes PHP to exit if ini file syntax is malformed

2002-01-24 Thread derick
ID: 13279 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: PHP options/info functions Bug Type: Documentation problem Operating System: Win2k/CGI PHP Version: 4.0.6 New Comment: It's not a bug anyways... making it a Documentation problem. Previous Comments: -

Re: [PHP-DEV] Re: [PHP] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Derick Rethans
On Fri, 25 Jan 2002, Yasuo Ohgaki wrote: > Rasmus Lerdorf wrote: > > I think the real answer here is to treat these as read-only arrays. ie. > > never use them on the left side of the '=' and you will never run into > > problems. Or if you do, be consistent and use the same array all the > > ti

[PHP-DEV] Re: Lost feature - variables_order/register_globals mess

2002-01-24 Thread Rasmus Lerdorf
> > In this whirlwind hack job to turn off register_globals, we have lost a > > very useful feature. Or maybe it was lost earlier and I didn't pay > > attention. > > > > Today you cannot set variables_order to "ES" and turn register_globals on > > so that only E and S vars end up in the global sy

[PHP-DEV] Bug #15099 Updated: calendar functions introduction

2002-01-24 Thread georg
ID: 15099 Updated by: georg Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: not relevant PHP Version: 4.1.1 Assigned To: georg New Comment: fixed in cvs Previous Comments:

[PHP-DEV] Re: Lost feature - variables_order/register_globals mess

2002-01-24 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: > In this whirlwind hack job to turn off register_globals, we have lost a > very useful feature. Or maybe it was lost earlier and I didn't pay > attention. > > Today you cannot set variables_order to "ES" and turn register_globals on > so that only E and S vars end up in th

[PHP-DEV] Bug #15099 Updated: calendar functions introduction

2002-01-24 Thread georg
ID: 15099 Updated by: georg Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: not relevant PHP Version: 4.1.1 Old Assigned To: Assigned To: georg Edit this bug report at http://bugs.php.net/?id=15099&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #15218: file_exists ('') returns TRUE

2002-01-24 Thread jlugton
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.0 PHP Bug Type: Filesystem function related Bug description: file_exists ('') returns TRUE The following will echo "I FOUND NOTHING!" on Windows XP running PHP (version 4.1.0), but on linux PHP (Version 4.

Re: [PHP-DEV] CVS Account Request: tnlong

2002-01-24 Thread Georg Richter
On Friday, 25. January 2002 03:39, Tran Nhu Long wrote: > I want to learn PHP language To learn PHP you don't need a cvs account. Georg -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] Lost feature - variables_order/register_globals mess

2002-01-24 Thread Rasmus Lerdorf
In this whirlwind hack job to turn off register_globals, we have lost a very useful feature. Or maybe it was lost earlier and I didn't pay attention. Today you cannot set variables_order to "ES" and turn register_globals on so that only E and S vars end up in the global symbol table. If you do

[PHP-DEV] Re: Bug #15186 Updated: define/mysql_connect problem

2002-01-24 Thread Yasuo Ohgaki
Oops, sorry. I forgot to see quotes are not there :( It is creating constant resource and it segfaults. So it is still a scripting engine problem, though. -- Yasuo Ohgaki Yasuo Ohgaki wrote: > Hi Andi, > > I think you are interested in this bug report :) > Accoding to this bug report, define()

[PHP-DEV] Bug #15217: syntax error before `va_list'

2002-01-24 Thread breathex
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: syntax error before `va_list' I run ./configure and whether or not I pass arguments I receive this error on 'make'. This is the very first step in the build

[PHP-DEV] Bug #15186 Updated: define/mysql_connect problem

2002-01-24 Thread yohgaki
ID: 15186 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Old Bug Type: MySQL related Bug Type: Scripting Engine problem Operating System: Linux Old PHP Version: 4.1.1 PHP Version: 4.2.0-dev New Comment: deifne() works like a macro somewhat is 4.0.6. It segfa

[PHP-DEV] Re: Bug #15186 Updated: define/mysql_connect problem

2002-01-24 Thread Yasuo Ohgaki
Hi Andi, I think you are interested in this bug report :) Accoding to this bug report, define() works like a macro somewhat until 4.1.x. [EMAIL PROTECTED] wrote it worked with 4.0.6. (I verified with 4.0.6 and it works! It segfaults with 4.2.0-dev/ZE2 and 4.2.0-dev/ZE1) I thought define() de

[PHP-DEV] Bug #15186 Updated: define/mysql_connect problem

2002-01-24 Thread yuw
ID: 15186 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Operating System: Linux PHP Version: 4.1.1 New Comment: The same probrem occur with PostgreSQL. This script will hang. RedhatLinux6.2(en) + php4

[PHP-DEV] Bug #14945 Updated: session_set_save_handler causes crashes

2002-01-24 Thread yohgaki
ID: 14945 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Session related Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: I think this is fixed in CVS version. If you could try current 4.2.0-dev and still have problem, please reope

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

2002-01-24 Thread yohgaki
ID: 14531 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Fixed in CVS Previous Comments: [2001-12-

[PHP-DEV] Bug #14507 Updated: sessions and mm produce an error on starting apache

2002-01-24 Thread yohgaki
ID: 14507 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Session related Operating System: Sparc/Solaris 8 PHP Version: 4.1.1 Assigned To: yohgaki New Comment: Fixed in CVS. Previous Comments: ---

[PHP-DEV] Bug #14496 Updated: session.save_handler = mm - error when apache starting

2002-01-24 Thread yohgaki
ID: 14496 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: CVS version does not print the error message. Previous Comments: --

[PHP-DEV] Bug #15216: Number of weeks or parts thereof in a month

2002-01-24 Thread ceo
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Number of weeks or parts thereof in a month It would be Really Nifty (tm) if the date function had a letter that meant: number of weeks or partial week

[PHP-DEV] Bug #15188 Updated: PHP Fatal error: Cannot find save handler mm in Unknown on line 0

2002-01-24 Thread yohgaki
ID: 15188 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Session related Operating System: RH 7.2 / 2.4.17 PHP Version: 4.1.1 New Comment: Error message part is fixed in CVS. However, mm save handler does not work well :( There is bug report for "no

[PHP-DEV] Bug #15202 Updated: not a bug, but new feature request

2002-01-24 Thread yohgaki
ID: 15202 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.1.1 New Comment: I agree with hholzgra. Mark this as bogus. Ok? Previous Comments: ---

[PHP-DEV] Re: [PHP] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Yasuo Ohgaki
Rasmus Lerdorf wrote: > I think the real answer here is to treat these as read-only arrays. ie. > never use them on the left side of the '=' and you will never run into > problems. Or if you do, be consistent and use the same array all the > time. You are writing your code with the assumption t

[PHP-DEV] CVS Account Request: tnlong

2002-01-24 Thread Tran Nhu Long
I want to learn PHP language -- PHP Development Mailing List 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 #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread yohgaki
ID: 15191 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Analyzed Old Bug Type: Reproducible crash Bug Type: LDAP related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: I don't confirm this, but I guess it's a LDAP problem. To reporter: Could you add

[PHP-DEV] Bug #15156 Updated: apache segmentation fault (11) with php4

2002-01-24 Thread yohgaki
ID: 15156 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux, 2.4.2 kernel PHP Version: 4.1.1 New Comment: Turn off xbit hack ini directive to see if it helps. BTW, xbit hack works fine for me. (4.2.0-d

[PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Robert Ames
Mike- If you're a LAMP user, then this vi mapping might help you out ;^) :imap ~P $GLOBALS['HTTP_POST_VARS']['']hi ...and I believe I have addressed most of your points in my previous posting on the subject. Forgive me if you've already read it, or if it doesn't explain my position fully.

[PHP-DEV] Bug #15193 Updated: Module loads but does not work

2002-01-24 Thread stephen
ID: 15193 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Dynamic loading Operating System: solaris 2.8 PHP Version: 4.1.1 New Comment: Thank-you for the reply. The filters have worked for php, however loading the module still renders my cgi scripts non-

[PHP-DEV] Re: Bug #15190: Configure script fails to find static libming

2002-01-24 Thread Yasuo Ohgaki
Barry Nelson wrote: > Yasuo Ohgaki wrote: > >> There are extensions that search only *.so libs. >> >> To PHP Developers: >> do we really support both static and dynamic libs? >> I would like to support only dynamic lib... > > > Why? It's very easy to add the additional check in the configure sc

[PHP-DEV] Bug #15215: Wrong path for php.ini under Windows XP (Home and Professional)

2002-01-24 Thread php
From: [EMAIL PROTECTED] Operating system: Windows NT 5.1 (XP) PHP version: 4.1.1 PHP Bug Type: *Configuration Issues Bug description: Wrong path for php.ini under Windows XP (Home and Professional) If you install the Windows binaries on Systems running Windows XP, PHP assume

[PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Mike Eheler
Just a correction on that. It started as two points, then grew into 4.. I should proof read more often ;) Mike Mike Eheler wrote: > I disagree based simply on two points: > > a) Ideally, the $HTTP_POST/GET and $_POST/$_GET vars should be treated > as "read only". > > b) There is no good reas

Re: [PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Pierre-Alain Joye
On Thu, 24 Jan 2002 15:45:34 -0800 Mike Eheler <[EMAIL PROTECTED]> wrote: > I disagree based simply on two points: > > a) Ideally, the $HTTP_POST/GET and $_POST/$_GET vars should be treated > as "read only". I tell more : MUST be treated as readonly, as for every env/server or whatever you want

[PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Mike Eheler
I disagree based simply on two points: a) Ideally, the $HTTP_POST/GET and $_POST/$_GET vars should be treated as "read only". b) There is no good reason to mix the two. Consistancy is the ideal. If you are working on an existing project, and you have the implied need to assign values to keys

[PHP-DEV] Bug #15214: data passed thru the socket staying in memory forever.

2002-01-24 Thread snaz
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Sockets related Bug description: data passed thru the socket staying in memory forever. When sending/recieving large amounts of data via sockets, php keeps everything in memory until it's closed

[PHP-DEV] Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-01-24 Thread james
ID: 14797 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: We're getting hit by this too. Funny how because the local dev box is windows x

Re: [PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Andi Gutmans
PHP 5 per-class constants can already except static arrays such as array(1, 2, 3) as their value. I'll put the issue of global constants on my TODO and believe PHP 5 will also support these for global constants. However, you won't be able to create a constant with a non-constant value such as $_GE

[PHP-DEV] Re: RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Robert Ames
Thanks for your responses (again), it is an unfortunate situation that $HTTP_*_VARS must be retained for backwards compatibility until at least the hypothetical PHPv5.0 mark. Having also read in this group that define() does not support complicated constants, I'm guessing that it's not currently

[PHP-DEV] Bug #15210 Updated: strtotime() doesn't work with ordinal suffixes

2002-01-24 Thread markonen
ID: 15210 Updated by: markonen Old Summary: strtotime() doesn't work with ordinal suffixes Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Linux 2.2.16enterprise PHP Version: 4.0.5 Assigned To: markonen New Comment: Feature added i

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: [PHP] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Erik Price
On Thursday, January 24, 2002, at 05:01 PM, Lars Torben Wilson wrote: > Robert, the $HTTP_*_VARS have, indeed, been deprecated, and this is > noted in the manual. Then it is safe to say that using $_* variables and -never- using $HTTP_*_VARS variables is safe practice for forward-compatibili

[PHP-DEV] Bug #15213: Problem in the French version of documentation about the function mysql_result

2002-01-24 Thread fred
From: [EMAIL PROTECTED] Operating system: NA PHP version: 4.1.1 PHP Bug Type: Documentation problem Bug description: Problem in the French version of documentation about the function mysql_result English DOC : mysql_result() returns the contents of one cell from a MySQL re

[PHP-DEV] Bug #14941 Updated: Solaris 8 build. compile failure - problem with math.h

2002-01-24 Thread sroddy
ID: 14941 User updated by: [EMAIL PROTECTED] Old Summary: Trying to build PHP. attached is the configure output and the error message. Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net

[PHP-DEV] Bug #14941 Updated: Solaris 8 build. compile failure - problem with math.h

2002-01-24 Thread sroddy
ID: 14941 User updated by: [EMAIL PROTECTED] Old Summary: Trying to build PHP. attached is the configure output and the error message. Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: Solaris 8 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net

Re: [PHP-DEV] Re: [PHP] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Lars Torben Wilson
On Thu, 2002-01-24 at 13:42, Rasmus Lerdorf wrote: > I think the real answer here is to treat these as read-only arrays. ie. > never use them on the left side of the '=' and you will never run into > problems. Or if you do, be consistent and use the same array all the > time. You are writing yo

[PHP-DEV] Re: [PHP] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Mike Frazer
Good practice is to never assign to predefined variables, PERIOD. If you need to alter the data, copy what you need to a new variable and operate on that one. Not only does it circumvent these problems, it also maintains the original data throughout the entire script in case you find you need it

[PHP-DEV] Re: [PHP] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Rasmus Lerdorf
I think the real answer here is to treat these as read-only arrays. ie. never use them on the left side of the '=' and you will never run into problems. Or if you do, be consistent and use the same array all the time. You are writing your code with the assumption that these two arrays are the s

[PHP-DEV] Bug #15212: Freetype Linkage in 4.1.1 / absolute paths in TTF-functions

2002-01-24 Thread php
From: [EMAIL PROTECTED] Operating system: Debian Woody PHP version: 4.1.1 PHP Bug Type: GD related Bug description: Freetype Linkage in 4.1.1 / absolute paths in TTF-functions TTF-functions, e.g. ImageTTFBBox(), are not working properly in 4.1.1 (GD1, Freetype 2.0.5) anymore

[PHP-DEV] Bug #14648 Updated: pcntl_signal(SIGCHLD, SIG_IGN) does not follow expected behavior on linux

2002-01-24 Thread jason
ID: 14648 Updated by: jason Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Unknown/Other Function Operating System: RHL 7.1 PHP Version: 4.1.0 Assigned To: jason New Comment: Unfortunately it appears that linux does not support SA_NOCLDWAIT, which is the work around

[PHP-DEV] RFE: $HTTP_POST_VARS =& $_POST;

2002-01-24 Thread Robert Ames
This is the second time in as many weeks that we have been bitten by the fact that $_POST != $HTTP_POST_VARS; Attached is a real-world example of why it is currently bad practice to use the _POST variables. I cannot recommend that anyone use $_POST[..] in their scripts. $GLOBALS['HTTP_POST_VARS'

[PHP-DEV] Bug #14080 Updated: The doubledoublequote strikes again

2002-01-24 Thread fischer
ID: 14080 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: FreeBSD 4.4 PHP Version: 4.2.0-dev New Comment: still active, see also Bug #14991 Previous Comments: -

[PHP-DEV] Bug #14991 Updated: ini_set scrambles output

2002-01-24 Thread fischer
ID: 14991 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Free BSD 4.4 PHP Version: 4.1.1 New Comment: I fix this Problem now by reading the incorrect output into a output-buffer using ob_get_contents and tweak it

[PHP-DEV] Bug #15175 Updated: is_dir does not work correctly

2002-01-24 Thread ddunn
ID: 15175 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Filesystem function related Operating System: Windows 2000 PHP Version: 4.1.0 New Comment: I have tried the following paths.. c:\\Inetpub\\wwwroot\\catalog\\images c:\Inetpu

Re: [PHP-DEV] Bug #14131 Updated: include "http" problem

2002-01-24 Thread Philip Olson
Someone please briefly explain this behavior. As per the note under "remote files" in manual: Note: You can't use remote files in include() and require() statements on Windows. Why is that? Regards, Philip Olson On 24 Jan 2002 [EMAIL PROTECTED] wrote: > ID: 14131 > Updated by:

[PHP-DEV] Bug #14934 Updated: type property not set in comment nodes

2002-01-24 Thread jtate
ID: 14934 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Linux 2.4.9-RH 7.2 PHP Version: 4.1.1 New Comment: Is anyone going to do anything about this? If not could I get CVS commit access so that I can make the change my

[PHP-DEV] Bug #15210 Updated: strtotime() doesn't work with ordinal suffixes

2002-01-24 Thread markonen
ID: 15210 Updated by: markonen Old Summary: strtotime() doesn't work with ordinal suffixes Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.2.16enterprise PHP Version: 4.0.5 Old Assigned To: Assigned To: markonen New Comment: Nah, wrong appro

[PHP-DEV] HTTP response header function

2002-01-24 Thread Alexandre Ferreira Novello
Hello guys, I sent this following message before to [EMAIL PROTECTED], [EMAIL PROTECTED] and to [EMAIL PROTECTED] But after I sent I thought that perhaps the right place to send this kind of thing is this list. So here it is! Cheers - Forwarded by Alexandre NOVELLO/MODAL on 24/01/0

[PHP-DEV] Bug #15210 Updated: strtotime() doesn't work with ordinal suffixes

2002-01-24 Thread markonen
ID: 15210 Updated by: markonen Old Summary: strtotime() doesn't work with ordinal suffixes Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux 2.2.16enterprise PHP Version: 4.0.5 New Comment: Could someone sanity check this patch? diff -c -r1.29

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Confirmed the same problems in 4.1.0. 4.0.6 and earlier work fine. You broke it :-( Previous Comments: --

[PHP-DEV] Bug #15210 Updated: strtotime() doesn't work with ordinal suffixes

2002-01-24 Thread derick
ID: 15210 Updated by: derick Old Summary: strtotime() doesn't work with ordinal suffixes Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Date/time related Bug Type: Feature/Change Request Operating System: Linux 2.2.16enterprise PHP Version: 4.0.5 New Comment: Not a bug (it is not suppo

[PHP-DEV] Bug #14822 Updated: Premature end of script headers: C:/php/php.exe

2002-01-24 Thread stephane_bregand
ID: 14822 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: windows xp professional PHP Version: 4.1.0 New Comment: same as me with php4.1.1 for windows and apache 2.0.28 for windows Previous

[PHP-DEV] Bug #15211: println?

2002-01-24 Thread dark_panda
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: println? I'm in the midst of doing quite a bit of shell/command line stuff with PHP, and I think it would be kind of useful to have a println construct, mu

[PHP-DEV] Bug #15210: strtotime() doesn't work with ordinal suffixes

2002-01-24 Thread basil . hussain
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16enterprise PHP version: 4.0.5 PHP Bug Type: Date/time related Bug description: strtotime() doesn't work with ordinal suffixes PHP does not correctly parse ordinal date suffixes in the strtotime() function. For example:

[PHP-DEV] Bug #15156 Updated: apache segmentation fault (11) with php4

2002-01-24 Thread cummings
ID: 15156 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux, 2.4.2 kernel PHP Version: 4.1.1 New Comment: I've tried versions of PHP all the way back to 3.0.18 and I still get the same problems. Previous Co

[PHP-DEV] Bug #15209: Under Apache, register_shutdown_function() broke between 4.0.x to 4.1.x

2002-01-24 Thread priebe
From: [EMAIL PROTECTED] Operating system: RH Linux 7.2 PHP version: 4.1.1 PHP Bug Type: Output Control Bug description: Under Apache, register_shutdown_function() broke between 4.0.x to 4.1.x Under Apache 1.3.20 and PHP 4.1.1, register_shutdown_function() will run the speci

[PHP-DEV] Bug #15208: .phps file additional feature

2002-01-24 Thread tim
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: .phps file additional feature It would be very helpful if you had a php.ini directive like: php_source_view_linenum = 0/1 If it is set to '1', a .p

[PHP-DEV] Bug #15207: Failure to compile with LDAP support

2002-01-24 Thread lhecking
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: Failure to compile with LDAP support Both php 4.1.0 and 4.1.1 fail to compile with LDAP support. The same configuration compiles (and works) just fine when

[PHP-DEV] Re: Bug #15203: ereg_replace fails on strings containing backslashes

2002-01-24 Thread J Smith
While I did reproduce this on a linux system (2.4.9 kernel) with PHP 4.1.1, the goal of the script doesn't seem to match the description -- the regexes are looking to replace four backslashes with two, not two backslashes with one. (Unless you're not counting that two backslashes are actually

[PHP-DEV] Bug #14131 Updated: include "http" problem

2002-01-24 Thread sander
ID: 14131 Updated by: sander Old Summary: include "http" problem Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows Server 2000 PHP Version: 4.0.6 New Comment: Read the docs. include() and require() do not work on Windows on remote files. Al

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Oh yes... Server version: Apache/1.3.19 (Unix) Previous Comments:

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Oh yes... Server version: Apache/1.3.19 (Unix) Previous Comments:

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Interesting, I removed the ldap support, and I nolonger get a segmentation fault, apache httpd just exits ?

[PHP-DEV] Bug #15166 Updated: preg_replace issue when \\1 is followed by 1

2002-01-24 Thread derick
ID: 15166 Updated by: derick Old Summary: preg_replace issue when \\1 is followed by 1 Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: WINDOWS 2000 PHP Version: 4.1.1 New Comment: '{$1}' or "{\$1}" Previous Comments:

[PHP-DEV] Bug #14131 Updated: include "http" problem

2002-01-24 Thread mike
ID: 14131 User updated by: [EMAIL PROTECTED] Old Summary: include "http" problem Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows Server 2000 PHP Version: 4.0.6 New Comment: So why not post that as a solution in the first place ?? As we an

[PHP-DEV] Bug #15166 Updated: preg_replace issue when \\1 is followed by 1

2002-01-24 Thread ppechoux
ID: 15166 User updated by: [EMAIL PROTECTED] Old Summary: preg_replace issue when \\1 is followed by 1 Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: WINDOWS 2000 PHP Version: 4.1.1 New Comment: I tried the syntax {$1} with PHP 4.1.1 as below: 1/ $

[PHP-DEV] Bug #14131 Updated: include "http" problem

2002-01-24 Thread sesser
ID: 14131 Updated by: sesser Old Summary: include "http" problem Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows Server 2000 PHP Version: 4.0.6 New Comment: Still is a configuration error... You must enable remote includes at compile time

[PHP-DEV] Bug #14131 Updated: include "http" problem

2002-01-24 Thread mike
ID: 14131 User updated by: [EMAIL PROTECTED] Old Summary: include "http" problem Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows Server 2000 PHP Version: 4.0.6 New Comment: PHP on IIS does not have external includes they just do work. We w

[PHP-DEV] Bug #15200 Updated: file() function sometimes adds slashes before single and double quotes

2002-01-24 Thread sander
ID: 15200 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Filesystem function related Operating System: Linux 2.4 Mandrake 8 PHP Version: 4.0.6 New Comment: OK. Reopening. Please upgrade to the latest version. Does the same behaviour occur with

Re: [PHP-DEV] Help Wanted re: docs for SAPI modules

2002-01-24 Thread Alex Waugh
On Tue, 22 Jan 2002, Jon Nelson wrote: > I'm looking for help regarding creating a new SAPI module for my > favorite web server, Boa (http://www.boa.org/). It's single-threaded, > and supports CGI, of course, but I want to explore a tighter > integration with PHP. Can somebody give me some poi

[PHP-DEV] Bug #15010 Updated: switch() problem: "+" matches "-"

2002-01-24 Thread alexwaugh
ID: 15010 Updated by: alexwaugh Old Summary: switch() problem: "+" matches "-" Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Variables related Operating System: RISC OS PHP Version: 4.1.0 Assigned To: alexwaugh New Comment: I could add a configure test for it, but PHP is linked statical

[PHP-DEV] Bug #15190 Updated: Configure script fails to find static libming

2002-01-24 Thread doc
ID: 15190 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Compile Issues Operating System: Any PHP Version: 4.1.1 New Comment: Ok, so I lied, thats four reasons. Previous Comments: [20

[PHP-DEV] Bug #15190 Updated: Configure script fails to find static libming

2002-01-24 Thread doc
ID: 15190 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Compile Issues Operating System: Any PHP Version: 4.1.1 New Comment: Three reasons to use static libraries. 1) Some platforms have problems building some libraries as shared libs. 2) Some platforms

[PHP-DEV] Bug #10862 Updated: Filenames too long in downloadable manual

2002-01-24 Thread markonen
ID: 10862 Updated by: markonen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: MacOS 9.1 PHP Version: 4.0.5 New Comment: No objections received, so I'm closing. Previous Comments: --

[PHP-DEV] Bug #15206: compile fail with external mysql without with-zlib option

2002-01-24 Thread kostia
From: [EMAIL PROTECTED] Operating system: linux 2.2.16-20 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: compile fail with external mysql without with-zlib option My configure options is './configure' '--enable-safe-mode' '--with-config-file-path=/usr/l

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Sorry about the double post, had some problems with this web site. Here's a backtrace with at least some symbols.

Re: [PHP-DEV] bug reports

2002-01-24 Thread Robin Ericsson
On Thu, 2002-01-24 at 15:27, Jan Lehnardt wrote: > Hi, > On 24 Jan 2002 12:46:20 +0100 > Robin Ericsson <[EMAIL PROTECTED]> wrote: > > > I'm pretty sure some of the bugs reported for earlier versions of php > > are fixed in 4.1.1 > --- http://bugs.php.net/how-to-report.php --- > [...] > Don't rep

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Starting program: /opt/apache/sbin/httpd (no debugging symbols found)...(no debugging symbols found)... (no debugging

[PHP-DEV] Bug #15191 Updated: Segmentation fault when starting apache httpd

2002-01-24 Thread doc
ID: 15191 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: Starting program: /opt/apache/sbin/httpd (no debugging symbols found)...(no debugging symbols fou

Re: [PHP-DEV] bug reports

2002-01-24 Thread Jan Lehnardt
Hi, On 24 Jan 2002 12:46:20 +0100 Robin Ericsson <[EMAIL PROTECTED]> wrote: > I'm pretty sure some of the bugs reported for earlier versions of php > are fixed in 4.1.1 --- http://bugs.php.net/how-to-report.php --- [...] Don't report bugs about old versions. Every time a new version of PHP is re

[PHP-DEV] Bug #15205: ADODB.Recordset PropPut() failed:

2002-01-24 Thread thomy
From: [EMAIL PROTECTED] Operating system: WIN2000 SP2 German PHP version: 4.1.1 PHP Bug Type: COM related Bug description: ADODB.Recordset PropPut() failed: Provider = "Microsoft.Jet.OLEDB.4.0"; $conn->ConnectionString = "Data Source=$Source"; $conn->Mode=3; $conn->Open(

[PHP-DEV] Bug #14423 Updated: PHP won't compile with --with-iconv turned on

2002-01-24 Thread never
ID: 14423 User updated by: [EMAIL PROTECTED] Old Summary: PHP won't compile with --with-iconv turned on Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: FreeBSD 4.4-STABLE PHP Version: 4.1.0 New Comment: Yes, just tried on 4.5-PRERELEASE

[PHP-DEV] Bug #15200 Updated: file() function sometimes adds slashes before single and double quotes

2002-01-24 Thread phasme
ID: 15200 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: Linux 2.4 Mandrake 8 PHP Version: 4.0.6 New Comment: My scripts remain unchanged, but the results are random... sometimes it works and sometimes it doesn't.

[PHP-DEV] Bug #15204: "make" command failed (Solid + PHP)

2002-01-24 Thread Marcus . Luedecke
From: [EMAIL PROTECTED] Operating system: Linux 7.3 PHP version: 4.0.6 PHP Bug Type: Solid related Bug description: "make" command failed (Solid + PHP) The configuration of php with solid has worked. Command: ./configure --with-apache=[DIR] --with-mysql=[DIR] --with-sol

[PHP-DEV] Bug #13279 Updated: parse_ini_file causes PHP to exit if ini file syntax is malformed

2002-01-24 Thread eskaly
ID: 13279 Updated by: eskaly Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: Win2k/CGI PHP Version: 4.0.6 New Comment: doesn't seem to be os depended, got the same behaviour under linux 2.4.3, php 4.0.6 malformed means for example [foo] bar

[PHP-DEV] Bug #15200 Updated: file() function sometimes adds slashes before single and double quotes

2002-01-24 Thread sander
ID: 15200 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: Linux 2.4 Mandrake 8 PHP Version: 4.0.6 New Comment: RTM on magic quotes! Previous Comments: ---

[PHP-DEV] Bug #15193 Updated: Module loads but does not work

2002-01-24 Thread sander
ID: 15193 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Dynamic loading Operating System: solaris 2.8 PHP Version: 4.1.1 New Comment: Does it work now? Previous Comments: [2

[PHP-DEV] Bug #15202 Updated: not a bug, but new feature request

2002-01-24 Thread hholzgra
ID: 15202 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.1.1 New Comment: global variables are evil ;) no, serious, it would be hard to track down if statements outside of a function (maybe in a total

  1   2   >