source: trunk/server/common/oursrc/php_scripts/build.sh @ 1179

Last change on this file since 1179 was 1137, checked in by quentin, 15 years ago
Import scripts PHP module
  • Property svn:executable set to *
File size: 245 bytes
RevLine 
[1137]1#!/bin/bash
2
3mkdir -p test/
4cp -a config.m4 php_scripts.c php_scripts.h test/
5cd test/
6phpize
7./configure
8make
9exit
10
11cd ../
12echo '*****'
13php -c php.ini test.php
14echo '*****'
15php-cgi test.php
16echo '*****'
17php-cgi -c php.ini test.php
18echo '*****'
Note: See TracBrowser for help on using the repository browser.