summaryrefslogtreecommitdiff
path: root/ext/standard/php_incomplete_class.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2001-08-06 13:36:08 +0000
committerThies C. Arntzen <thies@php.net>2001-08-06 13:36:08 +0000
commita35df189b8e6a580261e4cce0339b0f0d2a0d4c3 (patch)
tree8a2b7851615b4a50e3e57c6602a59edd11e7047c /ext/standard/php_incomplete_class.h
parent89a8b0144cfa16193a1dd1ef2a067baa3969f671 (diff)
downloadphp-git-a35df189b8e6a580261e4cce0339b0f0d2a0d4c3.tar.gz
we can no longer register internal-classes once the script is started.
therefore the "incomplete class" is now registered at MINIT time.
Diffstat (limited to 'ext/standard/php_incomplete_class.h')
-rw-r--r--ext/standard/php_incomplete_class.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/php_incomplete_class.h b/ext/standard/php_incomplete_class.h
index 7d294f519d..47d54b7b04 100644
--- a/ext/standard/php_incomplete_class.h
+++ b/ext/standard/php_incomplete_class.h
@@ -26,10 +26,6 @@
#define PHP_IC_ENTRY \
BG(incomplete_class)
-#define PHP_IC_ENTRY_READ \
- (PHP_IC_ENTRY ? PHP_IC_ENTRY : php_create_incomplete_class(TSRMLS_C))
-
-
#define PHP_SET_CLASS_ATTRIBUTES(struc) \
/* OBJECTS_FIXME: Fix for new object model */ \
if (Z_OBJCE_P(struc) == BG(incomplete_class)) { \