[PHP-DEV] Re: Bug #18214 Updated: Request: Warning on assignment in IFexpression.

2002-07-08 Thread Derick Rethans
Philip, On 9 Jul 2002 [EMAIL PROTECTED] wrote: > What are some other potential "strict" mode watches? Some people ask > for an optional "strict" mode with various options, this could be a > good start? Imagine a strict mode directive where when on, various > options could be set at runtime, l

Re: Re: [PHP-DEV] FEATURE REQUEST: symlinks under NT

2002-07-08 Thread Zeev Suraski
Again, the fact they're directory junctions is pretty important here, since they do NOT work like symlinks. They work similarly to symlinks if you use them on directories, but they were created for a different purpose altogether. They were created to give Windows users something similar to t

Re: [PHP-DEV] How do you format a string with tabbed output toprint in the browser? Nothing seems to work!

2002-07-08 Thread Jason T. Greene
Gina, This list is for the development OF php not with php, please post questions like these to [EMAIL PROTECTED] -Jason On Mon, 2002-07-08 at 14:17, Planet Internet Nieuws wrote: > I've tried everything I can think of including variations with "\t" in a > printf(), chr(9), etc. I am trying

[PHP-DEV] How do you format a string with tabbed output to print in the browser? Nothing seems to work!

2002-07-08 Thread Planet Internet Nieuws
I've tried everything I can think of including variations with "\t" in a printf(), chr(9), etc. I am trying to create a file based on form input that will have columns of numbers with headings for those numbers. After I process the form I write it to a file with the tabs. I'd like to print that

Re: [PHP-DEV] Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functionsini-set.xml

2002-07-08 Thread Philip Olson
How about we add another column to the ini_set() docs that explain these issues. Like for register_globals say why it won't give you $id from GET, etc. But why you might want to set it at runtime. Basically, people assume "can be set at runtime" means the directive can be set at runtime,

[PHP-DEV] [PATCH] ext/sysvsem semctl 4th argument

2002-07-08 Thread Melvyn Sopacua
Hi, attached is a patch that checks wether sem_ctl accepts a pointer as an argument. It doesn't do that, on BSD/OS (maybe others?) systems. Patch works on BSD/OS 4.x, and verified on BSD/OS 4.2, with sample code on the manual notes. Met vriendelijke groeten / With kind regards, IDG.nl Melvyn So

Re: [PHP-DEV] Re: Disable STDOUT

2002-07-08 Thread David Eriksson
On Mon, 8 Jul 2002, Patrick O'Lone wrote: > Maybe I should write a function disable all open file descriptors instead, > since traditionally that's how it is done. However, I thought PHP closes > STDIN after it's initial read - but I might be wrong. I'd say that stdin, stdout and stderr are not

[PHP-DEV] CVS Account Request: digo

2002-07-08 Thread Rodrigo Menegazzo de Carvalho
I Want access in phpdoc cvs tree. I want to help the brazilians users translating the official manual. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #14052 (and several others!): ftp_rawlist hangs up

2002-07-08 Thread Carl Drinkwater
Hello all, Can anyone comment on the status of this bug, has anyone looked at it in the course of the recent bug fixing campaign? I have replicated it with PHP running as a Apache 1.3.x DSO and CLI on OSX, Solaris and Linux. I've tested it against various proftpd versions >1.2.2 (running on OSX

Re: [PHP-DEV] $GLOBALS

2002-07-08 Thread Rasmus Lerdorf
There is a reason $GLOBALS is named that way. It needs to be extremely obvious that a function is mucking with a global variable. If you shorten it to $_ you have lost the entire point. -Rasmus On Mon, 8 Jul 2002, Tit "Black" Petric wrote: > is there an alias to $GLOBALS .. seems kinda long t

Re: [PHP-DEV] $GLOBALS

2002-07-08 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > On Mon, 8 Jul 2002, Tit "Black" Petric wrote: >>is there an alias to $GLOBALS .. seems kinda long to type.. if not, can i >>suggest "$_" or is it taken anywhere? >[...] > 2. $GLOBALS is fine, and IMO we should not implement $_ because this is >against the spirit of P

Re: [PHP-DEV] $GLOBALS

2002-07-08 Thread derick
On Mon, 8 Jul 2002, Tit "Black" Petric wrote: > is there an alias to $GLOBALS .. seems kinda long to type.. if not, can i > suggest "$_" or is it taken anywhere? 1. Please do not reply to another thread with a different topic 2. $GLOBALS is fine, and IMO we should not implement $_ because this i

[PHP-DEV] $GLOBALS

2002-07-08 Thread Tit \"Black\" Petric
is there an alias to $GLOBALS .. seems kinda long to type.. if not, can i suggest "$_" or is it taken anywhere? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] TSRM macros

2002-07-08 Thread derick
On Mon, 8 Jul 2002, Jon Parise wrote: > Is there a reference somewhere that describes how the TSRM macros > should be used? I understand the differences between the various > macros, but I'd like to read some detail concerning when the context > should be passed into a function and when calling