![]() |
sponsored links |
|
|
sponsored links
|
|
|
4
4th July 12:01
External User
Posts: 1
|
I don't think COM should be moved out. Right, it's windows only - but if
you are on windows, COM extension is most useful (I used it a number of times and it's really amazing how easily you can do various data processing stuff if you combine power of PHP with, for example, Excel). As for bugs, they certainly need some attention, only moving it to PECL is not going to do them any better And as far as I can see, COM extension does not consume any significant resources. So I don't think it's a good idea to move it out. Sounds convincing to me. Only thing I see is that manual right now does not give clear idea of what algorithms hash extension supports. It's not an argument against moving mhash out but suggestion for improvement ![]() The I guess it's ok to move it to 6.0 but I don't think it's ok for 5.2 since there's a potential for people using it in apps and streams has quite different API so it'd require significant rewrite if people want to use it with standard PHP. Thus, not good to change it in minor version. -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
6
4th July 12:01
External User
Posts: 1
|
I meant runtime resources, not developer resources. Like memory, CPU, etc
![]() AFAIK it's not the case. In my builds COM is always enabled and I didn't do anything special. And PECL extension means "no support by standard PHP, you need to do additional effort to get it", which is not good IMHO. COM is pretty basic functionality on Windows. We can have notice to that effect in the manual, so that people starting using it (who presumably read the manual before they start writing the code would know to move to streams. My concern is not new users but existing code. -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php |
|