At 18:55 04/02/2004, Sebastian Bergmann wrote:
Zeev Suraski wrote:
> zeev          Wed Feb  4 11:30:17 2004 EDT
>
>   Modified files:
>     /ZendEngine2      zend_compile.c zend_compile.h zend_execute.c
>                       zend_execute.h zend_execute_API.c
>                       zend_language_parser.y
>   Log:
>   Reinstate early-binding for classes.

   1 <?php
   2 interface PHPUnit_Framework_Test {
   3     public function countTestCases();
   4     public function run(PHPUnit_Framework_TestResult $result);
   5 }
   6 ?>

results in

    Fatal error: Invalid binding type in
    E:\home\php\pear\PHPUnit\Framework\Test.php on line 5

Yeah we noticed this broke 'make test' completely. We're already on it :)


Zeev

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to