Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda
14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
--- scripts/phpize.in.orig Mon Dec 12 12:51:45 2005
|
|
+++ scripts/phpize.in Wed May 3 09:38:09 2006
|
|
@@ -99,8 +99,8 @@
|
|
|
|
phpize_check_autotools()
|
|
{
|
|
- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf
|
|
- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
|
|
+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62
|
|
+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62
|
|
|
|
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
|
|
cat <<EOF
|