Re: [PHP] Recursive Static Method

2008-11-12 Thread Yeti
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

[PHP] Recursive Static Method

2008-11-12 Thread Craige Leeder
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,

Re: [PHP] PECL HTTP Extension

2008-11-12 Thread Jochem Maas
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

Re: [PHP] building an admin tree with varying node types

2008-11-12 Thread Rene Veerman
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

RE: [PHP] building an admin tree with varying node types

2008-11-12 Thread Boyd, Todd M.
> -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

Re: [PHP] PECL HTTP Extension

2008-11-12 Thread Micah Gersten
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

[PHP] PECL HTTP Extension

2008-11-12 Thread Rui Quelhas
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

Re: [PHP] building an admin tree with varying node types

2008-11-12 Thread Rene Veerman
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

Re: [PHP] building an admin tree with varying node types

2008-11-12 Thread Rene Veerman
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

Re: [PHP] Re: pdt-2.0 error

2008-11-12 Thread Micah Gersten
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

Re: [PHP] pdt-2.0 error

2008-11-12 Thread Micah Gersten
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

[PHP] Re: pdt-2.0 error

2008-11-12 Thread Maciek Sokolewicz
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

[PHP] pdt-2.0 error

2008-11-12 Thread András Csányi
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

Re: [PHP] Missing DLLs

2008-11-12 Thread Thodoris
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

Re: [PHP] Missing DLLs

2008-11-12 Thread Thodoris
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

Re: [PHP] Missing DLLs

2008-11-12 Thread Stut
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

Re: [PHP] Missing DLLs

2008-11-12 Thread Thiago H. Pojda
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?

[PHP] Missing DLLs

2008-11-12 Thread ceo
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

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Micah Gersten
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

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
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

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thodoris
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

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
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 >

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Stut
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

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
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

Re: [PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Stut
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

[PHP] PHP Startup: Unable to load dynamic library

2008-11-12 Thread Thiago H. Pojda
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

[PHP] Re: PCRE regex result is different between Linux & Windows.

2008-11-12 Thread ClapClap
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

[PHP] Re: PCRE regex result is different between Linux & Windows.

2008-11-12 Thread ClapClap
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