[PHP-DEV] Passing specific bison to build

2013-07-16 Thread Yasuo Ohgaki
Hi all, I've upgraded to Fedora 19 and bison is too new for PHP 5.4/5.3 I would like to users to select specific bison to build with. --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -12,7 +12,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[ bison_version=none if test "$YACC"; then AC_CACHE_CH

Re: [PHP-DEV] PHP proposal on modular systems

2013-07-16 Thread Giuseppe Ronca
Sorry , i think you're misunderstanding the main concept of this proposal .. take a look at this post: http://news.php.net/php.internals/68118 it explains how you could solve this problem using namespace. You can actually have 2 version of the same library loaded inside same process . But namespac

Re: [PHP-DEV] PHP proposal on modular systems

2013-07-16 Thread Sebastian Krebs
2013/7/16 Giuseppe Ronca > You can have multiple objects from the same type in different >> implemenations in the same process? >> > > > No i'm not saying it. > > OK, what then? You have A and B, that both rely on X, but in version 1 and 2. Both A and B are used at the same time. How can now be

Re: [PHP-DEV] PHP proposal on modular systems

2013-07-16 Thread Sebastian Krebs
2013/7/16 Giuseppe Ronca > I've studied Composer and as i thought ..it's a "component installer" > (implementing an autoload system) .. nothing else ( i can have similar > result using git submodules ) > > anyway , *you can have a class collision using or not using composer ( it > doesn't solve i