Re: [PHP-DEV] dollars and sense.

2004-01-26 Thread Brad LaFountain
hahahhaha --- Andrei Zmievski <[EMAIL PROTECTED]> wrote: > On Mon, 26 Jan 2004, Michael Hawley wrote: > > Why must variable names begin with $? I can't see any > > real reason, except when signalling a replacement within > > a string (e.g., "... $var ..."). The language would be less > > cumbers

Re: [PHP-DEV] dollars and sense.

2004-01-26 Thread Ken Tossell
On Mon, 26 Jan 2004, Michael Hawley wrote: > Why must variable names begin with $? I can't see any > real reason, except when signalling a replacement within > a string (e.g., "... $var ..."). The language would be less > cumbersome if the dollar was optional otherwise. Two letters: HA But to

Re: [PHP-DEV] dollars and sense.

2004-01-26 Thread Andrei Zmievski
On Mon, 26 Jan 2004, Michael Hawley wrote: > Why must variable names begin with $? I can't see any > real reason, except when signalling a replacement within > a string (e.g., "... $var ..."). The language would be less > cumbersome if the dollar was optional otherwise. You are about 9 years lat

[PHP-DEV] dollars and sense.

2004-01-26 Thread Michael Hawley
Why must variable names begin with $? I can't see any real reason, except when signalling a replacement within a string (e.g., "... $var ..."). The language would be less cumbersome if the dollar was optional otherwise. Mike -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] Compiling 2 SAPIs

2004-01-26 Thread Marcus Boerger
Hello Brian, Monday, January 26, 2004, 10:37:56 PM, you wrote: >> I have a project where I need to have both Apache SAPI (shared) and >> embed SAPI (shared) compiled/active at the same time. Is that possible >> to do at all? Any risk of symbol clashes or other similar problems? > Andrei posted t

Re: [PHP-DEV] Compiling 2 SAPIs

2004-01-26 Thread George Schlossnagle
On Jan 26, 2004, at 5:10 PM, Andrei Zmievski wrote: On Mon, 26 Jan 2004, Brian J. France wrote: Andrei posted this a while ago, but nobody replied and we have learned this is it not possible. With the current state of the code and configuration system what would it take to do something like this:

Re: [PHP-DEV] Compiling 2 SAPIs

2004-01-26 Thread Andrei Zmievski
On Mon, 26 Jan 2004, Brian J. France wrote: > Andrei posted this a while ago, but nobody replied and we have learned > this is it not possible. > > With the current state of the code and configuration system what would > it take to do something like this: > > Core PHP code is built into libphpX

[PHP-DEV] Compiling 2 SAPIs

2004-01-26 Thread Brian J. France
I have a project where I need to have both Apache SAPI (shared) and embed SAPI (shared) compiled/active at the same time. Is that possible to do at all? Any risk of symbol clashes or other similar problems? Andrei posted this a while ago, but nobody replied and we have learned this is it not possi

[PHP-DEV] CVS Account Request: draber

2004-01-26 Thread Dieter Raber
I am currently in charge for the Windows Help Edition of the PEAR Manual. Furthermore I participate in the development of the PEAR support page. As for now I have dealt with Martin Jansen directly but since I intend to take more workload he had asked me to apply for an cvs account. The User ID b

Re: [PHP-DEV] buildconf

2004-01-26 Thread Patrick Welche
On Fri, Jan 23, 2004 at 08:51:16AM +0100, Sascha Schumann wrote: > > The above still stands. I would call your use of the autotools > > unorthodox. > > The problem with a number of autotools is that they are > unsuitable for large projects which contain a huge number of > independent m

Re: [PHP-DEV] PHP 4.3.5RC1 and dba(db4)

2004-01-26 Thread Martin Kraemer
On Fri, Jan 23, 2004 at 07:18:33PM +0100, Marcus Boerger wrote: > Hello Martin, > > thanks for prooving my thoughts. What should i say other than the module is > far too complex and allows far too many combinations so that as a > consequence a lot of them don't work. Most of the non working combin

[PHP-DEV] CVS Account Request: dotgeek

2004-01-26 Thread David Costa
Pear regular contributions, Translating the documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug in conditional compilation in ext/curl/interface.c, PHP5.0.0B3

2004-01-26 Thread root
Hi Jani. BTW Digest Auth still can't be used in cUrl because of a bug in libcurl. I've reported the bug to the libcurl mailing list but this mailing list is not working at the moment at sourceforge.net. FYI the bug is the following: --- Hi there. I spent some time tryin