On Thu, Jan 27, 2011 at 1:01 AM, Ethan Rosenberg wrote:
> Dear List -
>
> I am executing the command pear list.
>
> This is what I get -
>
> ethan@rosenberg:/usr/bin$ pear list
> PHP: syntax error, unexpected '&' in /etc/php5/cli/php.ini on line 510
> Installed packages, channel pear.php.net:
> =
Dear List -
I am executing the command pear list.
This is what I get -
ethan@rosenberg:/usr/bin$ pear list
PHP: syntax error, unexpected '&' in /etc/php5/cli/php.ini on line 510
Installed packages, channel pear.php.net:
=
Package Version State
A
On 01/25/2011 02:36 PM, Donovan Brooke wrote:
> Hello,
>
> I don't yet have a complete understanding of string encodings for the
> various environments they may need to pass through or be in. I have
> found bits and pieces within Larry's book, the online docs, and by
> googling... and
> my app see
Do I need to be using SSL? Not sure how to implement that. (if you can't tell
I'm pretty new to PHP)
- Original Message
From: Daniel Brown
To: CHARLES HUNT
Cc: php-general@lists.php.net
Sent: Wed, January 26, 2011 9:39:32 AM
Subject: Re: [PHP] ldap_add - Server is unwilling to pefor
FWIW while I prefer Eclipse overall as an IDE, I found the PHP support in
NetBeans to be superior. It's been a year since I used Eclipse for PHP.
Maybe the PHP plugins for Eclipse have improved enough. NetBeans supports
GIT and Mercurial as well.
David
You could add a line in to your code:
include "ldap-blue-pill";
That should fix any performance issues ;)
(note, I did try posting earlier with a much funnier reply, but the email was
rejected because of a certain 'v' word!)
Thanks,
Ash
http://www.ashleysheridan.co.uk
- Reply message ---
It seems ldap_mod_add is for adding attributes to a dn that is already there.
I
get the error: "Modify: No such object in..."
- Original Message
From: Daniel Brown
To: CHARLES HUNT
Cc: php-general@lists.php.net
Sent: Wed, January 26, 2011 9:39:32 AM
Subject: Re: [PHP] ldap_add - Ser
Win 2000 Active Directory.
I'll give ldap_mod_add a shot.
- Original Message
From: Daniel Brown
To: CHARLES HUNT
Cc: php-general@lists.php.net
Sent: Wed, January 26, 2011 9:39:32 AM
Subject: Re: [PHP] ldap_add - Server is unwilling to peform
On Wed, Jan 26, 2011 at 10:17, CHARLES HUN
On Wed, Jan 26, 2011 at 10:17, CHARLES HUNT wrote:
> Hello-
> I am trying to add create a user account with the ldap_add function. However
> I
> get the error below when it is invoked. Does anyone have ideas what may be
> causing this error? What I can look into? Anything would be helpful.
>
Hello-
I am trying to add create a user account with the ldap_add function. However I
get the error below when it is invoked. Does anyone have ideas what may be
causing this error? What I can look into? Anything would be helpful.
Warning: ldap_add() [function.ldap-add]: Add: Server is unwill
On Wed, Jan 26, 2011 at 09:58, Al wrote:
> The newsgroup server seems to have a repeated-visit throttle, or whatever.
>
> For the last two weeks at least, I can only download 2 or 3 messages and
> then I get repeated time-outs. It acts like the DoS or flood prevention is
> kidding in too aggressi
The newsgroup server seems to have a repeated-visit throttle, or whatever.
For the last two weeks at least, I can only download 2 or 3 messages and then I
get repeated time-outs. It acts like the DoS or flood prevention is kidding in
too aggressively.
Get timeouts when trying to post also.
Gary wrote:
Lester Caine wrote:
> I'm having to do the hg/git version control outside eclipse and I've
> given up trying to do that on the windows machines.
Cygwin? Both git and Mercurial packages seem to exist, although I don't
use them so can't say how good, bad, or otherwise, they might be
Camilo Sperberg wrote:
I like eclipse as well, you can combine it with svn which will be a great plus
if you develop on several machines.
cvs/svn works beautifully in eclipse. It is just a pity that none of the DVCS
systems work properly yet :(
I'm having to do the hg/git version control outsid
On Wed, Jan 26, 2011 at 8:51 AM, Lester Caine wrote:
> Andy McKenzie wrote:
>>
>> So: does anyone have a recommendation for an IDE that works in
>> Windows, Mac, and Linux? I spend roughly equal time in all three, and
>> I haven't found a tool I like yet that works in all of them.
>> Actually, I
Andy McKenzie wrote:
So: does anyone have a recommendation for an IDE that works in
Windows, Mac, and Linux? I spend roughly equal time in all three, and
I haven't found a tool I like yet that works in all of them.
Actually, I stopped looking three or four years ago, but at that point
there did
I like eclipse as well, you can combine it with svn which will be a great plus
if you develop on several machines.
Sent from my iPhone
On 26-01-2011, at 10:06, Andy McKenzie wrote:
> Hey folks,
>
>Hopefully this is enough on-topic not to annoy anyone. Up until
> now I've mostly written s
>
> So: does anyone have a recommendation for an IDE that works in
> Windows, Mac, and Linux? I spend roughly equal time in all three, and
> I haven't found a tool I like yet that works in all of them.
> Actually, I stopped looking three or four years ago, but at that point
> there didn't seem
Eclipse, netbeans, I prefer eclipse more, but I don't really like large ides.
Or if you want something light, vim
"Andy McKenzie" wrote:
>Hey folks,
>
>Hopefully this is enough on-topic not to annoy anyone. Up until
>now I've mostly written small one-off scripts -- a web page that needs
>a
From: Andy McKenzie
> Hopefully this is enough on-topic not to annoy anyone. Up until
> now I've mostly written small one-off scripts -- a web page that needs
> a few things dynamically generated, a shell script to do a small job,
> things like that -- and vim has been more than adequate. I'
Hey folks,
Hopefully this is enough on-topic not to annoy anyone. Up until
now I've mostly written small one-off scripts -- a web page that needs
a few things dynamically generated, a shell script to do a small job,
things like that -- and vim has been more than adequate. I'm
currently worki
Hi all,
I'm just writing a small cache class to optimize my database connection.
I want to use three different stages to store and receive my data as
fast as possible.
1) fast
get data from class variable if existing
2) mid
get data from memcache if existing
-> save result as class variable
22 matches
Mail list logo