Giter Club home page Giter Club logo

php-5.6-xp's Introduction

PHP 5.6.24 port for Windows XP (x86 SP3, x64 SP2)

Tested on XAMPP 1.8.1, Apache 2.4.3 (service also works):

https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.8.1/

To install:

  1. Overwrite the php folder of your XAMPP with the contents of the corresponding folder in release\ (typically release\x86\).
  2. Install Visual C++ 2012 redistributable, if required. You can get it from downloads\.
  3. This build bundles all supported extensions except for curl, fileinfo and xdebug (also ported to XP) so comment out all extension=xxx lines in php.ini except for these.

php -v

PHP 5.6.24 (cli) (built: Oct  6 2016 08:55:15)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
Compilation settings
Build type Release
Thread safety yes
Compiler MSVC11 (Visual C++ 2012)
Architecture x86
Optimization PGO disabled
Static analyzer disabled

Extensions

bz2
calendar
Core
ctype
[curl]
date
dom
ereg
exif
[fileinfo]
filter
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mcrypt
mysql
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
Reflection
session
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
[xdebug]
xml
xmlreader
xmlrpc
xmlwriter
zip
zlib

More prebuilt extensions are available here (source).

If PHP fails to load extensions - make sure your %PATH% doesn't have conflicting versions (more here).

Enabled SAPIs

apache2_4handler
cli

working-tree branch

The working-tree branch contains code prepared for compilation with Visual Studio, with necessary patches and projects (you still need the necessary prerequisites). You can use it if you're lazy and don't want to patch your own sources according to instructions (build_php.md, build_curl.md, build_xdebug.md).

php-5.6-xp's People

Contributors

cshnik avatar progerxp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

php-5.6-xp's Issues

odbc is missing

"Fatal error: Call to undefined function odbc_connect() ..."

And there is no .dll extension available!

I guess a simple "--with-odbc" would probably do it

fcgi

some way to get the php-cgi for use with fcgi?

Any support for IIS6?

Hi, i'm wondering if it could be possible to port the full PHP Version and Install it on Internet Information Services 6(IIS6)?

wrong OpenSSL hardcoded path

In libeay32.dll there is a hardcoded path
OPENSSLDIR: "c:/usr/local/ssl"
I belive this is wrong. It should point to php's directory or maybe "ssl" subdir in php's directory.

Thank you for this great project!

Issue with old extensions loaded from %PATH%

hi,

[31-Mar-2018 12:29:26 UTC] PHP Warning: PHP Startup: curl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0

[31-Mar-2018 12:29:26 UTC] PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0

[31-Mar-2018 12:29:29 UTC] PHP Warning: PHP Startup: curl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0

[31-Mar-2018 12:29:30 UTC] PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0

regards,
jan

Error Files

I had this issue. i just follow the instruction and i had this error.

I'm using Windows XP Pro SP3

[23-Jun-2019 00:16:35 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:35 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:36 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:36 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:36 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:40 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:41 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:41 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:41 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:42 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:42 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:42 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:42 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:42 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:44 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:44 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:44 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:44 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:44 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:44 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:45 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:45 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:45 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:46 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:16:46 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:46 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:46 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:16:46 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:51 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:51 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:51 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:51 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:51 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:56 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:19:57 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:19:57 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:19:57 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:58 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:19:58 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:58 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:58 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:58 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:59 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:59 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:59 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:59 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:19:59 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:20:00 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:20:01 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:33 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:33 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:33 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:33 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:33 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:38 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:54:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:54:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:54:39 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:40 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 00:54:40 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:40 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:40 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:40 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:41 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:41 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:41 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:41 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 00:54:41 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:15 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:15 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:15 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:16 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:16 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:49 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:49 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:50 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:50 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:50 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:50 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:50 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:51 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:51 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:53 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:53 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:53 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:53 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:53 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:54 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:55 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:55 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:56 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:56 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 03:51:56 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:56 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:56 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 03:51:56 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:31 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:31 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:31 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:31 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:31 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:37 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:38 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:39 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:41 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:41 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:41 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:41 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:41 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:44 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:44 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:46 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/xampp/php/ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 04:09:46 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:46 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:46 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:09:46 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 04:26:40 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:40 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:40 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:40 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:40 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:42 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:26:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:26:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:26:43 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:44 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:26:44 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:44 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:44 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:26:44 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 06:29:50 Europe/Berlin] PHP Fatal error: Class 'COM' not found in C:\xampp\phpMyAdmin\libraries\sysinfo.lib.php on line 37[23-Jun-2019 04:37:48 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:48 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:48 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:48 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:48 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:50 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:37:51 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:37:51 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:37:51 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:52 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 04:37:52 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:52 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:52 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 04:37:52 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:06:13 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:06:13 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:06:13 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:06:13 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:06:13 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:06:26 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:07:08 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:07:09 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:07:09 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:07:10 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:07:10 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:07:10 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:07:10 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:07:10 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:18:57 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:18:57 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:18:57 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:18:57 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:18:57 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:19:07 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:19:08 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:19:26 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:19:26 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:19:40 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:19:40 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:19:40 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:19:40 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:19:40 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:09 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:09 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:09 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:09 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:09 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:13 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:22:13 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:22:14 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:22:14 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:20 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found.
in Unknown on line 0
[23-Jun-2019 05:22:20 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:20 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:20 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 05:22:20 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[23-Jun-2019 21:31:50 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:31:50 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:31:50 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:31:51 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:31:51 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:32:15 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:32:35 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:32:50 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:32:51 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:06 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:33:06 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:07 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:07 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:07 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:09 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:09 UTC] PHP Warning: PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:09 UTC] PHP Warning: PHP Startup: exif: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:09 UTC] PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:09 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:33:21 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:33:40 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:33:45 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_mysql.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:33:45 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:34:02 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_soap.dll' - The specified procedure could not be found. in Unknown on line 0[23-Jun-2019 21:34:02 UTC] PHP Warning: PHP Startup: sockets: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:34:02 UTC] PHP Warning: PHP Startup: sqlite3: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:34:02 UTC] PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0[23-Jun-2019 21:34:02 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0

and this
Screenshot_6
Screenshot_5

"Maximum execution time exceeded"

It seems there is some problem with time-related functions in this port. Suddenly PHP (running under Apache of XAMPP) starts failing with "maximum execution time exceeded" immediately on request startup (no matter how large max_execution_time ini setting is). This occurs randomly - sometimes almost every request is failing, at other times only every 10th request or so is failing.

I suspect this has something to do with GetTickCount64. How we can track down this bug? @cshnik

Segmentation fault caused by extension=php_curl.dll

When I run the latest Composer (v1.8.4) I get a segmentation fault at the end, no matter which Composer command I execute. The crash doesn't happen if I disable the provided curl extension.
php composer.phar
Any idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.