RE: [PHP-DEV] ActiveScript sapi now in CVS

2002-05-20 Thread Preston L. Bannister
It might be of help when migrating from ASP to PHP. If you can pass values(?) between ASP and PHP then you might be able to convert incrementally from ASP to PHP. For applications that have too much code to convert (and test!) in one release cycle, this could be a significant advantage. You *do

Re: [PHP-DEV] ActiveScript sapi now in CVS

2002-05-20 Thread Michael Dransfield
it would make migration from asp to php easier... sell it to your clients as enhanced asp, then show then the benefits of the php additions thats all i can think of ;) Mike At 20:59 19/05/2002 -0700, Rasmus Lerdorf wrote: >Ok, so that is how it works. Could you talk a little bit about why >an

Re: [PHP-DEV] ActiveScript sapi now in CVS

2002-05-20 Thread Rasmus Lerdorf
Ok, so that is how it works. Could you talk a little bit about why anybody would want to do this? On Mon, 20 May 2002, Wez Furlong wrote: > Well, I've added the new activescript sapi to CVS; it's still experimental, > but it should work for quite a few uses. > > I've tested it with IE using syn

Re: [PHP-DEV] ActiveScript sapi now in CVS

2002-05-19 Thread Wez Furlong
Admittedly, I don't think many people would use it in the real world for the examples that I gave. However, the main use that I have in mind is with a custom script host application shell that combines a win32 application with an embedded internet explorer HTML control. This would be something a

[PHP-DEV] ActiveScript sapi now in CVS

2002-05-19 Thread Wez Furlong
Well, I've added the new activescript sapi to CVS; it's still experimental, but it should work for quite a few uses. I've tested it with IE using syntax like this: $window->alert("hello"); It also works with the Windows Scripting Host; you can either explicitly set the engine on the comm