Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

php-wsgi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

php-wsgi - npm Package Compare versions

Comparing version
0.0.8
to
0.0.9
+1
-1
php_wsgi.egg-info/PKG-INFO
Metadata-Version: 1.0
Name: php-wsgi
Version: 0.0.8
Version: 0.0.9
Summary: run php from python

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -44,3 +44,3 @@ import os

os.environ['PHP_SELF'] = self.index_file
os.environ['REQUEST_PROTOCOL'] = HTTP if not request.is_secure else HTTPS
os.environ['SERVER_PROTOCOL'] = HTTP if not request.is_secure else HTTPS
os.environ['HTTP_HOST'] = request.host

@@ -47,0 +47,0 @@ self.app_ctx.pop()

Metadata-Version: 1.0
Name: php-wsgi
Version: 0.0.8
Version: 0.0.9
Summary: run php from python

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -7,3 +7,3 @@ from setuptools import setup

'author_email':'kyle@level2designs.com',
'version':'0.0.8',
'version':'0.0.9',
'description':'run php from python',

@@ -10,0 +10,0 @@ 'packages':['php_wsgi'],