Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-15 Thread Pasha Zubkov
Zeev Suraski wrote: > Finally, the main issue I'm going against is the 'we can now break > things!' approach. I don't have a problem with all of the points Rasmus > made, just some of them. And the biggest problem is the mindset of the > thread that followed it. > > Zeev How long PHP must take

Re: [PHP-DEV] PHP 6.0 Wishlist

2005-08-14 Thread Pasha Zubkov
Aaron Wormus wrote: > How about allowing mod_php6 to run alongside mod_php? Provide an easy > way for the hosting people to provide PHP6 without breaking everything. > > Aaron > It's very good idea ;) 6.0 is a major release, so it can break many things, and with mod_php6 it can not worring about

Re: [PHP-DEV] Re: RC1, instanceof?

2005-08-09 Thread Pasha Zubkov
Alan Knowles wrote: > The basic point is that is_a() provided negative testing of non-existant > classes > if (!is_a($obj, "SomeRarelyUsedClass")) { > > instance_of does not, and can not, at present. You can use `if (!($obj instanceof SomeRarelyUsedClass))` ;) Why statement `$obj instanceo

Re: [PHP-DEV] Problem updating CVS HEAD

2005-08-05 Thread Pasha Zubkov
Andrey Hristov wrote: > Because CVS works and ppl are so far happy with it > > Andrey > CVS don't always work properly. This example shows it ;) Also SVN has better versioning control mechanism. Hope sometime in the future php will "update" to SVN, so why not now? -- PHP Internals - PHP Runtim

Re: [PHP-DEV] Problem updating CVS HEAD

2005-08-04 Thread Pasha Zubkov
Derick Rethans wrote: > It's a CVS problem - it doesn't resolve repository links with upd, only > on checkout. > > Derick > Maybe sputid question, but why PHP stil use CVS instead of SVN? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP-DEV] Problem updating CVS HEAD

2005-08-04 Thread Pasha Zubkov
Antony Dovgal wrote: > Re-read Jani's reply. > Do not touch anything, ./buildconf does it for you automagically. > If I modified source, maybe delete some directories ;), and after this I want to update source to repo status. "why it's not recovered by `... ud -d`?" -- PHP Internals - PHP Runti

Re: [PHP-DEV] Problem updating CVS HEAD

2005-08-04 Thread Pasha Zubkov
Jani Taskinen wrote: > On Thu, 4 Aug 2005, Pasha Zubkov wrote: > >> Hi list, >> >> If after `... checkout php-src` I go to directory php-src and remove >> ZendEngine2 directory, then run `... up -APd` don't restore this >> directory from repo.

[PHP-DEV] Problem updating CVS HEAD

2005-08-04 Thread Pasha Zubkov
Hi list, If after `... checkout php-src` I go to directory php-src and remove ZendEngine2 directory, then run `... up -APd` don't restore this directory from repo. How I can update my copy to repo status? CVS client 1.11.20 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe