logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Re: New PHP extension for Win32: msg#00068

Subject: Re: Re: New PHP extension for Win32
 Unfortunately I found out that such extension exists very recently.
I was trying to search the PECL archive for "registry" and "windows"
keywords, but these brought no results. Only now, when all work was done,
a person on IRC told me about win32std.
 Because of this, I would consider merging the code rather
contraproductive. From what I've seen in win32std my module provides far
superior functionality and "merging" the code would mean "replacing" all
the win32std code concerning the registry API. But doing so would affect
the compatibility with existing scripts using win32std.
 Therefore I would like to submit the module rather as a standalone
extension fully covering the Windows registry topic. Due to registry
access importance on Windows OS I'd like also you to consider it
to become the part of standard Win32 distribution.
        
T. Pavlicek
        
>-----Original message-----
>From: Wez Furlong [mailto:kingwez@xxxxxxxxx]
>Sent: 18. ??jna 2004 21:54
>To: Tomas Pavlicek
>Subject: Re: [PECL-DEV] New PHP extension for Win32
>
>
>We already have win32std that does this kind of thing.
>If your code offers more functionality, then I would suggest merging
>it with the existing extension.
>
>--Wez.
>
>
>On Mon, 18 Oct 2004 23:46:53 +0200, Tomas Pavlicek
><tomas.pavlicek@xxxxxxxx> wrote:
>> Hello,
>>
>> I would like to publish a new PHP extension for Windows OS. This extension 
>> enables the PHP script to access the Windows Registry. It covers practically 
>> complete registry API and adds few useful functions which are not included 
>> in the Windows API, but are often requested in Win32 programmer newsgroups. 
>> I have also written a detailed manual with simple examples to demonstrate 
>> the module abilities and make start using it easier.
>>
>> Please take a look at http://winreg.wz.cz/ and let me know, what do you 
>> think about this extension. The best would be, if you could include it in 
>> the standard Win32 distribution. For now there is no license agreement 
>> attached, but I agree with publishing it under the current PHP license.
>>
>> Sincerely,
>>
>> Tomas Pavlicek
>>
>> --
>> PECL development discussion Mailing List (http://pecl.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>



<Prev in Thread] Current Thread [Next in Thread>