php-general Digest 16 Nov 2010 14:08:46 -0000 Issue 7039

2010-11-19 Thread php-general-digest-help
php-general Digest 16 Nov 2010 14:08:46 - Issue 7039 Topics (messages 309498 through 309509): Is it possible to install PHP on IIS? 309498 by: Himani Aggarwal 309499 by: Aman Singh 309500 by: Richard Quadling 309502 by: Bastien 309503 by: Jay

Re: [PHP] How to protect the source code.

2010-11-19 Thread Tamara Temple
On Nov 19, 2010, at 3:39 PM, Hans Åhlin wrote: Does any one know if there is any way for me to protect my source code without the requirement of a extension being installed on the server? i.e encryption, obfusicator, script library, compile the code. Perhaps it's just me, but I'm completely

Re: [PHP] How to protect the source code.

2010-11-19 Thread Daniel P. Brown
On Fri, Nov 19, 2010 at 17:07, Tamara Temple tamouse.li...@gmail.com wrote: Perhaps it's just me, but I'm completely missing the point of this. How is someone going to get your code off of a server? It's more likely that he's interested in learning how to protect code he will be

Re: [PHP] How to protect the source code.

2010-11-19 Thread Nathan Nobbe
On Fri, Nov 19, 2010 at 3:07 PM, Tamara Temple tamouse.li...@gmail.comwrote: On Nov 19, 2010, at 3:39 PM, Hans Åhlin wrote: Does any one know if there is any way for me to protect my source code without the requirement of a extension being installed on the server? i.e encryption,

Re: [PHP] mysql help (sorry, a bit OT)

2010-11-19 Thread Andre Polykanine
Hello Gary, Actually, what I do here is the following: I create a subdomain called beta.mysite.com (for me it's http://beta.oire.org/ and http://beta.gviragon.org/ :-)). There I have a copy of my database and all of my files. The only difference is the mysql_select_db in the connect.php file.

[PHP] My project requires creating office documents on PHP. Any recommendations on what to use?

2010-11-19 Thread chetan ahuja
My project requires creating office documents on PHP. Any recommendations on what to use?

[PHP] How good is IIS for hosting PHP? Can I get stuff like mod_rewrite rules, op-code caching, etc.?

2010-11-19 Thread lavanya pandita
How good is IIS for hosting PHP? Can I get stuff like mod_rewrite rules, op-code caching, etc.?

Re: [PHP] How good is IIS for hosting PHP? Can I get stuff like mod_rewrite rules, op-code caching, etc.?

2010-11-19 Thread Aman Singh
Check out http://learn.iis.net/page.aspx/773/how-to-install-the-microsoft-web-platform-for-php ?WT.mc_id=soc-c-in-loc--cfp/ Also mod_rewrite is possible: http://learn.iis.net/page.aspx/470/importing-apache-modrewrite-rules?WT.mc_id=soc-c-in-loc--cfp. Ditto for caching:

Re: [PHP] How to protect the source code.

2010-11-19 Thread Hans Åhlin
2010/11/19 Daniel P. Brown daniel.br...@parasane.net On Fri, Nov 19, 2010 at 17:07, Tamara Temple tamouse.li...@gmail.com wrote: Perhaps it's just me, but I'm completely missing the point of this. How is someone going to get your code off of a server?    It's more likely that he's