summaryrefslogtreecommitdiff
path: root/src/entry.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 00:13:30 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 00:13:30 +0200
commit50c4e21adc188c73dd9c33fdae52639469c92257 (patch)
tree9f1c87d67578ef3b007a2efdc163a9949140231c /src/entry.cpp
parentb8a14d96c06d5a8910cb28d28870f0036ae6a461 (diff)
{auto} requests are added as objects
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
deleted file mode 100644
index 66fa244..0000000
--- a/src/entry.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * Entry.cpp
- *
- * The kickstart function that loads the library. When PHP loads an extension,
- * if runs a dlopen() call to open the .so file, and the it locates the
- * get_module()' function - which it then calls.
- *
- * In this file we have implemented this function.
- *
- * @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
- * @documentation private
- */
-#include "includes.h"
-
-/**
- * The get_entry function
- * @return zend_module_entry_t
- */
-DLL_EXPORT zend_module_entry_t *get_entry()
-{
-
-
-}
-