php-windows Digest 18 Jan 2011 08:04:28 -0000 Issue 3907

Topics (messages 30471 through 30476):

Re: Error: Not a proper resource --- with code this time!
        30471 by: Niel Archer

Question to the developers, I hope they read this thread.
        30472 by: Morgan
        30474 by: Pierre Joye

Re: Apache error caused by PHP aspell
        30473 by: Pierre Joye
        30475 by: Todd Keup
        30476 by: Pierre Joye

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 ---
It occurred to me that you may be over complicating things. Could the
filenames for UV photos not be added as an extra column to the main
table?  If that's acceptable you would have the filename available in
the previous page and could pass that through the session variable
instead of the species_name.

If, for whatever reason, the additional table is preferable; you can
still have the filename available by using a JOIN query in the previous
page.

Either way this would save you doing a separate lookup for the filename.

--
Niel Archer



--- End Message ---
--- Begin Message ---
Hi, All.

Question on building PHP Version 5.3. + under Windows, when to expect
full x64 VC9 or VC6 builds have long been relevant, server
Windows platform is not available in more than 32-bit version.

-- 
,
 Morgan                          mailto:mor...@nm.ru


--- End Message ---
--- Begin Message ---
hi,

As I said numerous times in this list already, using x64 builds on
Windows brings nothing at this stage (but the fun to run x64 bins). It
can even be slower than 32bit builds.

For IIS, the recommended setup is to use 32bit PHP as FastCGI (even if
windows itself is 64bit). Apache does not support officially x64 on
Windows.

By the way, there is no such thing like VC6-x64.

Cheers,

2011/1/17 Morgan <mor...@nm.ru>:
> Hi, All.
>
> Question on building PHP Version 5.3. + under Windows, when to expect
> full x64 VC9 or VC6 builds have long been relevant, server
> Windows platform is not available in more than 32-bit version.
>
> --
> ,
>  Morgan                          mailto:mor...@nm.ru
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
hi,

It could be some bad DLLs in your PATHs. But aspell is not supported
anymore on Windows, I would suggest to move to Enchant instead (and
5.3 while being).

Cheers,

On Fri, Jan 14, 2011 at 8:06 PM, Todd Keup <t...@magnifisites.com> wrote:
> I'm running Apache 2.2.17.0 on Windows 7 Ultimate 64-bit with 8 GB RAM.
> Both PHP 5.2.16 and 5.2.17 are causing this error when invoking pspell.
> I have aspell loaded on the computer and added to the PATH during boot.
> Renaming/removing the aspell binary in the C:\php directory resolves the
> issue.
>
> Faulting application name: httpd.exe, version: 2.2.17.0, time stamp:
> 0x4cbbe9e8
> Faulting module name: aspell-15.dll, version: 0.0.0.0, time stamp:
> 0x42dc4716
> Exception code: 0xc0000005
> Fault offset: 0x0008cef5
> Faulting process id: 0xc84
> Faulting application start time: 0x01cbb37e808ae078
> Faulting application path: C:\Apache\bin\httpd.exe
> Faulting module path: C:\php\aspell-15.dll
> Report Id: c98d18c7-1f71-11e0-8a80-a4badb01eac1
>
> Any clues as to the issue?
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
But the .dll is named in the faulting module path ...
   C:\php\aspell-15.dll
... which happens to be the bundled .dll in the binary distribution from PHP Windows downloads. That's the part that has me confused.

I do indeed have a 5.3.5 install up and running but the enchant library and API is not available in the VC6 x86 Thread Safe Zip download. I notice the enchant .dll is not named in the php.ini.(development|production) configuration files nor is there a dll in the /ext directory.
--- End Message ---
--- Begin Message ---
On Mon, Jan 17, 2011 at 10:20 PM, Todd Keup <t...@magnifisites.com> wrote:
> But the .dll is named in the faulting module path ...
>   C:\php\aspell-15.dll
> ... which happens to be the bundled .dll in the binary distribution from PHP
> Windows downloads.  That's the part that has me confused.
>
> I do indeed have a 5.3.5 install up and running but the enchant library and
> API is not available in the VC6 x86 Thread Safe Zip download.  I notice the
> enchant .dll is not named in the php.ini.(development|production)
> configuration files nor is there a dll in the /ext directory.

VC9 only. We also plan to stop to provide VC6 builds very soon, that'd
to be a good move for you to go for VC9.

Apache's bins are available at http://apachelounge.com


Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---

Reply via email to