File: README.debian

package info (click to toggle)
php3 1%3A3.0-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 6,512 kB
  • ctags: 6,320
  • sloc: ansic: 58,611; sh: 2,279; yacc: 1,090; php: 1,031; makefile: 911; cpp: 529; perl: 411; awk: 90; sql: 11
file content (20 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
php3 for DEBIAN
----------------------

Take a look at the additional php3 modules available as debian packages
(e.g. postgresql, mysql, msql and gd, some of them in non-free or
contrib). You can use them in your scripts after a dl() command, like
dl("/usr/lib/php3/<version>/module.so") where <version> is either cgi or
apache depending on which version of php you use (the modules are
unfortunatelly not compatible) for them. 

If you set your extension_dir in /etc/php.ini to /usr/lib/php3/apache or
/usr/lib/php3/cgi (depending on which version of php3 you use) then you might 
just use dl("module.so"), or even you might even set up these modules
in the LoadExtensions section of the conffile to be always loaded.

The manual is nearly complete (/usr/doc/php3/html/manual.html), you might 
take a look at http://www.php.net/php3 at the documentation resources. 
The php/fi 2.0 manual is very useful for php3 too.

Gergely Madarasz <gorgo@caesar.elte.hu>, Sun, 25 Jan 1998 01:04:04 +0100