php-windows Digest 14 Apr 2006 11:20:32 -0000 Issue 2937
Topics (messages 26836 through 26840):
Re: php editors
26836 by: Matt Murphy
26837 by: Ville Mattila
26840 by: trystano.aol.com
Unable to load php_ldap.dll
26838 by: Mike Craig
26839 by: Mike Craig
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
I'm a big fan of textpad.
Matt
> I guess editplus is a nice editor for php,i have been using
> it from past 4 years.
> www.editplus.com
> thnx/chandar
>
> -----Original Message-----
> From: Aaron Kenney [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 12, 2006 9:14 AM
> To: [email protected]
> Subject: Re: [PHP-WIN] php editors
>
>
> I have been using PHP Designer for almost a year and have
> found it to be a life saver in some cases, although the Zend
> product is better. It just costs money.
> -Aaron Kenney
>
> On 4/11/06, pfancy <[EMAIL PROTECTED]> wrote:
> >
> > ""Sascha Meyer"" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> > > Hi there,
> > >
> > > > I've been reading over php. I have bought php and mysql for
> > > > dummies
> but
> > my
> > > > question is what kind of php editors can a person get
> where they
> > > > can
> > view
> > > > what it looks like? or where do you find your php.ini
> file. i've
> > > > been reading i need to work on that. and when that is
> fixed up to
> > > > where i
> > need
> > > > it
> > > > would i be able to view a php file like i would an html
> file? thanks.
> > > >
> > >
> > > there are some sort of WYSIWYG editors for PHP but i
> still use PSPad
> > > or
> > > notepad++ to code my scripts and test them seperately.
> > >
> > > To answer your question, have a look at the two following editors
> > > which could be interesting for you:
> > >
> > > PHPDesigner - http://www.mpsoftware.dk/phpdesigner.php (Freeware)
> > > Zend Studio - http://www.zend.com/products/zend_studio
> (Commercial,
> > starting
> > > at 99 $, evaluation versions available)
> > >
> > > HTH and happy coding!
> > >
> > > --
> > > "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
> > > Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
> >
> > Thanks. I will check that out.
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/) To
> unsubscribe, visit:
> > http://www.php.net/unsub.php
> >
> >
>
> --
> PHP Windows Mailing List (http://www.php.net/) To
> unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/) To
> unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
I have found an open source product jEdit the best on the "markets".
(www.jedit.org)
+ supports highlighting
+ customizable (without programming)
+ cross-platform product (written with java)
+ the formatting of the code (structures, indents etc) works fine
+ macros to help routine jobs
+ very good search and replace (recursive, multifile)
Hope that someone other is or would be satisfied too. =)
Ville
--- End Message ---
--- Begin Message ---
Yeah, me too! Textpad all the way. I also use for C#.
Tryst
--- End Message ---
--- Begin Message ---
I have been having some trouble getting php_ldap.dll extension to load. I
thought it might be my extension_dir variable, but another extension
ldap_mysql.dll loads just fine. I'm trying to do ldap authentication in my
Mantis install running under Apache.
extension_dir = "./extensions"
Contents of c:\php\extensions
php_ldap.dll
php_mysql.dll
Error:
[Wed Apr 12 11:38:32 2006] [error] [client 10.0.0.17] PHP Warning: PHP
Startup: Unable to load dynamic library '.\\extensions\\php_ldap.dll' - The
specified module could not be found.\r
Anyone have a solution for this?
Thanks,
Mike
--- End Message ---
--- Begin Message ---
I found the problem, there are some libraries required. These are documented on
www.php.net.
-----Original Message-----
From: Mike Craig [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 11:47 AM
To: [email protected]
Subject: [PHP-WIN] Unable to load php_ldap.dll
I have been having some trouble getting php_ldap.dll extension to load. I
thought it might be my extension_dir variable, but another extension
ldap_mysql.dll loads just fine. I'm trying to do ldap authentication in my
Mantis install running under Apache.
extension_dir = "./extensions"
Contents of c:\php\extensions
php_ldap.dll
php_mysql.dll
Error:
[Wed Apr 12 11:38:32 2006] [error] [client 10.0.0.17] PHP Warning: PHP
Startup: Unable to load dynamic library '.\\extensions\\php_ldap.dll' - The
specified module could not be found.\r
Anyone have a solution for this?
Thanks,
Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---