]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix for 4.2.0rc3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 12 Apr 2002 23:33:51 +0000 (23:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-fastcgi.patch -> 1.2.2.1

php-fastcgi.patch

index 727bce32f0864538ef359954d93e6fc34feaa255..8d12da99e6992a32ade8f0b261dff58210d4b9dd 100644 (file)
    EXT_PROGRAM_LDADD="$EXT_PROGRAM_LDADD $FASTCGIPATH/lib/libfcgi.a"
    INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_PROGRAM \$(bindir)/$SAPI_FASTCGI"
    RESULT="yes"
---- php-4.0.6/sapi/fastcgi/fastcgi.c.wiget     Fri May  4 11:49:14 2001
-+++ php-4.0.6/sapi/fastcgi/fastcgi.c   Wed Jul  4 23:09:36 2001
-@@ -200,6 +200,11 @@
-       struct stat st;
-       char *pi = getenv( "PATH_INFO" );
-       char *pt = getenv( "PATH_TRANSLATED" );
-+
-+      if (!pi)
-+              pi = getenv( "SCRIPT_NAME" );
-+      if (!pt)
-+              pt = getenv( "SCRIPT_FILENAME" );
-       path_info = strdup( pi );
-       SG(request_info).request_method = getenv("REQUEST_METHOD");
+
This page took 0.040458 seconds and 4 git commands to generate.