File: control

package info (click to toggle)
php4-pgsql 3%3A4.1.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 764 kB
  • ctags: 215
  • sloc: sh: 6,973; ansic: 1,588; makefile: 74; awk: 43
file content (20 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: php4-pgsql
Section: web
Priority: optional
Maintainer: Adam Conrad <adconrad@0c3.net>
Build-Depends: debhelper (>= 3.0.9), bison, flex, apache-dev (>= 1.3.22), postgresql-dev (>=7.2-4), php4-dev (>= 3:4.1.2)
Standards-Version: 3.1.1

Package: php4-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${zend:Depends}
Replaces: php4-cgi-pgsql
Description: PostgreSQL module for php4
 This package provides a module for PostgreSQL database connections
 directly from PHP scripts.
 .
 PHP4 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.