[Python-checkins] peps: PEP 433: more info on apache/php and cloexec

victor.stinner python-checkins at python.org
Wed Jan 30 13:24:11 CET 2013


http://hg.python.org/peps/rev/ffd254c46e55
changeset:   4703:ffd254c46e55
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Jan 30 13:22:54 2013 +0100
summary:
  PEP 433: more info on apache/php and cloexec

files:
  pep-0433.txt |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/pep-0433.txt b/pep-0433.txt
--- a/pep-0433.txt
+++ b/pep-0433.txt
@@ -119,6 +119,13 @@
  * `Hijacking Apache https by mod_php
    <http://www.securityfocus.com/archive/1/348368>`_ (Dec 2003)
 
+   * Apache: `Apr should set FD_CLOEXEC if APR_FOPEN_NOCLEANUP is not set
+     <https://issues.apache.org/bugzilla/show_bug.cgi?id=46425>`_
+     (fixed in 2009)
+   * PHP: `system() (and similar) don't cleanup opened handles of Apache
+     <https://bugs.php.net/bug.php?id=38915>`_ (not fixed in january
+     2013)
+
 
 Atomicity
 ---------

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list