Re: [PHP-WIN] How do I enable QDBM dba handler for windows?

2005-03-22 Thread Edin Kadribasic
QDBM is currently not supported on Windows. The demand was all but non-existant :) Edin - Original Message - From: "Justin Tan" <[EMAIL PROTECTED]> To: 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 A

[PHP-WIN] howto do a backtrace on windows?

2005-03-22 Thread M. Sokolewicz
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 gett

[PHP-WIN] Re: howto do a backtrace on windows?

2005-03-22 Thread Jason Barnett
Use cygwin / gcc?!?! :P Is debug_backtrace() unable to give you what you want? -- Teach a man to fish... NEW? | http://www.catb.org/~esr/faqs/smart-questions.html STFA | http://marc.theaimsgroup.com/?l=php-general&w=2 STFM | http://php.net/manual/en/index.php STFW | http://www.google.com/sear

[PHP-WIN] Re: howto do a backtrace on windows?

2005-03-22 Thread M. Sokolewicz
actually, this isn't related to the php language itself, but more to the code beneath it ;) Since the entire php/apache process segfaults (according to the logs), I can't do a debug_backtrace() from within php :) - tul Jason Barnett wrote: Use cygwin / gcc?!?! :P Is debug_backtrace() unable to

Re: [PHP-WIN] howto do a backtrace on windows?

2005-03-22 Thread Edin Kadribasic
Do you get a windows dialog with "this application did something really bad..."? If you do pressing "Cancel" should start the debugger automatically. You'd need to compile php in the debug mode in order to get some useful information out of it though. Edin - Original Message - From: "M.

Re: [PHP-WIN] howto do a backtrace on windows?

2005-03-22 Thread M. Sokolewicz
thanks, that worked :) "lucky" me... when viewing the callstack, I get: msvcr70d.dll!strlen() Line 78 Asm php5ts_debug.dll!_estrdup(const char * s=0x058acf70, char * __zend_filename=0x0171d6f8, unsigned int __zend_lineno=510, char * __zend_orig_filename=0x, unsigned int __zend_orig_li

[PHP-WIN] mapfile

2005-03-22 Thread Rob Agar
hi all Does anyone have debug map files for the release version of php 4.3.10? I'm getting a semi-intermittent access violation, but I don't have access to MSVC to build the debug versions of the dlls. thanks! btw, in case this looks familiar to anyone, here's the info I have about the crash, wh

Re: [PHP-WIN] How do I enable QDBM dba handler for windows?

2005-03-22 Thread Justin Tan
Hi Edin, Indeed that may be the case! However, there is a Win32 port for QDBM that I downloaded from qdbm.sourceforge.net which includes dlls, header files to compile qdbm support into win apps, and comes with DOS apps that can create, access and test qdbm files. This may be a new addition to t

[PHP-WIN] hi kani

2005-03-22 Thread kani
hi -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php