[PHP-WIN] Security Alert when trying to access a php file

2003-08-04 Thread Jack
Dear all I had install PHP to my Win2k Server which running IIS 5.0. I had copied the 'php.ini-dist' to c:\winnt, php4ts.dll to c:\winnt\system32. Also had configurated the App Tab inside Internet Service manager. Now when i try to access the php file through intranet, it keep prompts me the

[PHP-WIN] RE: [PHP-INST] Security Alert when trying to access a php file

2003-08-04 Thread Bob G
Jack. I had exactly the same problem for weeks. Eventually I installed Apache and the problem went away. Regards Bob -Original Message- From: Jack [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 9:25 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-INST] Security Alert

RE: [PHP-WIN] Security Alert when trying to access a php file

2003-08-04 Thread Duane Lakoduk
If you read the php.ini file where the cgi.force_redirect variable is set, it states that this MUST be turned off when running under IIS. Try this ; cgi.force_redirect is necessary to provide security running PHP as a CGI under ; most web servers. Left undefined, PHP turns this on by default.

Re: [PHP-WIN] Notice: Undefined variable: link in

2003-08-04 Thread sven
hi david, although you can supress those notices in your php.ini, you can correct your syntax errors like this: AdminMain.php (line 7 and 8) old: $tpl-define(array(main = main.html, middle = AdminScreen.html, ... new: $tpl-define(array('main' = main.html, 'middle' = AdminScreen.html, ...

php-windows Digest 4 Aug 2003 14:45:12 -0000 Issue 1853

2003-08-04 Thread php-windows-digest-help
php-windows Digest 4 Aug 2003 14:45:12 - Issue 1853 Topics (messages 21007 through 21011): Security Alert when trying to access a php file 21007 by: Jack 21009 by: Duane Lakoduk Re: [PHP-INST] Security Alert when trying to access a php file 21008 by: Bob G Re:

[PHP-WIN] calling a user defined java class method .....

2003-08-04 Thread toby z
hay guyz im stuck a bit i am trying to call a java class method which happens to be my own as well user defined that is how do i go about this n that also if its possible at all . thnx a bill toby

Re: [PHP-WIN] unable to delete php created files in php

2003-08-04 Thread Luis Moreira
John, I don't really know XP, but it seems that maybe the problem is within xp permissions, because you can have permission to write/create, but not to delete. Double check wether Apache really has rights (delete or full) on the directory were you put the files. Again, I don't know

[PHP-WIN] Connecting to another server

2003-08-04 Thread Derrick Hermanson
Was wondering if there was a way to call a php program from a different server. Have a program and I want it to call a program on one of our other servers. Not sure of how to get it done, if it can be done. Thanks in advance for any help. Derrick Hermanson Programmer Analyst I -- PHP Windows

[PHP-WIN] Searching or Indexing PDFs and Docs

2003-08-04 Thread Herhuth, Ron
I'm looking for a way to search and index PDFs and Word Docs and store pointers in MSSQL to the appropriate file(s) as links to the user, using PHP. Has anyone done this before, and/or have links to any sample scripts to do this? Thanks, Ron -- PHP Windows Mailing List

[PHP-WIN] RV: Java Extension for PHP

2003-08-04 Thread Isaac Moreno Cervera
Hi there, Sorry for my english. I'm spanish. I'm trying to run my Java classes through php. I've tried all the possible settings in my php.ini file (I've read everything in php.net), and althought php doesn't crash, the Java code does nothing. I get no errors neither warnings but the Java classes