You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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 - pypi Package Compare versions

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

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

@@ -33,3 +33,3 @@ import os

def _run_php(self,url):
ctx = self.app.request_context()
ctx = self.app.test_request_context()
ctx.push()

@@ -36,0 +36,0 @@

Metadata-Version: 1.0
Name: php-wsgi
Version: 0.0.4
Version: 0.0.5
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.4',
'version':'0.0.5',
'description':'run php from python',

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