php-windows Digest 22 Mar 2005 16:17:16 -0000 Issue 2616
Topics (messages 25780 through 25781):
Re: How do I enable QDBM dba handler for windows?
25780 by: Edin Kadribasic
howto do a backtrace on windows?
25781 by: M. Sokolewicz
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
QDBM is currently not supported on Windows. The demand was all but
non-existant :)
Edin
----- Original Message -----
From: "Justin Tan" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, March 22, 2005 2:22 AM
Subject: [PHP-WIN] How do I enable QDBM dba handler for windows?
> I am running PHP 5.0.3 and Apache/2.0.53(Win32) on WinXP Pro. I have
> enabled the DBA extention (php_dba.dll) in php.ini.
>
> I have downloaded qdbm-1.8.21-win32 and copied the required dlls into
> the PHP directory (and C:\WINDOWS to be doubly sure they are in the path).
>
> How do I enable the QDBM as a supported dba handler? There doesn't seem
> to be any php.ini settings for DBA, and yes I did restart Apache. There
> must be a simple or obvious step I am missing. Is there suppose to be
> another extension I need to download/add to the php.ini file or setting?
>
> I noticed someone asked a similar question in January, though not QDBM
> specifically, but no-one has responded, or the solution wasn't posted.
>
> Thanks,
> Justin Tan
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--- End Message ---
--- Begin Message ---
hello,
I've compiled PHP (and apache) on windows (using MSVC++.NET), and have
been doing so for a while now. Lately I've noticed Apache crashing when
I run certain scripts, so I figured I'd best make a backtrace in such
cases (since the scripts it crashes on are pretty long and complex, so
getting to the code that makes it crash is pretty hard). However, I'm
unsure how I can backtrace what hapenned before it crashed. I've tried
using the gdb (GNU Debugger), but it returns only "??" for each item in
the stack, even though PHP itself is built with debug symbols. Maybe
apache should aswell?? I'm not sure how to continue here... =/
Does anyone have any tips/advice? (except for the "get a precompiled
snapshot from php.net one)
thanks,
- tul
--- End Message ---