phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/doc php-configuration.txt,NONE,1.1 CRED


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/doc php-configuration.txt,NONE,1.1 CREDITS,1.4,1.5 phpgw.css,1.1,NONE
Date: Sun, 17 Nov 2002 18:35:05 -0500

Update of /cvsroot/phpgroupware/phpgwapi/doc
In directory subversions:/tmp/cvs-serv14015

Modified Files:
        CREDITS 
Added Files:
        php-configuration.txt 
Removed Files:
        phpgw.css 
Log Message:
update

--- NEW FILE ---
-------------------------------
- Suggested PHP Configuration -
-------------------------------

This is a suggested php.ini config for running phpGroupWare 0.9.14 on php4.  It 
is roughly in the order of the paramters in you php.ini file.  These 
recommendations
are based on feedback from users and developers.

RESOURCES
max_execution_time = 90
This allows for encoding/decoding large file attachments on slower machines and
other complex functions.

memory_limit = 20M  
At least this value should help with more complex operations.

ERRORS
error_reporting = E_ALL  ~E_NOTICE
Having this set to E_ALL, will cause all types of problems if left to
display on the screen.  E_NOTICE are no-fatal errors such as undefined
variable etc.  Having this set to E_ALL only will dramatically increase
the size of your log files if you log erros.

display_errors = Off
This can cause header output problems if left on.  They are better stored in you
log file and that way you have a record of any problems.

log_errors = On
See above.

DATABASES
[dbms].allow_persistent = On
This must be set to on if you want to use persistent databse
connections.  Change [dbms] to what ever db you want to use ie mysql or
pgsql

FILE UPLOADING
file_uploads = On
If you want to use email,phpwebhosting, infolog or any apps that upload files 
this must be set to on.

upload_max_filesize = 5M
At least this.  This will allow for larger email attachments and
phpwebhosting files.  Use filesize * 4 = memory_limit to allow for
base64 encodes.

PHP4 SESSIONS
session.save_path = /tmp
Your httpd must be able to read and write to this directory, if you
intend to use php4 sessions.

session.gc_maxlifetime = 1440
Set this to what you want to be your session time out limit.  It is in
second so set it to 3660 if you want it to one hour ... the default is
24mins, which is generally too short.

REGISTER GLOBALS
register_globals = On
Until release 0.9.14 phpGroupWare will not work, if the value is set to Off.
All further releases will support the Off setting.

Index: CREDITS
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/CREDITS,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CREDITS     25 Aug 2001 00:04:05 -0000      1.4
--- CREDITS     17 Nov 2002 23:35:02 -0000      1.5
***************
*** 1,45 ****
! ### Core Developers ###
! 
! * Joseph Engo (aka Jengo) <address@hidden>
! - The man who started it all.
! - Provides project direction, documentation.
! - Works on core services session management, permissions, groups class, etc...
! - Wrote the following applications
! --- Addressbook (original work)
! --- ToDolist (original work)
! --- Inventory (original work)
! --- Contacts class (original work)
  --- Email (Adapted from Aeromail, which was written by Mark Cushman 
<address@hidden> http://the.cushman.net/)
  --- Calendar (Adapted from WebCalendar, which was written by Craig Knudsen 
<address@hidden> http://www.radix.net/~cknudsen)
- - Continues development and project direction. 
  
  * Dan Kuykendall (aka Seek3r) <address@hidden>
! - Project Administrator/Supervisor.
! - Provides project direction, documentation.
! - Works on core services such as the $phpgw[] array for application 
developers.
! - Hosts website, and offers commercial support thru Clear River Technologies 
(http://www.clearrivertech.com)
! - Wrote the following applications
! --- File Manager (Based on filemanager, which was written by Lacey Pevey 
<address@hidden> http://px.sklar.com/code.html?code_id=258)
  --- Chat (original work)
- - Continues development and project direction. 
  
  * Mark A Peters (aka skeeter) <address@hidden>
! - Maintains Calendar application
! - Works on core API
! - Developed/Maintains Headlines application
! - Developed/Maintains NNTP application
! - Helps with almost all other applications as well
  
! * Bettina Gille (aka ceb) <address@hidden>
! - Developed/Maintains the categories class
! - Works on core API
! - Develops/Maintains the projects, inventory, stocks, notes and netsaint 
<http://www.netsaint.org/> applications
  
  * Lars Kneschke (aka knecke) <address@hidden>
! - Works on LDAP support for accounts and authentication
  - former project leader of the old phpGroupWare Apps project.
! - Works on core API
! - Ported Squirrelmail <http://www.squirrelmail.org/> to phpgroupware
! - Devlops/Maintains the qmailldap application
  
  * Miles Lott (aka Milosch) <address@hidden>
--- 1,88 ----
! #######################
! ### core developers ###
! #######################
! 
! * Joseph Engo (aka jengo) <address@hidden>
! - project leader/administrator
! - works on core services session management, permissions, groups class, etc...
! - wrote the following applications:
! --- initial development of Addressbook, ToDolist, Inventory
! --- Developer Tools, Voting Both, News Admin
! --- Contacts class
  --- Email (Adapted from Aeromail, which was written by Mark Cushman 
<address@hidden> http://the.cushman.net/)
  --- Calendar (Adapted from WebCalendar, which was written by Craig Knudsen 
<address@hidden> http://www.radix.net/~cknudsen)
  
  * Dan Kuykendall (aka Seek3r) <address@hidden>
! - project leader/administrator
! - works on core services such as the $phpgw[] array for application 
developers.
! - hosts website, and offers commercial support thru Clear River Technologies 
(http://www.clearrivertech.com)
! - wrote the following applications:
! --- former Filemanager (Based on filemanager, which was written by Lacey 
Pevey <address@hidden> http://px.sklar.com/code.html?code_id=258)
  --- Chat (original work)
  
  * Mark A Peters (aka skeeter) <address@hidden>
! - project leader/administrator
! - maintains calendar application
! - works on core API
! - developes/maintains the headlines and nntp application
! - helps with almost all other applications as well
! 
! * Bettina Gille [ceb] address@hidden
! - project leader/administrator
! - developes/maintains the xml/xslt based framework
! - developes/maintains the categories class
! - developes/maintains the funkwerk layout and the application/framework 
images 
! - developes/maintains the categories class
! - works on core API
! - developes/maintains the projects, inventory, stocks, notes, backup, todo, 
cart, img and netsaint <http://www.netsaint.org/> applications
! 
! #######################
! ### more developers ###
! #######################
  
! * Ralf Becker (ralfbecker) <address@hidden>
! - developes/maintains the etemplates and infolog application
  
  * Lars Kneschke (aka knecke) <address@hidden>
! - works on LDAP support for accounts and authentication
  - former project leader of the old phpGroupWare Apps project.
! - works on core API
! - ported Squirrelmail <http://www.squirrelmail.org/> to phpgroupware
! - devlopes/maintains the qmailldap application
! 
! * Dave Hall (aka skwashd) <address@hidden>
! - Project Manager of the release branches
! 
! ##############################
! ### application developers ###
! ##############################
! 
! * Michael Dean (aka mdean) <address@hidden>
! - Influences the object-oriented design of phpgroupware
! - Wrote schema_proc used in the new setup application
! - Works on improving DBMS support
! - Ported his application, DCL, to phpgroupware
! 
! * Tony Puglisi (aka Angles) <address@hidden>
! - developes Anglemail
! - maintained the EMail application
! - rewrote mail classes for better standards compliance
! - worked in the past on the idsociety template to make it work in older 
browsers
! 
! * Jason Wies (aka Zone) <address@hidden>
! - Rewrote vfs class in the API
! - Wrote phpwebhosting application as proof of concept for the vfs
! 
! ###################
! ### Translators ###
! ###################
! 
! * Yoshihiro Kamimura (aka itheart) <address@hidden>
! - works on Japanese-ization of phpgroupware, which helps
! - ensure we are all using the lang() function properly
! 
! #########################
! ### Former developers ###
! #########################
  
  * Miles Lott (aka Milosch) <address@hidden>
***************
*** 57,91 ****
  - Creates testplans and assigns testcases to volunteers
  
! ### Application Developers ###
! * Michael Dean (aka mdean) <address@hidden>
! - Influences the object-oriented design of phpgroupware
! - Wrote schema_proc used in the new setup application
! - Works on improving DBMS support
! - Ported his application, DCL, to phpgroupware
! 
! * Tony Puglisi (aka Angles) <address@hidden>
! - Maintains EMail application
! - Rewrote mail classes for better standards compliance
! - Works on the idsociety template to make it work in older browsers
  
! * Jason Wies (aka Zone) <address@hidden>
! - Rewrote vfs class in the API
! - Wrote phpwebhosting application as proof of concept for the vfs
  
  * Michael Weber <address@hidden>
  - Develops/Maintains Trouble Ticket System
  
! * Vincent Larchet     (aka vinz) <address@hidden>
  - He hops from application to application helping out everywhere
  - Keeps phpGW working on NT servers
  
  * Scott Moser (aka smoser) <address@hidden>
! -Developed/Maintains the FTP application
! 
! * Itzchak Rehberg (aka izzy) <address@hidden>
! - has been working on replacement for mail() function
! - Developed/Maintains POP-3 class
! - Built/Maintains the german language files
! - He hops from application to application helping out everywhere
  
  * Stephan Beal (aka wander) <address@hidden>
--- 100,124 ----
  - Creates testplans and assigns testcases to volunteers
  
! * Itzchak Rehberg (aka izzy) <address@hidden>
! - has been working on replacement for mail() function
! - Developed/Maintains POP-3 class
! - Built/Maintains the german language files
! - He hops from application to application helping out everywhere
  
! * Marc Logemann (aka Loge) <address@hidden>
! - Developed/Maintained todo application
! - Developed utility classes for phpgwapi
! - mental support for Palm Sync issue :)
! - Now working on another groupware project
  
  * Michael Weber <address@hidden>
  - Develops/Maintains Trouble Ticket System
  
! * Vincent Larchet (aka vinz) <address@hidden>
  - He hops from application to application helping out everywhere
  - Keeps phpGW working on NT servers
  
  * Scott Moser (aka smoser) <address@hidden>
! - Developed/Maintains the FTP application
  
  * Stephan Beal (aka wander) <address@hidden>
***************
*** 94,112 ****
  - Conned Hakon into doing the Norwegian translations ;)
  
! ... and SO many others ...
! 
! ### Translators ###
! Yoshihiro Kamimura (aka itheart) <address@hidden>
! - Works on Japanese-ization of phpgroupware, which helps
! -  ensure we are all using the lang() function properly
! 
! ### Former developers ###
! * Marc Logemann (aka Loge) <address@hidden>
! - Developed/Maintained todo application
! - Developed utility classes for phpgwapi
! - mental support for Palm Sync issue :)
! - Now working on another groupware project
! 
  ### Patch Contributors ### (in alphabetical order)    Let us know if we 
forgot anyone :)
  * Wolfgang Lunz          <address@hidden>
  * bachroxx               <address@hidden>
--- 127,134 ----
  - Conned Hakon into doing the Norwegian translations ;)
  
! ##########################
  ### Patch Contributors ### (in alphabetical order)    Let us know if we 
forgot anyone :)
+ ##########################
+ 
  * Wolfgang Lunz          <address@hidden>
  * bachroxx               <address@hidden>

--- phpgw.css DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]