[PHP] Re: Cross-platform IDE

2011-01-27 Thread Ross McKay
On Wed, 26 Jan 2011 08:06:12 -0500, 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

Re: [PHP] Pear Problems

2011-01-27 Thread Ethan Rosenberg
At 01:54 AM 1/27/2011, Adam Richardson wrote: 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

Re: [PHP] ldap_add - Server is unwilling to peform

2011-01-27 Thread CHARLES HUNT
I finally got it to create the user. I had to remove the "memberOf" attributes. Apparently you have to add the User to the Group rather than the Group to the User. Now I need to figure out how to enable the user and set the password. As well as adding the User to the desired Groups. -

Re: [PHP] Re: [PHP-DB] 2nd Pair of eyes please

2011-01-27 Thread Donovan Brooke
Oops, sorry, this was suppose to go to the PHP-DB list! Ignore! thx, Donovan -- D Brooke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DB] 2nd Pair of eyes please

2011-01-27 Thread Donovan Brooke
Hello, to respond to some of the comments/questions.. No, it wasn't parsing anything... and yes, I put ini_set('display_errors', 1); error_reporting(E_ALL | E_STRICT); at the top of the page. (as well as there is a custom built PHP management app that allows to turn on the display_errors.. whi