appcrash php5ts.dll

Problems with the Windows version of XAMPP, questions, comments, and anything related.

appcrash php5ts.dll

Postby nematik » 28. January 2015 10:51

I have a problem with php5ts.dll can you help me please
Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.4.10.0
The time stamp applications: 53c79afa
Name of the module with an error: php5ts.dll
Version of the module with an error: 5.6.3.0
The time stamp module error: 54640c2e
Exception code: c0000005
Offset exceptions: 0000929f
OS Version: 6.1.7601.2.1.0.256.1
Language Code: 1049
Additional Information 1: 0a9e
2 For more information: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
For more information, 4: 0a9e372d3b4ad19135b953a78882e789
-------------------------------------------------- -
What do you think maybe because of extension = php_fileinfo.dll I also included her new
-------------------------------------------------- ----
Just for hosting akina one of the two modules, or the need, and the second I do not remember
-----------------------------
If this is due to additions in php.ini such
extension = php_bz2.dll
extension = php_curl.dll
extension = php_mbstring.dll
extension = php_exif.dll
extension = php_fileinfo.dll
extension = php_gd2.dll
extension = php_gettext.dll
extension = php_mysql.dll
extension = php_mysqli.dll
extension = php_openssl.dll
extension = php_pdo_mysql.dll
extension = php_pdo_sqlite.dll
extension = php_soap.dll
extension = php_sockets.dll
extension = php_sqlite3.dll
extension = php_xmlrpc.dll
extension = php_xsl.dll

And more recently, forgot even updated my xampp to version PHP 5.6.3.0

Which modules which may common it or why this mistake had appeared?
nematik
 
Posts: 2
Joined: 28. January 2015 10:46
Operating System: Windows

Re: appcrash php5ts.dll

Postby nematik » 28. January 2015 15:47

httpd-xampp.conf file like this
#
# XAMPP settings
#

<IfModule env_module>
SetEnv MIBDIRS "C:/server/php/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/server/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
SetEnv PHPRC "\\xampp\\php"
SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/server/php/php5ts.dll"
LoadFile "C:/server/php/libpq.dll"
LoadModule php5_module "C:/server/php/php5apache2_4.dll"

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
PHPINIDir "C:/server/php"
</IfModule>

<IfModule mime_module>
AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "C:/server/php/"

<Directory "C:/server/php">
AllowOverride None
# in case you want to use as cgi
Options ExecCGI
Order allow,deny
Allow from all
<Files "php-cgi.exe">
Require all granted
</Files>
</Directory>

<Directory "C:/server/cgi-bin">
<FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</Directory>

<Directory "C:/server/htdocs/xampp">
<IfModule php5_module>
<Files "status.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
Alias /security "C:/server/security/htdocs/"
<Directory "C:/server/security/htdocs">
<IfModule php5_module>
<Files "xamppsecurity.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require all granted
</Directory>

Alias /licenses "C:/server/licenses/"
<Directory "C:/server/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
Require all granted
</Directory>

Alias /phpmyadmin "C:/server/phpMyAdmin/"
<Directory "C:/server/phpMyAdmin">
AllowOverride AuthConfig
Require all granted
</Directory>

Alias /webalizer "C:/server/webalizer/"
<Directory "C:/server/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require all granted
</Directory>
</IfModule>

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

[/spoiler]
nematik
 
Posts: 2
Joined: 28. January 2015 10:46
Operating System: Windows


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 122 guests