[phpWebApp-commits] CVS: lgpl-documentation/templates about.html,1.12,1.13
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-02-20 10:42:10
|
Update of /cvsroot/phpwebapp/lgpl-documentation/templates In directory sc8-pr-cvs1:/tmp/cvs-serv19092/templates Modified Files: about.html Log Message: Index: about.html =================================================================== RCS file: /cvsroot/phpwebapp/lgpl-documentation/templates/about.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** about.html 17 Jan 2002 04:22:11 -0000 1.12 --- about.html 20 Feb 2003 10:42:05 -0000 1.13 *************** *** 5,8 **** --- 5,13 ---- <BODY> <br> + <p> + <strong>Note:</strong>This (LGPL-ed) version of phpWebApp is not supported + anymore. See the <a href="http://phpwebapp.sourceforge.net/">GPL-ed version</a> + for the latest copy of the framework. + </p> <h3>What is phpWebApp</h3> <p> *************** *** 94,116 **** You can get the phpWebApp directly from <a href="http://sourceforge.net/cvs/?group_id=41147" target="_blank">CVS@sourceforge</a>. ! Login as an <i>anonymous</i> user and checkout the modules <i>web_app</i>, ! <i>documentation</i>, <i>app1</i>, <i>app2</i> etc. Alternatively, you can download them from here: ! <a href="http://phpwebapp.sourceforge.net/download/web_app.tar.gz">web_app.tar.gz</a> (168 KB) , ! <a href="http://phpwebapp.sourceforge.net/download/documentation.tar.gz">documentation.tar.gz</a> (212 KB) , ! <a href="http://phpwebapp.sourceforge.net/download/app1.tar.gz">app1.tar.gz</a> (5 KB) , ! <a href="http://phpwebapp.sourceforge.net/download/app2.tar.gz">app2.tar.gz</a> (7 KB) </p> <h3>Related Links</h3> <ul> ! <li> <a href="http://sourceforge.net" target="_new"> SourceForge.net ! </a> ! <li> <a href="http://sourceforge.net/projects/phpwebapp/" target="_new"> phpWebApp Project</a> at SourceForge <li> <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwebapp/" target="_new"> Browse the CVS</a> at SourceForge ! <li> <a href="/documentation/browse.php" target="_new"> Browse the Documentation templates </a> ! <li> <a href="/app1/" target="_new"> Sample Application 1 </a> ! <li> <a href="/app1/browse.php" target="_new"> Browse the Sample Application templates </a> </ul> --- 99,137 ---- You can get the phpWebApp directly from <a href="http://sourceforge.net/cvs/?group_id=41147" target="_blank">CVS@sourceforge</a>. ! Login as an <i>anonymous</i> user and checkout the modules <i>lgpl-web_app</i>, ! <i>lgpl-documentation</i>, <i>lgpl-app1</i> and <i>lgpl-app2</i>. Alternatively, you can download them from here: ! <a href="http://phpwebapp.sourceforge.net/download/lgpl/web_app.tar.gz">web_app.tar.gz</a> (168 KB) , ! <a href="http://phpwebapp.sourceforge.net/download/lgpl/documentation.tar.gz">documentation.tar.gz</a> (212 KB) , ! <a href="http://phpwebapp.sourceforge.net/download/lgpl/app1.tar.gz">app1.tar.gz</a> (5 KB) , ! <a href="http://phpwebapp.sourceforge.net/download/lgpl/app2.tar.gz">app2.tar.gz</a> (7 KB) </p> + + <h3>Compatibility Issues</h3> + <p> + Since the LGPL version is not supported anymore, it may be incompatible with + the new versions of PHP. Some of the known problems with PHP 4.2.2 + (in RedHat Linux 8.0) are these: + <ul> + <li>in '/etc/php.ini', <b>short_open_tag</b> should be 'On' + <li>in '/etc/php.ini', <b>register_globals</b> should be 'On' + <li>in '/etc/php.ini', <b>allow_call_time_pass_reference</b> should be 'On' + </ul> + You can <a href="{{APP_URL}}info.php" target="_new">see some information</a> + about the PHP version and its configuration in the server running + this application. + </p> + <h3>Related Links</h3> <ul> ! <li><a href="http://phpwebapp.sourceforge.net/">GPL-ed phpWebApp</a> ! <li><a href="http://sourceforge.net" target="_new">SourceForge.net</a> ! <li><a href="http://sourceforge.net/projects/phpwebapp/" target="_new"> phpWebApp Project</a> at SourceForge <li> <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwebapp/" target="_new"> Browse the CVS</a> at SourceForge ! <li> <a href="{{APP_URL}}browse.php" target="_new"> Browse the Documentation templates </a> ! <li> <a href="{{APP1_URL}}" target="_new"> Sample Application 1 </a> ! <li> <a href="{{APP1_URL}}browse.php" target="_new"> Browse the Sample Application templates </a> </ul> |