Some code would be quite helpful here. But your scenario should not
make any problem.
EXAMPLE:
";
include_once('test.php');
}
}
foo::test();
?>
EXAMPLE (@file: test.php):
OUTPUT:
Call 1Call 2
//A yeti
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
Hi Guys,
Quick question: can a static method in PHP be recursive, or is there
some sort of weird law against this? Ihave my method setPrereq that can
essentially call itself (well, it includes a file which may call the
setPrereq method, so essentially it is recursive).
I've done some tests,
Rui Quelhas schreef:
> Hi guys. I'm running PHP 5.2.6 (cli) on Mac OS X 10.5.5 and i've tried
> to install and configure the http pecl extension like the tutorial in
> your web site, i've used pecl to install it, i've also tried to compile
> it manually. Everything got installed correctly, there i
Boyd, Todd M. wrote:
...had to make one of these in my Advanced Programming & Algorithms class.
Self-balancing trees are a pretty interesting beast to learn about/work with, but a
beast nonetheless. :)
i'm still trying to get my head around how the operations are done.
sometimes i see tha
> -Original Message-
> From: Rene Veerman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 12, 2008 3:50 PM
> To: Eric Butera
> Cc: [EMAIL PROTECTED]; php php
> Subject: Re: [PHP] building an admin tree with varying node types
>
> Rene Veerman wrote:
> > Eric Butera wrote:
> >> I chea
Rui Quelhas wrote:
> Hi guys. I'm running PHP 5.2.6 (cli) on Mac OS X 10.5.5 and i've
> tried to install and configure the http pecl extension like the
> tutorial in your web site, i've used pecl to install it, i've also
> tried to compile it manually. Everything got installed correctly,
> there
Hi guys. I'm running PHP 5.2.6 (cli) on Mac OS X 10.5.5 and i've
tried to install and configure the http pecl extension like the
tutorial in your web site, i've used pecl to install it, i've also
tried to compile it manually. Everything got installed correctly,
there is the http.so file in
Rene Veerman wrote:
Eric Butera wrote:
I cheat and just keep the normal parentId column and regenerate the
tree based on changes on that. I had spent a little bit looking at
the different update/delete methods and there wasn't a lot of good
information/examples as you've stated. I had found so
Eric Butera wrote:
I cheat and just keep the normal parentId column and regenerate the
tree based on changes on that. I had spent a little bit looking at
the different update/delete methods and there wasn't a lot of good
information/examples as you've stated. I had found some but there
were alw
Maciek Sokolewicz wrote:
> András Csányi wrote:
>> Hi all!
>>
>> I don't know which is the right place to make an bugreport.
>> I installed on my linux desktop the pdt-2.0 all-in-one but i have a
>> nice, big exception. :(
>>
>> So, my question is, where can I send an bugreport?
>>
>> Thank you for
Try the zend list:
[EMAIL PROTECTED]
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
András Csányi wrote:
> Hi all!
>
> I don't know which is the right place to make an bugreport.
> I installed on my linux desktop the pdt-2.0 all-in-one but i have a
> nice, b
András Csányi wrote:
Hi all!
I don't know which is the right place to make an bugreport.
I installed on my linux desktop the pdt-2.0 all-in-one but i have a
nice, big exception. :(
So, my question is, where can I send an bugreport?
Thank you for help and patience!
András
I've never heard o
Hi all!
I don't know which is the right place to make an bugreport.
I installed on my linux desktop the pdt-2.0 all-in-one but i have a
nice, big exception. :(
So, my question is, where can I send an bugreport?
Thank you for help and patience!
András
--
- -
-- Csanyi Andras -- http://sayusi
On 12 Nov 2008, at 17:31, [EMAIL PROTECTED] wrote:
So, that error message about a missing DLL, when it's really a "sub"
DLL that is missing...
Is that something in PHP source that could be fixed to specify WHICH
dll is really missing?
Or is that just Windows being stupid?
Mr. Spock has
On 12 Nov 2008, at 17:31, [EMAIL PROTECTED] wrote:
So, that error message about a missing DLL, when it's really a "sub"
DLL that is missing...
Is that something in PHP source that could be fixed to specify WHICH
dll is really missing?
Or is that just Windows being stupid?
Mr. Spock has ca
On 12 Nov 2008, at 17:31, [EMAIL PROTECTED] wrote:
So, that error message about a missing DLL, when it's really a "sub"
DLL that is missing...
Is that something in PHP source that could be fixed to specify WHICH
dll is really missing?
Or is that just Windows being stupid?
Mr. Spock has ca
On Wed, Nov 12, 2008 at 2:31 PM, <[EMAIL PROTECTED]> wrote:
>
> So, that error message about a missing DLL, when it's really a "sub" DLL
> that is missing...
>
> Is that something in PHP source that could be fixed to specify WHICH dll is
> really missing?
>
> Or is that just Windows being stupid?
So, that error message about a missing DLL, when it's really a "sub" DLL that
is missing...
Is that something in PHP source that could be fixed to specify WHICH dll is
really missing?
Or is that just Windows being stupid?
Mr. Spock has calculated that a quick hack change to that error m
Thiago H. Pojda wrote:
> On Wed, Nov 12, 2008 at 2:21 PM, Thodoris <[EMAIL PROTECTED]> wrote:
>
>
>> Although I don't develop under windows and I should say that this OS has
>> been "developing" my allergies I would suggest to use WAMP. Which is
>> Windows-Apache-MySQL-PHP enviroment that you m
On Wed, Nov 12, 2008 at 2:21 PM, Thodoris <[EMAIL PROTECTED]> wrote:
>
> Although I don't develop under windows and I should say that this OS has
> been "developing" my allergies I would suggest to use WAMP. Which is
> Windows-Apache-MySQL-PHP enviroment that you might find very useful and it
> m
On Wed, Nov 12, 2008 at 2:03 PM, Stut <[EMAIL PROTECTED]> wrote:
On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote:
I switched PCs and now when I load PHP I get this weird error. It claims
it
can't find the specified library, but in the lib is in the path given
by
the
messag
On Wed, Nov 12, 2008 at 2:03 PM, Stut <[EMAIL PROTECTED]> wrote:
> On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote:
>
>>
>>> I switched PCs and now when I load PHP I get this weird error. It claims
> it
> can't find the specified library, but in the lib is in the path given
> by
>
On 12 Nov 2008, at 16:58, Thiago H. Pojda wrote:
On Wed, Nov 12, 2008 at 1:56 PM, Thiago H. Pojda <[EMAIL PROTECTED]
>wrote:
On Wed, Nov 12, 2008 at 1:54 PM, Stut <[EMAIL PROTECTED]> wrote:
On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote:
I switched PCs and now when I load PHP I get this weird
On Wed, Nov 12, 2008 at 1:56 PM, Thiago H. Pojda <[EMAIL PROTECTED]>wrote:
> On Wed, Nov 12, 2008 at 1:54 PM, Stut <[EMAIL PROTECTED]> wrote:
>
>> On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote:
>>
>>> I switched PCs and now when I load PHP I get this weird error. It claims
>>> it
>>> can't find
On 12 Nov 2008, at 16:53, Thiago H. Pojda wrote:
I switched PCs and now when I load PHP I get this weird error. It
claims it
can't find the specified library, but in the lib is in the path
given by the
message.
Any ideas?
My extension_dir is okay (it has spaces, but has "") and I gave
"Ev
Guys,
I switched PCs and now when I load PHP I get this weird error. It claims it
can't find the specified library, but in the lib is in the path given by the
message.
Any ideas?
My extension_dir is okay (it has spaces, but has "") and I gave "Everyone"
access to it.
I'm in WinXP using apache 2
ClapClap <2000ans free.fr> writes:
>
> ClapClap <2000ans free.fr> writes:
>
> > My versions of PCRE :
> > - Linux 7.4 2007-09-21 (PHP 5.2.4-2ubuntu5.3)
> > - Windows XP 7.2 2007-06-19 (PHP 5.2.4)
> >
>
> And :
> - Windows 20007.6 2008-01-28 (PHP 5.2.6)
>
> It works fine under Windows
ClapClap <2000ans free.fr> writes:
> My versions of PCRE :
> - Linux 7.4 2007-09-21 (PHP 5.2.4-2ubuntu5.3)
> - Windows XP 7.2 2007-06-19 (PHP 5.2.4)
>
And :
- Windows 2000 7.6 2008-01-28 (PHP 5.2.6)
It works fine under Windows with PCRE 7.2 & 7.6.
I do not know why
--
PHP General Mailin
28 matches
Mail list logo