php-windows Digest 26 Aug 2009 00:10:38 -0000 Issue 3678

Topics (messages 29542 through 29550):

Re: php_enchant not loadable
        29542 by: Richard Quadling
        29543 by: Rene Bartholomay
        29544 by: Michael Tacelosky
        29545 by: Richard Quadling
        29546 by: Richard Quadling
        29550 by: Niel Archer

Getting the size of a file on a windows share
        29547 by: Frank Heyne

php with iis
        29548 by: John L
        29549 by: Richard Quadling

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
2009/8/25 Michael Tacelosky <tac...@gmail.com>:
> No, that's the problem, I don't want to install the compiler and such.
>  I keep hoping that http://pecl4win.php.net/ will come back, it was a
> great resource.
>
> On Tue, Aug 25, 2009 at 4:42 AM, Richard
> Quadling<rquadl...@googlemail.com> wrote:
>> 2009/8/24 Rene Bartholomay <rene.bartholo...@gmx.de>:
>>> i can´t believe that i am the only one person who needs this. Please send me
>>> a Mail when somebody has run this combination whithout the described
>>> errors...
>>>
>>> So i go back to PHP 5.2.x  - PHP 5.3 is unusable for me...
>>>
>>> really disappointed...
>>>
>>>
>>> --
>>> PHP Windows Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>
>> Have you tried building the external libraries?
>>
>>
>>
>> --
>> -----
>> Richard Quadling
>> "Standing on the shoulders of some very clever giants!"
>> EE : http://www.experts-exchange.com/M_248814.html
>> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
>> ZOPA : http://uk.zopa.com/member/RQuadling
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>

Now that VC9 is the official MS compiler version, you still have TS vs
NTS. You also need HEAD/PHP53/PHP52. So for the current 227 extensions
in pecl, that results in a 1,362 builds. Now, if other compilers ARE
needed (older Apache must have VC6), then that double to 2,724. Oh. I
forgot x64, so 5,448 builds.

That's a LOT of processing. In addition, there may be branches within
the extension itself.

No matter how you look at it, there is a lot of work to do.

Got some time to help out? :-)




-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

--- End Message ---
--- Begin Message ---
Am 25.08.09 10:42, schrieb Richard Quadling:

Have you tried building the external libraries?

no, i am not firm enough to build php complete. Perhaps you can make a running php_enchant.dll?

Bye, René

--- End Message ---
--- Begin Message ---
What does that mean "older Apache"?  I'm using what I think is the
latest build of Apache, and it's MUCH easier to replace my apache
installation than compile PHP or pecl extensions.

I suspect many people who need PHP for Windows do so mostly for their
development environment, then upload the code to Linux boxes for
production.  I can live without thread-safe extensions, I can upgrade
Apache, but some extensions are critical (namely http_get). Since
they've always been available with each PHP upgrade, it's never been a
problem, I've always grabbed the pecl zip file the same time I grabbed
the PHP zip file, and treated it as a two-step install.  (if PEAR were
periodically zipped up or available in svn, I would probably use it as
well, as it is I find PEAR terribly difficult to use).

I guess I had assumed that compiling the extensions was done in a big
batch.  If I had 5.3 extensions available, I'd gladly share them.  (I
paid for the development of php_swish.dll, and then had it added to
the pecl repository,but alas, I never compiled it myself).

Tac


On Tue, Aug 25, 2009 at 8:03 AM, Richard
Quadling<rquadl...@googlemail.com> wrote:
> 2009/8/25 Michael Tacelosky <tac...@gmail.com>:
>> No, that's the problem, I don't want to install the compiler and such.
>>  I keep hoping that http://pecl4win.php.net/ will come back, it was a
>> great resource.
>>
>> On Tue, Aug 25, 2009 at 4:42 AM, Richard
>> Quadling<rquadl...@googlemail.com> wrote:
>>> 2009/8/24 Rene Bartholomay <rene.bartholo...@gmx.de>:
>>>> i can´t believe that i am the only one person who needs this. Please send 
>>>> me
>>>> a Mail when somebody has run this combination whithout the described
>>>> errors...
>>>>
>>>> So i go back to PHP 5.2.x  - PHP 5.3 is unusable for me...
>>>>
>>>> really disappointed...
>>>>
>>>>
>>>> --
>>>> PHP Windows Mailing List (http://www.php.net/)
>>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>>
>>>>
>>>
>>> Have you tried building the external libraries?
>>>
>>>
>>>
>>> --
>>> -----
>>> Richard Quadling
>>> "Standing on the shoulders of some very clever giants!"
>>> EE : http://www.experts-exchange.com/M_248814.html
>>> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
>>> ZOPA : http://uk.zopa.com/member/RQuadling
>>>
>>> --
>>> PHP Windows Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>
>
> Now that VC9 is the official MS compiler version, you still have TS vs
> NTS. You also need HEAD/PHP53/PHP52. So for the current 227 extensions
> in pecl, that results in a 1,362 builds. Now, if other compilers ARE
> needed (older Apache must have VC6), then that double to 2,724. Oh. I
> forgot x64, so 5,448 builds.
>
> That's a LOT of processing. In addition, there may be branches within
> the extension itself.
>
> No matter how you look at it, there is a lot of work to do.
>
> Got some time to help out? :-)
>
>
>
>
> --
> -----
> Richard Quadling
> "Standing on the shoulders of some very clever giants!"
> EE : http://www.experts-exchange.com/M_248814.html
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> ZOPA : http://uk.zopa.com/member/RQuadling
>

--- End Message ---
--- Begin Message ---
2009/8/20 Rene Bartholomay <rene.bartholo...@gmx.de>:
> Hi there,
>
> i switch to PHP5.3 and now PSPELL is no more working. I read the docu and
> found that i must use PHP_Enchant from now.
>
> But everytime i try to use is PHP gets an error:
>
> "Unable to load dynamic library 'C:\PHP\ext\php_enchant.dll' - The specified
> module could not be found"
>
> All other extension are loaded. The extension is in the defined
> extension-dir and the settings in php.ini are ok.
>
> I run PHP on Windows XP Prof...   Any ideas?
>
> Bye..
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

I've just updated the documentation for this. May take a couple of
hours before http://docs.php.net/manual/en/enchant.requirements.php
gets updated.


-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

--- End Message ---
--- Begin Message ---
2009/8/25 Richard Quadling <rquadl...@googlemail.com>:
> 2009/8/20 Rene Bartholomay <rene.bartholo...@gmx.de>:
>> Hi there,
>>
>> i switch to PHP5.3 and now PSPELL is no more working. I read the docu and
>> found that i must use PHP_Enchant from now.
>>
>> But everytime i try to use is PHP gets an error:
>>
>> "Unable to load dynamic library 'C:\PHP\ext\php_enchant.dll' - The specified
>> module could not be found"
>>
>> All other extension are loaded. The extension is in the defined
>> extension-dir and the settings in php.ini are ok.
>>
>> I run PHP on Windows XP Prof...   Any ideas?
>>
>> Bye..
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> I've just updated the documentation for this. May take a couple of
> hours before http://docs.php.net/manual/en/enchant.requirements.php
> gets updated.
>
>
> --
> -----
> Richard Quadling
> "Standing on the shoulders of some very clever giants!"
> EE : http://www.experts-exchange.com/M_248814.html
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> ZOPA : http://uk.zopa.com/member/RQuadling
>

Enchant also requires » Glib 2.6 or greater. Pre-compiled Windows
libraries are available from »
http://ftp.gnome.org/pub/gnome/binaries/win32/glib/.

-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

--- End Message ---
--- Begin Message ---
> 
> Now that VC9 is the official MS compiler version, you still have TS vs
> NTS. You also need HEAD/PHP53/PHP52. So for the current 227 extensions
> in pecl, that results in a 1,362 builds. Now, if other compilers ARE
> needed (older Apache must have VC6), then that double to 2,724. Oh. I
> forgot x64, so 5,448 builds.

What do you mean "older Apache must have VC6"?  When did they change
that, and where is the info to be found?
I've been waiting for an official notice from Apache that they have
changed the version, so that I can put PHP 5.3 on my dev box.  As it is,
I see no mention on the site to say what the binaries are built with,
only that VC6 or later is required to compile yourself.

> -- 
> -----
> Richard Quadling
> "Standing on the shoulders of some very clever giants!"
> EE : http://www.experts-exchange.com/M_248814.html
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> ZOPA : http://uk.zopa.com/member/RQuadling
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--
Niel Archer



--- End Message ---
--- Begin Message ---
Hi,

I need to read the file size of a file which is on a windows server, the file 
name looks like
        \\server\share\path\file.ext

I already tried filesize() and fopen() followed by stream_get_meta_data(), but 
both methods do not work.

Any ideas how this simple task can be solved?

Thanks

Frank


--- End Message ---
--- Begin Message ---
Hi,

I'm very new to php sadly and having trouble installing php on my computer.

I had asp.net installed previously and currently trying to make php work 
with iis. I followed the directions for the most part but "test" stage for 
test.wsf returns an error and trying to open the install/index.php page just 
prompts me to open it or save it. opening it does nothing as it seems to be 
associated with a program called CLI.

If there's anything i missed during the installation or any help will be 
appreciated. thanks.

John L. 



--- End Message ---
--- Begin Message ---
2009/8/25 John L <turbo...@gmail.com>:
> Hi,
>
> I'm very new to php sadly and having trouble installing php on my computer.
>
> I had asp.net installed previously and currently trying to make php work
> with iis. I followed the directions for the most part but "test" stage for
> test.wsf returns an error and trying to open the install/index.php page just
> prompts me to open it or save it. opening it does nothing as it seems to be
> associated with a program called CLI.
>
> If there's anything i missed during the installation or any help will be
> appreciated. thanks.
>
> John L.
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Depending upon your version of IIS,
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/
and 
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/
may be relevant.

-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

--- End Message ---

Reply via email to