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
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
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
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
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
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
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
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
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
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
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
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
[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. :
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
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]>
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
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
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
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
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
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
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.
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
23 matches
Mail list logo