Re: [PHP] any change to see php source?

2003-02-02 Thread qt
Thank you chris,

Help full

Do you have any link for installation manual


Chris Hayes [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 At 21:36 1-2-2003, you wrote:
   I am studying on php. And the book say, when the server see php
  extension it
   is running php file and giving results to the visiting browser.
  
   But as I see related directories are normal directory, doesn' t like
  cgi-bin
   directories.
  
   Is there any change to see php file source such as file open function
or
   something else? I am not going to somebody else file. Just I want to
be
  sure
   how secure the php?
 
 It's all in CVS, read the source:

 I think he does not mean the PHP program source, but his scripts' source.

 Normally people cannot see the script source, as long as you use .php as
 file extension. In some PHP/server setups people can see the source when
 they type filename.phps, see the installation instruction file in the php
 package for details.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] any change to see php source?

2003-02-02 Thread Edwin Boersma
See www.php.net.



Qt wrote:

Thank you chris,

Help full

Do you have any link for installation manual


Chris Hayes [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...


At 21:36 1-2-2003, you wrote:


I am studying on php. And the book say, when the server see php


extension it


is running php file and giving results to the visiting browser.

But as I see related directories are normal directory, doesn' t like


cgi-bin


directories.

Is there any change to see php file source such as file open function



or


something else? I am not going to somebody else file. Just I want to



be


sure


how secure the php?


It's all in CVS, read the source:


I think he does not mean the PHP program source, but his scripts' source.

Normally people cannot see the script source, as long as you use .php as
file extension. In some PHP/server setups people can see the source when
they type filename.phps, see the installation instruction file in the php
package for details.









--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] any change to see php source?

2003-02-01 Thread qt
Dear Sirs,

I am studying on php. And the book say, when the server see php extension it
is running php file and giving results to the visiting browser.

But as I see related directories are normal directory, doesn' t like cgi-bin
directories.

Is there any change to see php file source such as file open function or
something else? I am not going to somebody else file. Just I want to be sure
how secure the php?

Any experience?

Best Regards



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] any change to see php source?

2003-02-01 Thread Philip Olson
 I am studying on php. And the book say, when the server see php extension it
 is running php file and giving results to the visiting browser.
 
 But as I see related directories are normal directory, doesn' t like cgi-bin
 directories.
 
 Is there any change to see php file source such as file open function or
 something else? I am not going to somebody else file. Just I want to be sure
 how secure the php?

It's all in CVS, read the source:

  http://cvs.php.net/
  http://www.php.net/anoncvs.php

You may also search the source in lxr:

  http://lxr.php.net/

Also, the following may be helpful to you:

  http://www.zend.com/phpfunc/

Regards,
Philip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] any change to see php source?

2003-02-01 Thread Chris Hayes
At 21:36 1-2-2003, you wrote:

 I am studying on php. And the book say, when the server see php 
extension it
 is running php file and giving results to the visiting browser.

 But as I see related directories are normal directory, doesn' t like 
cgi-bin
 directories.

 Is there any change to see php file source such as file open function or
 something else? I am not going to somebody else file. Just I want to be 
sure
 how secure the php?

It's all in CVS, read the source:

I think he does not mean the PHP program source, but his scripts' source.

Normally people cannot see the script source, as long as you use .php as 
file extension. In some PHP/server setups people can see the source when 
they type filename.phps, see the installation instruction file in the php 
package for details.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php