Re: [PHP-DEV] Possible resource leak?

2004-04-12 Thread Ken Tossell
We can't see your attachment; the list server filters it out. Would you put it on a web site? Thanks, Ken -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Where can I apply for a PHP contract?

2004-08-04 Thread Ken Tossell
On Wed, 4 Aug 2004, nsangineto wrote: > Where can I apply for a PHP and also Java contract? What's a PHP contract? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] solution to the "Date" issue

2005-11-25 Thread Ken Tossell
Not to start a flame war, but... How about STD, Std, or something similar? It certainly works for... that language... that has multiple implementations of the standard classes. It can't hurt to play to people's comfort when the change doesn't really affect PHP in any major way. :) But yes, a stan

Re: [PHP-DEV] [RFC] Binary pecl packages

2003-06-18 Thread Ken Tossell
On Wed, 18 Jun 2003, Rasmus Lerdorf wrote: > On Thu, 19 Jun 2003, Marcus Börger wrote: > > Why not using RPMs? Only windows is a problem, isn't it ? > > Windows is the primary platform we need binaries for. And many major Linux distributions do not support RPM... -- Ken To

Re: [PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] [RFC] Binary pecl packages

2003-06-19 Thread Ken Tossell
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2003-06-18 19:39:22 -0400: On Wed, 18 Jun 2003, Rasmus Lerdorf wrote: On Thu, 19 Jun 2003, Marcus Börger wrote: Why not using RPMs? Only windows is a problem, isn't it ? Windows is the primary platform we need binaries for.

Re: [PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] [RFC] Binary pecl packages

2003-06-20 Thread Ken Tossell
and that's something I'm disagreeing > with. Oh, sorry. I should have made myself clearer. I'm just against RPM being *the* way to get packages from php.net. :-) > > Derick > > -- Ken Tossell ken at tossell dot net http://www.kennyt.com/ washington, dc / gmt -4 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] (ATTENTION) Pre-Beta

2003-06-28 Thread Ken Tossell
your/apxs make make install apachectl restart (after configuring) > > I run apache 1.3 under debian woody. > > Thank you: Csabii > > > > > Btw, compiles and tests fine. > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsub

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

2003-07-02 Thread Ken Tossell
Quoting Yang Jianrong <[EMAIL PROTECTED]>: > study if you want to study php, there's no reason for a cvs account. :-) ken > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Ken Tos

Re: [PHP-DEV] var_dump_html()

2003-07-03 Thread Ken Tossell
http://php-mag.net/ > - > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Ken Tossell ken at tossell dot ne

Re: [PHP-DEV] Feature proposal

2003-07-22 Thread Ken Tossell
I have to fight with people that using error suppression operator - they just hide their bugs. I wrote simple patch that allows set disable_error_suppression=On in php.ini that causes engine to ignore '@' operators. But often errors/warnings are *not* bugs. Or maybe you don't want to show

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

2003-08-09 Thread Ken Tossell
tere wrote: para aprender a usarlo You don't need a CVS account to learn PHP. It's only useful if you're developing the language. Ken -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [Proposal] Idea for Application level variables

2003-08-14 Thread Ken Tossell
Justin Hannus wrote: So it seems like to get the same functionality, in userland, why not just: $_APPLICATION = &$_SESSION Or if (!isSet($_SESSION['myApplication'])) { $_SESSION['myApplication'] = array(); } $_APPLICATION =& $_SESSION['myApplication']; -Justin "Davey" <[EMAIL PROTECTED]>

Re: [PHP-DEV] Unofficial php 4.3.3 Debian packages

2003-08-26 Thread Ken Tossell
Olivier Hill wrote: Kevin Waterson wrote: How about including packaging for rpm and windows and any other packaging system out there? I think this would add too much. AFAICS, the spec file for RPM is already on CVS: http://cvs.php.net/annotate.php/php-src/php4.spec.in?login=2&rev=1.2 Or may

Re: [PHP-DEV] Variable Scope

2003-08-31 Thread Ken Tossell
[EMAIL PROTECTED] wrote: I was sincere. I meant "modern" to mean more recent. Though, I do agree with the correlation between your interpretation and response. I apologize. Yes, we can tell that you had a different, less offensive definition of "modern." Our understanding is tripled, in fact. :

Re: [PHP-DEV] Looking for comments whether this is a bug or not

2003-08-31 Thread Ken Tossell
Your string assignments look wrong. For example, "\t" is a tab character. Try your test cases with 'This is a test email. Testing c:\test\foo.exe'; that should give you a proper string. Ken Jeremy Johnstone wrote: I am not sure if this is a bug, but I have came across two test cases where the

Re: [PHP-DEV] Proposal: Array syntax

2003-11-04 Thread Ken Tossell
Christian Schneider wrote: Note: I checked the newsgroup archive but couldn't find a discussion about this. After not hearing back about my proposed enhancement to debug_backtrace() and the dangling comma for function call parameters being rejected I wonder if I'm using the right mailing list f

[PHP-DEV] Proposal: New CVS Account Checks

2003-11-29 Thread Ken Tossell
Hi Internals, I, like most everyone else subscribed to this list, am annoyed regularly by the never ending stream of CVS Account Requests. I know that we've done a lot to make it very clear to these users that they do not need CVS access, but I think we can do more. Why don't we show off the aw

[PHP-DEV] CVS Account Request: kennyt

2003-12-21 Thread Ken Tossell
I'd like to help document php5, as well as maintain the current php4-related tree. derek at php dot net sent me to the cvs request page. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] DOM Examples?

2004-01-07 Thread Ken Tossell
Hey Internals, Would anyone be able to write, or point me to, some examples for using the new DOM extension? I'm looking to do some documenting, but I need to know how to use our implementation first. Thanks, Ken -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: h

Re: [PHP-DEV] DOM Examples?

2004-01-07 Thread Ken Tossell
On Thu, 8 Jan 2004, dharana wrote: > Hello Ken, > I started using the php5 new dom extension like this: > -- > asort(get_class_methods(new domDocument)); > foreach ($ar_methods as $method) >echo $method.''; > ?> > -- Ahh, thanks -- and to another reply I got. :) I didn't know anything about

[PHP-DEV] SimpleXML Docs

2004-01-23 Thread Ken Tossell
Hi Internals, I've just committed a new documentation module for SimpleXML, which should show up on php.net sometime. It's available at http://php.kennyt.com/newdocs/?q=ref.simplexml -- if you see any major errors (and there are some, I'm sure), please point them out. Ken -- PHP Interna

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

[PHP-DEV] php-bugs@lists

2004-02-06 Thread Ken Tossell
Would someone please set php-bugs at lists dot php dot net as a "non-spammer"? I can't get any bugmail to my @php.net unless I turn off spam filtering. Thanks, Ken Tossell -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php