hholzgra                Mon Aug  8 13:57:45 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  finally! 
  
    cd some_extension
    phpize
    configure
    make
    make test # <<< THIS WORKS!!! :)
  
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2024&r2=1.2025&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2024 php-src/NEWS:1.2025
--- php-src/NEWS:1.2024 Sun Aug  7 18:09:06 2005
+++ php-src/NEWS        Mon Aug  8 13:57:35 2005
@@ -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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to