diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2005-08-08 17:57:35 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2005-08-08 17:57:35 +0000 |
commit | 4ad526693cbcd8644af3e1f9afe113996d01d88d (patch) | |
tree | cbdd7d14173433a252fa1055d3a0d374cb92a4e1 | |
parent | d4fd9a58cfd5a88d92aadf2ac62df25c340b8876 (diff) | |
download | php-git-4ad526693cbcd8644af3e1f9afe113996d01d88d.tar.gz |
finally!
cd some_extension
phpize
configure
make
make test # <<< THIS WORKS!!! :)
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2005, PHP 5.1 +- made "make test" work for phpized extensions (Hartmut, Jani) - Updated bundled libraries in Windows distribution. (Edin) . zlib 1.2.3 . curl 7.14.0 |