Just wondering if anyone uses an IDE and if so what ones?
Ta,
H.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ford, Mike wrote:
> On 06 November 2007 12:57, Christoph Boget wrote:
>
>> Consider the following test code:
>
> [...snip...]
>
>> Running that I found that
>>
>> if( isset( $myArray[$key] ))
>>
>> is faster than
>>
>> if( array key exists( $key, $myArray ))
>>
>> is faster than
>>
>> if( $myAr
Ron Croonenberg wrote:
I think the problem is that I read the lines in PHP, I read them with
fgets and output them with printf.
So the php "interpreter" never gets to see the line.
the apache doesn't parse php output, so it doesn't happen there either.
So.. I figured.. I either had to parse
Eclipse with PDT plugin
Scite. Not quite an IDE per-se, but still very very good and extremely
versatile.
IDE of champions ;)
That somewhat subjective... :)
--
Richard Heyes
+44 (0)800 0213 172
http://www.websupportsolutions.co.uk
Knowledge Base and HelpDesk software
that can cut the cos
Darryl Ware wrote:
Eclipse with PDT plugin
I still prefer PHPEclise and Eclipse handles a lot of my documentation
management and other development tools so just one 'IDE' to play with
--
Lester Caine - G8HFL
-
Contact - http://home.lsces.co.uk/lsces/wiki/?page=con
2007. 11. 8, csütörtök keltezéssel 10.58-kor Lester Caine ezt írta:
> Darryl Ware wrote:
> > Eclipse with PDT plugin
>
> I still prefer PHPEclise and Eclipse handles a lot of my documentation
> management and other development tools so just one 'IDE' to play with
for me EasyEclipse for PHP
gree
Hulf wrote:
> Just wondering if anyone uses an IDE and if so what ones?
>
> Ta,
>
> H.
Quanta+, with KDESVN for version management...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 08/11/2007, Jochem Maas <[EMAIL PROTECTED]> wrote:
> Al wrote:
> > Delimiters needed. Can use about anything not already in your pattern.
> > "/" is very commonly used; but I like "#" or "%" generally; but, you
> > can't use "%" because your pattern has it.
> >
> > $html = preg_replace("#%ResI
Ron Croonenberg wrote:
> I think the problem is that I read the lines in PHP, I read them with
> fgets and output them with printf.
>
> So the php "interpreter" never gets to see the line.
>
> the apache doesn't parse php output, so it doesn't happen there
> either.
>
> So.. I figured.. I eit
Zend Studio or
PHPEd
Regards,
Shelley
-Original Message-
From: Hulf [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 08, 2007 6:02 PM
To: php-general@lists.php.net
Subject: [PHP] PHP ide?
Just wondering if anyone uses an IDE and if so what ones?
Ta,
H.
--
PHP General Mailing List (
On 08 November 2007 06:41, Ron Croonenberg wrote:
> ok I wrote something "quick and dirty" real quick:
>
> But somehow it doesn't seem to like recursion. Is there something
> "special" one needs to do in php ?
Recursive functions work just fine in PHP. What's the error message?
As far as I can
Eclipse with PDT plugin
IDE of champions ;)
Hulf wrote:
Just wondering if anyone uses an IDE and if so what ones?
Ta,
H.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 11/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> running php 5.x as Apache module (both 1.3.x and 2.2.x) seems to report
> longer execution time when users sit on slower connection. Is it
> possible that end of script execution is when the last bit is passed to
> the user by Ap
Lasitha Alawatta wrote:
> There is a tool call “idera” (SQL diagnostic manager). Basically it is
> a performance monitoring and diagnostics tool.
>
> It has a feature;
> Identifying of worst-performing codes –
>
> Identifies performance bottlenecks such as the worst-performing stored
> procedur
Andrew Peterson wrote:
Does anyone else find the Eclipse programs run EXTREMELY slow? Maybe
there's some sort of configuration I'm missing.
-Andrew
Eclipse is Java based. You need a decent machine and decent amount of RAM.
More tips -
a) Install only what you need
Eclipse is a universe of
Hi Mike,
(I know it can probably be done better, or more elegant).
The problem is that the recursion doesn't seem to stop. (Unless there
are html ssi's that "loop") there shouldn't be a problem. It basically
just freezes up (probably the recursion not terminating/ falling back.)
However the ht
Hulf wrote:
> Just wondering if anyone uses an IDE and if so what ones?
>
> Ta,
>
> H.
Eclipse w/ PDT is great.
Excellent integration with Subversion (Subclipse). Shows the changed
files in the file browser, extremely easy diff, history, etc.
Iv
--
PHP General Mailing List (http://www.php.ne
Hello,
running php 5.x as Apache module (both 1.3.x and 2.2.x) seems to report
longer execution time when users sit on slower connection. Is it
possible that end of script execution is when the last bit is passed to
the user by Apache and the connection is closed?
Any workaround around that?
Hi Per,
the "pages" are templates. depending on some variables either one page
shows up, or another without links in the address bar changing etc.
Ron
Per Jessen wrote:
Ron Croonenberg wrote:
I think the problem is that I read the lines in PHP, I read them with
fgets and output them with
George Pitcher wrote:
I used Eclipse a few years ago when I was pretending to be a java developer.
I use Eclipse for 1 1/2 year now and just lately it became nice for what
I need (decent PDT, decent Subclipse).
Can't imagine what it looked like few years ago.
Since then I've mainly been us
George Pitcher wrote:
Apart from that Eclipse is excellent and is improving.
I used Eclipse a few years ago when I was pretending to be a java developer.
Since then I've mainly been using Dreamweaver, which works well with Smarty,
and the 30-odd sites I manage.
How easy would it be for me
Andrew Peterson wrote:
I'll try installed it again with none of the other nonsense.
PDT has the so called ALL-IN-ONE thing, however I don't really trust it.
I would suggest the following -
a) Be sure you have the latest Java.
b) Get the normal, traditional Eclipse.
c) Update it (Help > Soft
Daniel Brown wrote:
> By name alone (a recursive acronym), PHP stands for PHP Hypertext
> Preprocessor. That means, before the HTML or other output is sent to
> Apache to be served to the client, PHP has parsed, interpreted,
> processed, and returned all of the code, and then terminated the PHP
>
Hi there,
I need to manipulate images on the fly. My goal is to make the image
very bright, or to add a sepia effect. The problem is, that this takes a
lot of computing power on 1024 pictures. About 2s on my server until the
image is delivered.
Does anybody know a high performing image funtio
> Apart from that Eclipse is excellent and is improving.
I used Eclipse a few years ago when I was pretending to be a java developer.
Since then I've mainly been using Dreamweaver, which works well with Smarty,
and the 30-odd sites I manage.
How easy would it be for me to move my existing PHP
Hi Merlin, that is very fast for 1024 images, you will not get much
more speed if you try doing anything smarter ,
though there are some image libraries that are faster than GD libs eg
www.imagemagick.org
On Nov 8, 2007, at 5:13 PM, Merlin wrote:
Hi there,
I need to manipulate images on th
Merlin escreveu:
Hi there,
I need to manipulate images on the fly. My goal is to make the image
very bright, or to add a sepia effect. The problem is, that this takes a
lot of computing power on 1024 pictures. About 2s on my server until the
image is delivered.
...
Merlin wrote:
> Hi there,
>
> I need to manipulate images on the fly. My goal is to make the image
> very bright, or to add a sepia effect. The problem is, that this takes
> a lot of computing power on 1024 pictures. About 2s on my server until
> the image is delivered.
Yeah, you're doing CPU-in
On Friday 09 November 2007 01:03:13 Børge Holen wrote:
> On Friday 09 November 2007 00:47:56 you wrote:
> > On Fri, 2007-11-09 at 00:28 +0100, Børge Holen wrote:
> > > On Friday 09 November 2007 00:03:32 Instruct ICC wrote:
> > > > > > > > > Just wondering if anyone uses an IDE and if so what ones?
On Friday 09 November 2007 00:47:56 you wrote:
> On Fri, 2007-11-09 at 00:28 +0100, Børge Holen wrote:
> > On Friday 09 November 2007 00:03:32 Instruct ICC wrote:
> > > > > > > > Just wondering if anyone uses an IDE and if so what ones?
> > > > > > > >
> > > > > > > > Ta,
> > > > > > > >
> > > > >
On Fri, 2007-11-09 at 00:28 +0100, Børge Holen wrote:
> On Friday 09 November 2007 00:03:32 Instruct ICC wrote:
> > > > > > > Just wondering if anyone uses an IDE and if so what ones?
> > > > > > >
> > > > > > > Ta,
> > > > > > >
> > > > > > > H.
> > > > > >
> > > > > > Quanta +, of course.
> > > >
On Friday 09 November 2007 00:03:32 Instruct ICC wrote:
> > > > > > Just wondering if anyone uses an IDE and if so what ones?
> > > > > >
> > > > > > Ta,
> > > > > >
> > > > > > H.
> > > > >
> > > > > Quanta +, of course.
> > > > > Other is to much work and not worth the effort...
> > > > > I reall
> > > > > Just wondering if anyone uses an IDE and if so what ones?
> > > > >
> > > > > Ta,
> > > > >
> > > > > H.
> > > >
> > > > Quanta +, of course.
> > > > Other is to much work and not worth the effort...
> > > > I really cannot see what so many of you guys see in eclipse, it's a
> > > > mist
> On Thu, 2007-11-08 at 21:47 +0100, Børge Holen wrote:
> > On Thursday 08 November 2007 11:02:07 Hulf wrote:
> > > Just wondering if anyone uses an IDE and if so what ones?
> > >
> > > Ta,
> > >
> > > H.
> >
> >
> > Quanta +, of course.
> > Other is to much work and not worth the effort...
> >
Hey,
Anyone want to recommend a wiki package they use
to document PHP code projects, libraries, etc,
they are happy with?
We've tried a couple but have not been thrilled
with them.
Thanks!
Skip
--
Skip Evans
Big Sky Penguin, LLC
503 S Baldwin St, #1
Madison, WI 53703
608-250-2720
http://b
On Thursday 08 November 2007 11:02:07 Hulf wrote:
> Just wondering if anyone uses an IDE and if so what ones?
>
> Ta,
>
> H.
Quanta +, of course.
Other is to much work and not worth the effort...
I really cannot see what so many of you guys see in eclipse, it's a mistake
all together
--
---
Bø
On Fri, 2007-11-09 at 01:03 +0100, Børge Holen wrote:
> > > oh no, I wasn't hinting your way, I more or less commented on
> tersus
> > > beeing eclipse. It's like the ubunty hype, witch fails to state on
> the
> > > homepage: "we're practically NOTHING without debian".
> >
> > Ubuntu = Debian + New
On Nov 9, 2007 1:18 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote:
> Lasitha Alawatta wrote:
> > There is a tool call "idera" (SQL diagnostic manager). Basically it is
> > a performance monitoring and diagnostics tool.
> >
> > It has a feature;
> > Identifying of worst-performing codes –
> >
> > Ide
On Nov 9, 2007 8:02 AM, Skip Evans <[EMAIL PROTECTED]> wrote:
> Hey,
>
> Anyone want to recommend a wiki package they use
> to document PHP code projects, libraries, etc,
> they are happy with?
I quite like Doku (http://wiki.splitbrain.org/wiki:dokuwiki).
--
Postgresql & php tutorials
http://www
On Thu, 2007-11-08 at 21:47 +0100, Børge Holen wrote:
> On Thursday 08 November 2007 11:02:07 Hulf wrote:
> > Just wondering if anyone uses an IDE and if so what ones?
> >
> > Ta,
> >
> > H.
>
>
> Quanta +, of course.
> Other is to much work and not worth the effort...
> I really cannot see what
My host, Dreamhost, has MediaWiki on their One Click Installs. I gave it a
spin. Seems to work really well. Takes time to get used to the "wiki way"
of doing things, but it's easy enough to learn.
-TG
- Original Message -
From: Skip Evans <[EMAIL PROTECTED]>
To: php-general@lists.php
On Thursday 08 November 2007 23:33:07 Instruct ICC wrote:
> > On Thu, 2007-11-08 at 21:47 +0100, Børge Holen wrote:
> > > On Thursday 08 November 2007 11:02:07 Hulf wrote:
> > > > Just wondering if anyone uses an IDE and if so what ones?
> > > >
> > > > Ta,
> > > >
> > > > H.
> > >
> > > Quanta +,
Hi all,
I want to create a pdf file with several fonts. Which tool is better, pdflib,
ezpdf, ?
Any suggestions?
Regards,
Shelley
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have had 'Trac' thrust upon me by an employee/coworker and while it is not
"perfect" (or even close to it), it does what it does, and it does it pretty
well.
http://trac.edgewall.org/
Some of my favorite things about it are:
Wiki is pretty common tags
(http://trac.edgewall.
Sorry for the crap below. I think it's MS Hotmail not playing nice with Safari.
Eclipse and Netbeans (now it may look like I'm pushing Java) have offerings to
allow us developers to build upon -- not just apps, but tools. I think that's
a good thing.
"Don't reinvent the wheel" is another goo
On Thu, 2007-11-08 at 19:06 -0800, Instruct ICC wrote:
> Sorry for the crap below. I think it's MS Hotmail not playing nice with
> Safari.
>
> Eclipse and Netbeans (now it may look like I'm pushing Java) have offerings
> to allow us developers to build upon -- not just apps, but tools. I think
Do you pay for Ubuntu? Maybe a support package?
Earlier this week I was pissed at Adobe Dreamweaver CS3 and their developers.
And I began thinking that the major difference between open source software
(free as in no $ outa my pocket) and retail closed source software is that
maybe, just may
Blah blah blah...electricity
You see where I'm going.
>> You forgot Adam and Eve
For those who believe "You see where I'm going".
For the others, you get vacuum fluctuations LOL.
_
Boo! Scare away worms, viruses and so much
On Thursday 08 November 2007, Instruct ICC wrote:
> Do you pay for Ubuntu? Maybe a support package?
>
> Earlier this week I was pissed at Adobe Dreamweaver CS3 and their
> developers. And I began thinking that the major difference between open
> source software (free as in no $ outa my pocket) an
49 matches
Mail list logo