summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-19 23:19:19 +0000
committerWez Furlong <wez@php.net>2003-12-19 23:19:19 +0000
commitdeb3bff21afe9ab805e13edcbcdae231caccf160 (patch)
tree9c390959b5091cbb4958c23cad08d08a1fa5f3c0 /sapi
parent4084ed9edf620deccddc21a2fc543fcc18ac7158 (diff)
downloadphp-git-deb3bff21afe9ab805e13edcbcdae231caccf160.tar.gz
Forgot to add embed config.w32, and tweak version resource when CREDITS file is missing.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/embed/config.w328
1 files changed, 8 insertions, 0 deletions
diff --git a/sapi/embed/config.w32 b/sapi/embed/config.w32
new file mode 100644
index 0000000000..8ea0781ed3
--- /dev/null
+++ b/sapi/embed/config.w32
@@ -0,0 +1,8 @@
+// vim:ft=javascript
+// $Id$
+
+ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
+
+if (PHP_EMBED != "no") {
+ SAPI('embed', 'php_embed.c', 'php' + PHP_VERSION + 'embed.lib');
+}