[PHP-WIN] Apache, mod_ssl, OpenSSL, PHP 5.0.2 causes php to crash

2004-09-25 Thread Chris
I'm on Windows XP SP1, Apache 1.3.31, and PHP 5.0.2. PHP5's ISAPI module crashes often with the error message (via error.log): [warn] Loaded DSO c:/php/php5apache.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) The website where I received the

[PHP-WIN] PHP5/IIS/ISAPI/MySQL hang

2004-09-25 Thread Felipe Gasper
Hi, Has anyone out there had problems trying to use the MySQL modules with IIS6/ISAPI on Win2k3? Whenever I enable MySQL (or exif or curl, for that matter), PHP pages make the browser just sit there waiting; it subsequently takes forever to shut down the IIS service. -Felipe Gasper Cincinnati,

[PHP-WIN] data from Access on the web

2004-09-25 Thread samira kaosan
I have ms access mdb file on the webserver which I am able to retrieve the data using php. All fields were obtained. One field contain foreign character font. All I got from this field is "??". When testing under localhost, I am able to display this field correctly. What should I do to displa

Re: [PHP-WIN] Date Formatting

2004-09-25 Thread JESE
Trevor: I prefer date( '(T) d-M-y h:ia +Z"' ); Regards. --- José Enrique http://jese.alcorce.org --- "Trevor Gryffyn" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] I know a lot of people will recommend using strtotime() to convert it to a unix timestamp, then use