Subj : RE: Windows 10
To   : All
From : MICHAEL PURDY
Date : Thu Jan 31 2019 07:12 pm

Date: Thu, 13 Aug 2015 06:11:18 -0400
From: MICHAEL PURDY
To: CRAIG STRUTT
Subject: RE: Windows 10
Newsgroups: win.server.program
Message-ID: <[email protected]>
References:  <[email protected]>
X-WcMsg-Attr: Rcvd
X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
Lines: 83

If you check the unsupported branches list

http://php.net/eol.php

You will note the 3.x and 4.x has been End of Life for many years.

The expectation when running MySQL 5.x is that you will have migrated to
PHP 5.x.

There are differences in the Extensions:

extension=php_mysql.dll
extension=php_mysqli.dll

used in PHP 3.x, 4.x and 5.x.  They are not compatible.

I suggest in your PHP.INI you temporarily set

error_reporting = E_ALL
display_errors = on
display_startup_errors = on

Which when a script is called will show any Startup errors such as DLLs
failing to load.

You could of course set the logging to file should you prefer.

error_log = \php\phperror.log

A simple test script such as

<?php
 phpinfo();
?>

Run at the CLI against PHP.EXE e.g.

php test.php > debug.txt

Would send all of the information necessary for debugging to a text file
called DEBUG.TXT



On 8/12/2015 3:12 PM, CRAIG STRUTT wrote to JERRY SEHL:

-> I'm up and running on Windows 10 64bit (upgrading from XP so a BIG jump).
-> The only problem I am having relates to my MySQL and PHP setup.
Admittedly
-> it's my fault since I was running PHP 4.3 and MySql 3.4.    I can't seem to
-> get the older PHP to work with a newer (had to reinstall) MySql.   I
-> remember the configuration was a bear in the beginning.   For that reason,
-> since it worked, I didn't touch it.  Now I'm going to have to spend hours
-> reading and reconfiguring to get it all back and running as it should be.
->
-> Not Winserver's problem.  Not Windows 10 problem.  If there is a "best"
-> place to start, feel free to point me in that direction (anyone...)
->
-> On 7/31/2015 3:50 PM, JERRY SEHL wrote to all:
->
-> -> I installed after a long download, it took a while a a bunch of restarts
-> -> until it was ready, however in starting it up with my winserver all
-> seemed
-> -> well when I received messages and sent some, but in checking my own
-> -> websites found they didn't exist.
-> ->
-> -> I made an appointment for a call from MS and waited till 5 pm the next
-> day
-> -> and viola a phone call but was quickly handed over to another then
-> another
-> -> where I was on hold for 1 1/2 hours. The service tech advisor quickly
-> told
-> -> me he didn't understand as it wasn't a Microsoft product etc etc.
-> ->
-> -> A feature to roll back to Windows 7 is built in good for 30 days after
-> the
-> -> upgrade, I used it and all is back well again.
-> ->
-> -> But did find that 32 bit support exists!
-> ->
-> ->
->

--- Platinum Xpress/Win/WINServer v3.1
* Origin: Prison Board BBS Mesquite Tx  //telnet.RDFIG.NET www. (1:124/5013)