rfc:extension_prepend_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rfc:extension_prepend_files [2015/01/04 11:40] – created beberleirfc:extension_prepend_files [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== PHP RFC: Add PHP files to auto_prepend from extensions ====== ====== PHP RFC: Add PHP files to auto_prepend from extensions ======
-  * Version: 0.1+  * Version: 0.1.1
   * Date: 2015-01-04   * Date: 2015-01-04
   * Author: Benjamin Eberlei <kontakt@beberlei.de>   * Author: Benjamin Eberlei <kontakt@beberlei.de>
-  * Status: Draft+  * Status: Discussion
  
 ===== Introduction ===== ===== Introduction =====
Line 48: Line 48:
 </code> </code>
  
-We can introduce a new function zend_execute_script that can be used by code that called +We can introduce a new function zend_execute_script that can be used by code that called zend_execute_scripts before:
-zend_execute_scripts before:+
  
 <code> <code>
-ZEND_API int zend_execute_scripts(int type, zval *retval, zend_file_handle *file);+ZEND_API int zend_execute_script(int type, zval *retval, zend_file_handle *file);
 </code> </code>
  
Line 97: Line 96:
  
 Working on a prototype. Working on a prototype.
 +
 +===== Updates =====
 +v0.1.1: Fix typo in code example.
rfc/extension_prepend_files.1420371622.txt.gz · Last modified: 2017/09/22 13:28 (external edit)