@@ -11001,7 +11001,7 @@ class members or constants. (Matt)</li>
1100111001 (Dmitry, Pierre)</li>
1100211002 <li>Changed exception handling. Now each op_array doesn't contain
1100311003 ZEND_HANDLE_EXCEPTION opcode in the end. (Dmitry)</li>
11004- <li>Optimized require_once() and require_once () by eliminating fopen(3) on
11004+ <li>Optimized require_once() and include_once () by eliminating fopen(3) on
1100511005 second usage. (Dmitry)</li>
1100611006 <li>Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single
1100711007 ZEND_ADD_INTERFACE opcode. (Dmitry)</li>
@@ -11424,7 +11424,7 @@ class members or constants. (Matt)</li>
1142411424 (Matteo)</li>
1142511425 <li><?php bugfix(47771); ?> (Exception during object construction from arg call calls
1142611426 object's destructor). (Dmitry)</li>
11427- <li><?php bugfix(47767); ?> (require_once does not resolve windows symlinks or junctions)
11427+ <li><?php bugfix(47767); ?> (include_once does not resolve windows symlinks or junctions)
1142811428 (Kanwaljeet Singla, Venkat Raman Don)</li>
1142911429 <li><?php bugfix(47757); ?> (rename JPG to JPEG in phpinfo). (Pierre)</li>
1143011430 <li><?php bugfix(47745); ?> (FILTER_VALIDATE_INT doesn't allow minimum integer). (Dmitry)</li>
@@ -13390,7 +13390,7 @@ class members or constants. (Matt)</li>
1339013390
1339113391<li>Optimized array/HashTable copying. (Matt Wilmas, Dmitry)</li>
1339213392<li>Optimized zend_try/zend_catch macros by eliminating memcpy(3). (Dmitry)</li>
13393- <li>Optimized require_once() and require_once () by eliminating fopen(3) on second usage. (Dmitry)</li>
13393+ <li>Optimized require_once() and include_once () by eliminating fopen(3) on second usage. (Dmitry)</li>
1339413394<li>Optimized request shutdown sequence. Restoring ini directives now iterates only over modified directives instead of all. (Dmitry)</li>
1339513395
1339613396<li>Changed priority of PHPRC environment variable on win32 to be higher then value from registry. (Dmitry)</li>
@@ -13540,7 +13540,7 @@ class members or constants. (Matt)</li>
1354013540<li><?php bugfix(38637); ?> curl_copy_handle() fails to fully copy the cURL handle). (Tony, Ilia)</li>
1354113541<li><?php bugfix(38624); ?> Strange warning when incrementing an object property and exception is thrown from __get method). (Tony)</li>
1354213542<li><?php bugfix(38623); ?> leaks in a tricky code with switch() and exceptions). (Dmitry)</li>
13543- <li><?php bugfix(38579); ?> require_once () may include the same file twice). (Dmitry)</li>
13543+ <li><?php bugfix(38579); ?> include_once () may include the same file twice). (Dmitry)</li>
1354413544<li><?php bugfix(38574); ?> missing curl constants and improper constant detection). (Ilia)</li>
1354513545<li><?php bugfix(38543); ?> shutdown_executor() may segfault when memory_limit is too low). (Dmitry)</li>
1354613546<li><?php bugfix(38535); ?> memory corruption in pdo_pgsql driver on error retrieval inside a failed query executed via query() method). (Ilia)</li>
@@ -14508,7 +14508,7 @@ class members or constants. (Matt)</li>
1450814508<li><?php bugfix(32933); ?> (Cannot extend class "SQLiteDatabase"). (Marcus)</li>
1450914509<li><?php bugfix(32932); ?> (Oracle LDAP: ldap_get_entries(), invalid pointer). (Jani)</li>
1451014510<li><?php bugfix(32930); ?> (class extending DOMDocument doesn't clone properly). (Rob)</li>
14511- <li><?php bugfix(32924); ?> (file included with "auto_prepend_file" can be included with require_once() or require_once ()). (Stas)</li>
14511+ <li><?php bugfix(32924); ?> (file included with "auto_prepend_file" can be included with require_once() or include_once ()). (Stas)</li>
1451214512<li><?php bugfix(32904); ?> (pg_get_notify() ignores result_type parameter). (Tony)</li>
1451314513<li><?php bugfix(32852); ?> (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On). (Dmitry)</li>
1451414514<li><?php bugfix(32833); ?> (Invalid opcode). (Dmitry)</li>
@@ -15695,7 +15695,7 @@ function by using parent::__clone(). (Zeev, Andi)</li>
1569515695<li>Changed rename(), rmdir() and mkdir() to be routed via streams
1569615696API. (Sara)</li>
1569715697<li>Changed stat() and family to be routed via streams API. (Sara)</li>
15698- <li>Fixed require_once () / require_once() on Windows to honor
15698+ <li>Fixed include_once () / require_once() on Windows to honor
1569915699case-insensitivity; of files. (Andi)</li>
1570015700<li>Fixed get_declared_classes() to return only classes. (Andrey,
1570115701Marcus)</li>
0 commit comments