]> granicus.if.org Git - php/commitdiff
post.c really had nothing to do with POST anymore, and it belongs to the top level...
authorZeev Suraski <zeev@php.net>
Fri, 28 Jan 2000 13:31:12 +0000 (13:31 +0000)
committerZeev Suraski <zeev@php.net>
Fri, 28 Jan 2000 13:31:12 +0000 (13:31 +0000)
Makefile.in
ext/standard/Makefile.in
ext/standard/fsock.c
ext/standard/head.c
ext/standard/php_standard.h
ext/standard/string.c
main/main.c
main/rfc1867.c
php_gpce.c [moved from ext/standard/post.c with 99% similarity]
php_gpce.h [moved from ext/standard/post.h with 100% similarity]

index c594072212e550fa086630a7dffd1d4dd27b707a..3dbcdcfe92b613429d58aa6db415df6367020504 100644 (file)
@@ -14,7 +14,7 @@ LTLIBRARY_SOURCES = \
        configuration-parser.c configuration-scanner.c request_info.c \
        safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \
        php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \
-       strlcat.c mergesort.c reentrancy.c
+       strlcat.c mergesort.c reentrancy.c php_gpce.c
 
 LTLIBRARY_DEPENDENCIES = \
                Zend/libZend.la \
index 46c6c3ddf52adddbf2ac83d263c84a749ed29427..e58bbcf3a797d2b438f94f68049b27546700d688 100644 (file)
@@ -10,7 +10,7 @@ LTLIBRARY_SOURCES=\
        dir.c dl.c dns.c exec.c file.c filestat.c flock_compat.c \
        formatted_print.c fsock.c head.c html.c image.c info.c iptc.c lcg.c \
        link.c mail.c math.c md5.c metaphone.c microtime.c pack.c pageinfo.c \
-       parsedate.c post.c quot_print.c rand.c reg.c soundex.c string.c \
+       parsedate.c quot_print.c rand.c reg.c soundex.c string.c \
        syslog.c type.c uniqid.c url.c url_scanner.c var.c output.c assert.c
 
 include $(topsrcdir)/build/ltlib.mk
index eb7f173e8db9aa12208793fa6fbb91936a580f1f..0358e9e391ed8e5ce2c598a8951ec180c4bd4012 100644 (file)
@@ -65,7 +65,6 @@
 
 #include "base64.h"
 #include "file.h"
-#include "post.h"
 #include "url.h"
 #include "fsock.h"
 
index a6b973cec6c2fc20bfb460b4cac5f46a7d9f2473..8e33490cda141609064e99c6aabe5042b537ffcb 100644 (file)
@@ -23,7 +23,6 @@
 #include "SAPI.h"
 #include "main.h"
 #include "head.h"
-#include "post.h"
 #include "SAPI.h"
 #ifdef TM_IN_SYS_TIME
 #include <sys/time.h>
index 8e48c18503e3f8c217023e08e88447573d746f58..9f6d64221ae22b413301b1005d6d584f11683c60 100644 (file)
@@ -63,7 +63,6 @@
 #include "dl.h"
 #include "php_crypt.h"
 #include "head.h"
-#include "post.h"
 
 #define phpext_standard_ptr basic_functions_module_ptr
 
index f199c03b55796ed40689b4abd7d404ecd3a2a4d3..5b0a517eb06c41efc74749699375250619e2511a 100644 (file)
@@ -25,8 +25,8 @@
 #include <stdio.h>
 #include "php.h"
 #include "reg.h"
-#include "post.h"
 #include "php_string.h"
+#include "php_gpce.h"
 #ifdef HAVE_LOCALE_H
 # include <locale.h>
 #endif
index 77d9d78e34473225ed8b1baf2288cb566f17856e..0bee1125467aea1c9c05c19e824ce5c901505616 100644 (file)
@@ -50,6 +50,7 @@
 #include "fopen-wrappers.h"
 #include "ext/standard/php_standard.h"
 #include "snprintf.h"
+#include "php_gpce.h"
 #if WIN32|WINNT
 #include <io.h>
 #include <fcntl.h>
index 76819f8fd9bbb6fba8fb9fba7d63da76f95c926c..12ed4f2934d92548ef0b88f5be7e1bd2be95773a 100644 (file)
@@ -23,6 +23,7 @@
 #include "ext/standard/file.h" /* for php_file_le_uploads() */
 #include "zend_globals.h"
 #include "php_globals.h"
+#include "php_gpce.h"
 #include "rfc1867.h"
 
 
similarity index 99%
rename from ext/standard/post.c
rename to php_gpce.c
index b38ad906f89487c26cc75ed3e4c7386e228c9387..c2d0d285dac26f184f7c880880d82d2b0279eeaa 100644 (file)
@@ -20,7 +20,8 @@
 
 #include <stdio.h>
 #include "php.h"
-#include "php_standard.h"
+#include "ext/standard/php_standard.h"
+#include "php_gpce.h"
 #include "php_globals.h"
 #include "SAPI.h"
 
similarity index 100%
rename from ext/standard/post.h
rename to php_gpce.h