php5

  • Le fichier choisi /tmp/fileH8MVs5 n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_cc0c565fab7c73372ab6779aed4c44fd.js n'est pas correctement configuré.
  • Le fichier choisi /tmp/fileimSkKz n'a pas pu être transféré, car le répertoire de destination sites/default/files/languages/fr_cc0c565fab7c73372ab6779aed4c44fd.js n'est pas correctement configuré.

PHP5 Class Generator

PHP5 Class Generator like it's name, it's a PHP5 class generator. This script reads a database(using pear's MDB2) and generates a PHP5 compatible class. Requirements:

  • PHP 5
  • PEAR
  • PEAR MDB2: 

Class Features:

Installing a LAMP(Apache 2.2, MySQL 5.0.27, PHP 5.2)server On FreeBSD

Installing and configurating Apache 2.2

Installing Apache 2.2


First make sure your port tree is up to date with portsnap and update them with portmanager if they:
[root@www ~]# portsnap update
Ports tree is already up to date.
[root@www ~]# portmanager -u
Now install Apache with portmanager:
[root@www ~]# portmanager www/apache22

Configurating Apache 2.2

Starting ang stopping Apache 2.2

[root@www ~]# /usr/local/sbin/apachectl -k start
[root@www ~]# /usr/local/sbin/apachectl -k stop
Syndicate content