diff --git a/lam/copyright b/lam/copyright index caea6588..efecaa9b 100644 --- a/lam/copyright +++ b/lam/copyright @@ -143,21 +143,6 @@ B: C: - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License (LGPL) as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - For more details on the GNU Lesser General Public License, - see http://www.gnu.org/copyleft/lesser.html - - -D: - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including @@ -183,10 +168,10 @@ main license and authors: lib/fpdf-lam.inc A 2008 Olivier Plathey lib/font/Vera* B 2003 Bitstream, Inc. -templates/lib/*wz_tooltip.js C Walter Zorn -lib/3rdParty/phpseclib D Jim Wigginton -templates/lib/*jquery*.js D 2010 John Resig, Paul Bakaus, Fred Heusschen -templates/lib/*jquery-validationEngine-*.js D 2010 Cedric Dugas and Olivier Refalo -templates/lib/*jquery-fineuploader-*.js D 2010 Andrew Valums +lib/3rdParty/phpseclib C Jim Wigginton +templates/lib/*jquery*.js C 2010 John Resig, Paul Bakaus, Fred Heusschen +templates/lib/*jquery-dropmenu-*.js C 2010 Fred Heusschen +templates/lib/*jquery-validationEngine-*.js C 2010 Cedric Dugas and Olivier Refalo +templates/lib/*jquery-fineuploader-*.js C 2010 Andrew Valums diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 4bfb2384..8760e1da 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -11580,11 +11580,15 @@ semodule -i httpdlocal.pp - Initial version (LAM Pro 3.6) + Initial version (LAM Pro 3.6 - 4.4) - Added passwordSelfResetBackupMail (LAM Pro 4.5) + Added passwordSelfResetBackupMail (LAM Pro 4.5 - 5.5) + + + + Multiple security questions (LAM Pro 5.6) @@ -11635,15 +11639,29 @@ semodule -i httpdlocal.pp Samba 4 Install the these update files by following the install - instructions in the file: + instructions in the file. In case you you upgrade with a version + difference of 2 or more you will need to apply all intermediate update + scripts. - samba4_version_1_to_2_attributes.ldif + samba4_version_1_to_2_attributes.ldif (upgrade from version 1 + only) - samba4_version_1_to_2_objectClass.ldif + samba4_version_1_to_2_objectClass.ldif (upgrade from version 1 + only) + + + + samba4_version_2_to_3_attributes.ldif (upgrade from version + 2) + + + + samba4_version_2_to_3_objectClass.ldif (upgrade from version + 2) @@ -11655,8 +11673,20 @@ semodule -i httpdlocal.pp Windows - Install the file "windows_version_1_to_2.ldif" by following the - install instructions in the file. + Install the file(s) by following the install instructions in the + file. In case you you upgrade with a version difference of 2 or more you + will need to apply all intermediate update scripts. + + + + windows_version_1_to_2.ldif (upgrade from version 1 + only) + + + + windows_version_2_to_3.ldif (upgrade from version 2) + + @@ -11996,14 +12026,15 @@ a.lamLogo { accelerator There are tools like APC (free) or - Zend + url="http://www.php.net/manual/en/book.apc.php">APC/OpCache (free) + or Zend Server (commercial) that provide caching of PHP pages to improve performance. They will reduce the time for parsing the PHP pages and IO load. - This is a simply way to enhance performance since APC is part of - most Linux distributions. + This is a simply way to enhance performance since APC/OpCache is + part of most Linux distributions. If you use APC then make sure that it uses enough memory (e.g. "apc.shm_size=128M"). You can check the memory usage with the file @@ -12020,6 +12051,17 @@ a.lamLogo { + OpCache statistics can be shown with opcache-status. + + + + + + + + + Disable session encryption diff --git a/lam/docs/manual-sources/images/opcache.png b/lam/docs/manual-sources/images/opcache.png new file mode 100644 index 00000000..a00349ad Binary files /dev/null and b/lam/docs/manual-sources/images/opcache.png differ