rfc:extension_prepend_files

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:extension_prepend_files [2015/01/04 11:42] beberleirfc:extension_prepend_files [2015/01/04 12:55] beberlei
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>
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.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1