php-windows Digest 19 Dec 2001 23:33:07 -0000 Issue 909
Topics (messages 11005 through 11026): PHP & Windows GURU 11005 by: Silverio Diquigiovanni How to force _top in header 11006 by: Patrick SILVA 11007 by: Mike Flynn 11009 by: Jonathan David Edwin Wright 11015 by: Jonathan Wright (DjNA) 11017 by: Patrick SILVA 11019 by: Jonathan David Edwin Wright 11020 by: Samuel Mota 11022 by: Arve Bersvendsen Re: ISAPI and 4.1 on IIS 5.0 11008 by: Flint Doungchak 11016 by: Andres Petralli 11025 by: Alain Sayez 4.1.0 under apache 11010 by: LIMBOURG Arnaud 11011 by: Jonathan David Edwin Wright 11012 by: LIMBOURG Arnaud Re: Session question 11013 by: Michel Laine Re: 4.1.0 under apache - Found it ! 11014 by: LIMBOURG Arnaud curl 11018 by: LaserJetter PHP IDE 11021 by: George Nicolae 11023 by: Jim Lucas 11024 by: Woolsey, Fred Apache 2.0.28 + PHP 4.1 CGI = Error 400 Bad Request 11026 by: J Wynia 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've done a useful routine to launch the PHP.EXE in a C++ program without show the console windows and passing the stdin and stdout to that between two memory stream. This run fine with all exe programs, but the PHP.EXE to conclude its session must detect a CTRL + Z keyboard sequence. I don't know how to do it.... If you have some suggestion please write me. My goal is create an COM object to underground manage the PHP.EXE (transparent mode so hidden to user). This COM object will be used in all client with can call a COM server like Visual Basic, Word, Excel and so on. Regards, Silverio Diquigiovanni--- End Message ---
php_launch.zip
Description: Zip compressed data
--- Begin Message ---Hello I have to redirect to an ssl with header function is it possible to force _top in header ? thanks /---------------------------------------------/ Patrick Silva Gestion serveurs et domaines Cyse Informatique 105 avenue du Général Leclerc 77400 Lagny sur marne (France) tel : (33)1 64303232 - Fax : (33)1 64303222 tel direct : (33)5 55805498 - Fax : (33)5 55805499 ICQ : 28254628 E-mail : [EMAIL PROTECTED] http://www.cyse.com /---------------------------------------------/--- End Message ---
--- Begin Message ---At 12:51 PM 12/19/2001 +0100, you wrote: >Hello > >I have to redirect to an ssl with header function > >is it possible to force _top in header ? Not positive what you mean, but if you mean that you just want the new page to be at the top, it should automatically do that. The redirect statement isn't like using the back or forward buttons which may take you to the last anchor or position you were at. I suppose you could try #_top in your location. But if you just mean the top of the page, are you saying that you've tried it and it isn't going to the top of the new page? -Mike--- End Message ---
--- Begin Message ---Do you mean _top as in frames? I don't think so. You'll probably need some Java Script and/or META refresh. Something like that. Anyone correct me if I'm wrong! Jonathan Wright.. At 10:49 19.12.2001 -0500, you wrote: >At 12:51 PM 12/19/2001 +0100, you wrote: >>Hello >> >>I have to redirect to an ssl with header function >> >>is it possible to force _top in header ? > >Not positive what you mean, but if you mean that you just want the new >page to be at the top, it should automatically do that. The redirect >statement isn't like using the back or forward buttons which may take you >to the last anchor or position you were at. I suppose you could try #_top >in your location. But if you just mean the top of the page, are you >saying that you've tried it and it isn't going to the top of the new page? > >-Mike > > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] // Jonathan Wright // [EMAIL PROTECTED] // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++)--- End Message ---
--- Begin Message ---Helps if I can write a bit better! :) Do you mean _top as in frames? If that's the cause, then I don't think so. You'll probably need some sort of JavaScript and/or META refresh (with target="_top" set). Well, something like that. Anyone correct me if I'm wrong! At 16:01 19.12.2001 +0000, Jonathan David Edwin Wright wrote: >Do you mean _top as in frames? I don't think so. You'll probably need some >Java Script and/or META refresh. Something like that. Anyone correct me if >I'm wrong! > >Jonathan Wright.. > > >At 10:49 19.12.2001 -0500, you wrote: >>At 12:51 PM 12/19/2001 +0100, you wrote: >>>Hello >>> >>>I have to redirect to an ssl with header function >>> >>>is it possible to force _top in header ? >> >>Not positive what you mean, but if you mean that you just want the new >>page to be at the top, it should automatically do that. The redirect >>statement isn't like using the back or forward buttons which may take you >>to the last anchor or position you were at. I suppose you could try >>#_top in your location. But if you just mean the top of the page, are >>you saying that you've tried it and it isn't going to the top of the new page? >> >>-Mike >> >> >> >>-- >>PHP Windows Mailing List (http://www.php.net/) >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >>To contact the list administrators, e-mail: [EMAIL PROTECTED] > >// Jonathan Wright >// [EMAIL PROTECTED] >// GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ >// Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++) > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] >--- End Message ---
--- Begin Message ---yes like <META HTTP-EQUIV="Window-target" CONTENT="_top"> but it's dont works /---------------------------------------------/ Patrick Silva Gestion serveurs et domaines Cyse Informatique 105 avenue du Général Leclerc 77400 Lagny sur marne (France) tel : (33)1 64303232 - Fax : (33)1 64303222 tel direct : (33)5 55805498 - Fax : (33)5 55805499 ICQ : 28254628 E-mail : [EMAIL PROTECTED] http://www.cyse.com /---------------------------------------------/ ----- Original Message ----- From: "Jonathan David Edwin Wright" <[EMAIL PROTECTED]> To: "Mike Flynn" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 5:01 PM Subject: Re: [PHP-WIN] How to force _top in header > Do you mean _top as in frames? I don't think so. You'll probably need some > Java Script and/or META refresh. Something like that. Anyone correct me if > I'm wrong! > > Jonathan Wright.. > > > At 10:49 19.12.2001 -0500, you wrote: > >At 12:51 PM 12/19/2001 +0100, you wrote: > >>Hello > >> > >>I have to redirect to an ssl with header function > >> > >>is it possible to force _top in header ? > > > >Not positive what you mean, but if you mean that you just want the new > >page to be at the top, it should automatically do that. The redirect > >statement isn't like using the back or forward buttons which may take you > >to the last anchor or position you were at. I suppose you could try #_top > >in your location. But if you just mean the top of the page, are you > >saying that you've tried it and it isn't going to the top of the new page? > > > >-Mike > > > > > > > >-- > >PHP Windows Mailing List (http://www.php.net/) > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > >To contact the list administrators, e-mail: [EMAIL PROTECTED] > > // Jonathan Wright > // [EMAIL PROTECTED] > // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ > // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++) > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > >--- End Message ---
--- Begin Message ---No, that won't work, cause CONTENT is the URL to send the browser. I can't remember how META/CONTENT works of the top of my head? Can anyone help here? Thanks! Jonathan Wright.. At 19:14 19.12.2001 +0100, you wrote: >yes >like <META HTTP-EQUIV="Window-target" CONTENT="_top"> >but it's dont works >/---------------------------------------------/ >Patrick Silva >Gestion serveurs et domaines >Cyse Informatique >105 avenue du Général Leclerc >77400 Lagny sur marne (France) >tel : (33)1 64303232 - Fax : (33)1 64303222 >tel direct : (33)5 55805498 - Fax : (33)5 55805499 >ICQ : 28254628 >E-mail : [EMAIL PROTECTED] >http://www.cyse.com >/---------------------------------------------/ >----- Original Message ----- >From: "Jonathan David Edwin Wright" <[EMAIL PROTECTED]> >To: "Mike Flynn" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Wednesday, December 19, 2001 5:01 PM >Subject: Re: [PHP-WIN] How to force _top in header > > > > Do you mean _top as in frames? I don't think so. You'll probably need some > > Java Script and/or META refresh. Something like that. Anyone correct me if > > I'm wrong! > > > > Jonathan Wright.. > > > > > > At 10:49 19.12.2001 -0500, you wrote: > > >At 12:51 PM 12/19/2001 +0100, you wrote: > > >>Hello > > >> > > >>I have to redirect to an ssl with header function > > >> > > >>is it possible to force _top in header ? > > > > > >Not positive what you mean, but if you mean that you just want the new > > >page to be at the top, it should automatically do that. The redirect > > >statement isn't like using the back or forward buttons which may take you > > >to the last anchor or position you were at. I suppose you could try >#_top > > >in your location. But if you just mean the top of the page, are you > > >saying that you've tried it and it isn't going to the top of the new >page? > > > > > >-Mike > > > > > > > > > > > >-- > > >PHP Windows Mailing List (http://www.php.net/) > > >To unsubscribe, e-mail: [EMAIL PROTECTED] > > >For additional commands, e-mail: [EMAIL PROTECTED] > > >To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > // Jonathan Wright > > // [EMAIL PROTECTED] > > // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ > > // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++) > > > > > > -- > > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] // Jonathan Wright // [EMAIL PROTECTED] // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++)--- End Message ---
--- Begin Message ---Hi, > remember how META/CONTENT works of the top of my head? Can anyone > help here? Try <base target="_top"> works fine for me ... this set the default target for all <A>s from your page (if you use target inside your <a> tag it will override the default option) ... Samuel--- End Message ---
--- Begin Message ---Patrick Silva wrote in 04b201c18883$7e0e3c40$[EMAIL PROTECTED]:">news:04b201c18883$7e0e3c40$[EMAIL PROTECTED]: > I have to redirect to an ssl with header function > > is it possible to force _top in header ? You want to do this to ensure that your page is not embedded in a frameset? Then, AFAIK, no. But you can use a javascript redirect like this, in the <head> section of your html document: <script type="text/javascript"><!-- if (top.location != self.location) top.location = self.location; </script> This will reload your document at _top if your document is attempted loaded inside a frame <URL:http://www.trans4mind.com/personal_development/JavaScript/jsFrames.htm> -- Arve <URL:http://www.bersvendsen.com/> Newsere mot X-No-Archive <URL:http://www.ibiblio.org/Dave/Dr-Fun/df9601/df960124.jpg>--- End Message ---
--- Begin Message ---Andres, There has been a thread with lots of information on this. Search for ISAPI Status via Windows PHP Mailing List. -Flint -----Original Message----- From: Andres Petralli [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 3:06 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] ISAPI and 4.1 on IIS 5.0 Hi everyone, I was wondering wheter it is now safe to use the ISAPI module of 4.1 on an IIS 5.0 server? I tried it with 4.0.2 and had consistent problems because of some thread issues (I think at least). Also, in the past I've always been discouraged from using the ISAPI filter, since it was held to be unstable. Is this now resolved with 4.1? Greets, Andres -- Andres Petralli, Arpanet AG Steinengraben 18, 4002 Basel, Switzerland Tel: +41 (0)61 276 96 60, Fax: +41 (0)61 276 96 66 http://www.arpanet.ch/ PGP: CDD7 E772 D14B 407A 4343 6901 74A5 A74D AE98 6BE4 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]--- End Message ---
--- Begin Message ---Hi Flint, thanks for the answer, but I think that thread does not really answer my question. Is it now *safe* to use the ISAPI filter or not? Are there any experts in here that could give me an answer to that? Or maybe let's rephrase it: is the ISAPI 4.1 filter now Alpha, Beta or a Gamma release and can it be used on a high-traffic server? Thanks for your time and efforts, Andres > -----Ursprüngliche Nachricht----- > Von: Flint Doungchak [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 19. Dezember 2001 17:18 > An: Andres Petralli; [EMAIL PROTECTED] > Betreff: RE: [PHP-WIN] ISAPI and 4.1 on IIS 5.0 > > > Andres, > > There has been a thread with lots of information on this. > Search for ISAPI > Status via Windows PHP Mailing List. > > -Flint > > -----Original Message----- > From: Andres Petralli [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 19, 2001 3:06 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ISAPI and 4.1 on IIS 5.0 > > > Hi everyone, > > I was wondering wheter it is now safe to use the ISAPI module > of 4.1 on > an IIS 5.0 server? I tried it with 4.0.2 and had consistent problems > because of some thread issues (I think at least). Also, in > the past I've > always been discouraged from using the ISAPI filter, since it was held > to be unstable. Is this now resolved with 4.1? > > Greets, > > Andres > > > -- > Andres Petralli, Arpanet AG > Steinengraben 18, 4002 Basel, Switzerland > Tel: +41 (0)61 276 96 60, Fax: +41 (0)61 276 96 66 > http://www.arpanet.ch/ > PGP: CDD7 E772 D14B 407A 4343 6901 74A5 A74D AE98 6BE4 > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] >--- End Message ---
--- Begin Message ---I have installed PHP4.1.0 and ISAPI on all of web sites (secure and non secure) of my university. No problem until now. Alain. "Andres Petralli" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Flint, thanks for the answer, but I think that thread does not really answer my question. Is it now *safe* to use the ISAPI filter or not? Are there any experts in here that could give me an answer to that? Or maybe let's rephrase it: is the ISAPI 4.1 filter now Alpha, Beta or a Gamma release and can it be used on a high-traffic server? Thanks for your time and efforts, Andres > -----Ursprüngliche Nachricht----- > Von: Flint Doungchak [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 19. Dezember 2001 17:18 > An: Andres Petralli; [EMAIL PROTECTED] > Betreff: RE: [PHP-WIN] ISAPI and 4.1 on IIS 5.0 > > > Andres, > > There has been a thread with lots of information on this. > Search for ISAPI > Status via Windows PHP Mailing List. > > -Flint > > -----Original Message----- > From: Andres Petralli [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 19, 2001 3:06 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ISAPI and 4.1 on IIS 5.0 > > > Hi everyone, > > I was wondering wheter it is now safe to use the ISAPI module > of 4.1 on > an IIS 5.0 server? I tried it with 4.0.2 and had consistent problems > because of some thread issues (I think at least). Also, in > the past I've > always been discouraged from using the ISAPI filter, since it was held > to be unstable. Is this now resolved with 4.1? > > Greets, > > Andres > > > -- > Andres Petralli, Arpanet AG > Steinengraben 18, 4002 Basel, Switzerland > Tel: +41 (0)61 276 96 60, Fax: +41 (0)61 276 96 66 > http://www.arpanet.ch/ > PGP: CDD7 E772 D14B 407A 4343 6901 74A5 A74D AE98 6BE4 > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] >--- End Message ---
--- Begin Message ---Hello, I installed 4.1.0 under Win Nt Sp 6 with Apache 1.3.22 and when apache is launched i get the message "Cannot find entry worng_parameter_count in php4ts.dll" Did anybody have this kind of problem ? ps: i couldn't find anything in the archive--- End Message ---
--- Begin Message ---It may be that you've still got an old copy of php4ts.dll, probably somewhere like /winnt/ or /winnt/system32/. That means it's finding the old copy before it gets to the new one when looking thru %PATH%, giving you the error message and bombing out. Do a search on the whole system for php4ts.dll, looking for any duplications. See if that works At 17:24 19.12.2001 +0100, LIMBOURG Arnaud wrote: >Hello, > >I installed 4.1.0 under Win Nt Sp 6 with Apache 1.3.22 and when apache is >launched i get the message > >"Cannot find entry worng_parameter_count in php4ts.dll" > >Did anybody have this kind of problem ? > >ps: i couldn't find anything in the archive // Jonathan Wright // [EMAIL PROTECTED] // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++)--- End Message ---
--- Begin Message ---argh, i should precised but i overwrote the version from 4.0.6 and i did a search. the only file I have in my winnt dir is the one from 4.1.0 I'll do a search on a the disk just in case but i doubt the result will be different. > > > It may be that you've still got an old copy of php4ts.dll, probably > somewhere like /winnt/ or /winnt/system32/. > > That means it's finding the old copy before it gets to the > new one when > looking thru %PATH%, giving you the error message and bombing out. > > Do a search on the whole system for php4ts.dll, looking for > any duplications. > > See if that works > > At 17:24 19.12.2001 +0100, LIMBOURG Arnaud wrote: > >Hello, > > > >I installed 4.1.0 under Win Nt Sp 6 with Apache 1.3.22 and > when apache is > >launched i get the message > > > >"Cannot find entry worng_parameter_count in php4ts.dll" > > > >Did anybody have this kind of problem ? > > > >ps: i couldn't find anything in the archive > > // Jonathan Wright > // [EMAIL PROTECTED] > // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ > // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++) >--- End Message ---
--- Begin Message ---The tut i was going to direct you to is no longer available at their website, so i am attaching my local copy of it (PDF). Hope this help. [EMAIL PROTECTED] wrote: > I was wondering how I can stop the following message from posting when a > user hits the back button when I am using sessions? > > Ryan Conover > [EMAIL PROTECTED] > [EMAIL PROTECTED] > http://www.pitt.edu/~rscst25/ -- Michel Laine--- End Message ---
PHP_Sessions_Pages_Expiring.zip
Description: Zip compressed data
--- Begin Message ---mm, should have thought about it, i had the zend optimizer launched, he was the one causing problems ;)) In case you guys need to know (even if it seems obvious ;) Startup messages are not very clear, you never where they come from ;) > argh, i should precised but i overwrote the version from > 4.0.6 and i did a > search. the only file I have in my winnt dir is the one from 4.1.0 > > I'll do a search on a the disk just in case but i doubt the > result will be > different. > > > > > > > It may be that you've still got an old copy of php4ts.dll, probably > > somewhere like /winnt/ or /winnt/system32/. > > > > That means it's finding the old copy before it gets to the > > new one when > > looking thru %PATH%, giving you the error message and bombing out. > > > > Do a search on the whole system for php4ts.dll, looking for > > any duplications. > > > > See if that works > > > > At 17:24 19.12.2001 +0100, LIMBOURG Arnaud wrote: > > >Hello, > > > > > >I installed 4.1.0 under Win Nt Sp 6 with Apache 1.3.22 and > > when apache is > > >launched i get the message > > > > > >"Cannot find entry worng_parameter_count in php4ts.dll" > > > > > >Did anybody have this kind of problem ? > > > > > >ps: i couldn't find anything in the archive > > > > // Jonathan Wright > > // [EMAIL PROTECTED] > > // GCS d- s: a-- C++(+) US> P+++ L+> E> W+++ !N w !O M- V- PS+@ PE+ > > // Y PGP t+ !5 X R- tv(-) b(+) DI++++> D+(++) G h-- r-- z--(++) > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] >--- End Message ---
--- Begin Message ---Hi. I tried enabling the cURL extension on two machines: one running Apache 1.3.19 and PHP 4.1.0, the other Apache 1.3.19 and PHP 4.0.6 both on Win98se by uncommenting the line in php.ini and copying the php_curl.dll file to my system folder. Whenever Apache starts up with this configuation it says in an alert box that it cannot find c:\program files\php\extensions/php_curl.dll Have I copied the wrong file to the system folder? The file is present in the extensions folder and if the relevant line in php.ini is commented out again everything runs fine.--- End Message ---
--- Begin Message ---can anyone suggest me a good php ide? I tried some freeware but a need a real good one. ps. also suggest the download address -- Best regards, George Nicolae IT Manager ___________________ X-Playin - Professional Web Design www.x-playin.f2s.com--- End Message ---
--- Begin Message ---NoteTab Pro - code it by hand. there are a few libraries out that for it that give examples of php/sql/etc http://www.notetab.com Jim ----- Original Message ----- From: "George Nicolae" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 10:49 AM Subject: [PHP-WIN] PHP IDE > can anyone suggest me a good php ide? I tried some freeware but a need a > real good one. > ps. also suggest the download address > > -- > > > Best regards, > George Nicolae > IT Manager > ___________________ > X-Playin - Professional Web Design > www.x-playin.f2s.com > > > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > >--- End Message ---
--- Begin Message ---George, Komodo from ActiveState is excellent and is only $29.95 for non-commercial use (21 day free demo license). Commercial licenses are pricy- $295 for starters, though. Link to http://www.activestate.com/Products/Komodo/ Cheers, Fred Woolsey -----Original Message----- From: George Nicolae [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 1:49 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP IDE can anyone suggest me a good php ide? I tried some freeware but a need a real good one. ps. also suggest the download address -- Best regards, George Nicolae IT Manager ___________________ X-Playin - Professional Web Design www.x-playin.f2s.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]--- End Message ---
--- Begin Message ---I'm working with Apache 2.0.28 and trying to get PHP 4.1 to run as CGI (I know the module is a longshot at this point). Using the standard lines to configure it in httpd.conf, I get Error 400 Bad Request errors on every PHP script I access directly through standard URL's ie http://localhost/phpinfo.php. If I change the URL to http://localhost/php/php.exe/phpinfo.php, the page loads (minus the images), but still throws a 400 error in the logs. Any ideas? J Wynia phpgeek.com--- End Message ---