Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -20/+20 | |
| | | | | | ||||||
* | | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -249/+244 | |
| | | | | | ||||||
* | | | | | Drop unnecessary zval containers | Nikita Popov | 2014-12-06 | 1 | -5/+3 | |
| | | | | | ||||||
* | | | | | Better zval copying | Xinchen Hui | 2014-10-22 | 1 | -23/+12 | |
| | | | | | ||||||
* | | | | | Optimized property access handlers. Removed EG(std_property_info). | Dmitry Stogov | 2014-10-17 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Rename smart_str_append to smart_str_append_smart_str | Nikita Popov | 2014-09-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | It's used only rarely and I'm running out of append names... | |||||
* | | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Switch (un)mangle property name to size_t and zend_string | Nikita Popov | 2014-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Also use the _ex variants where possible. | |||||
* | | | | | zend_get_property_info takes a zend_string* now | Nikita Popov | 2014-09-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix SOAP warnings | Nikita Popov | 2014-09-05 | 1 | -5/+2 | |
| | | | | | ||||||
* | | | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -60/+60 | |
| | | | | | ||||||
* | | | | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | ported ext/soap | Anatol Belski | 2014-08-19 | 1 | -8/+8 | |
| | | | | | ||||||
* | | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -50/+50 | |
| | | | | | ||||||
* | | | | | Fixed ZTS build | Dmitry Stogov | 2014-07-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Removed EG(active_op_array) and use corresponding value from ↵ | Dmitry Stogov | 2014-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | EG(current_execute_data) | |||||
* | | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -87/+72 | |
| | | | | | ||||||
* | | | | | Initialize zvals | Dmitry Stogov | 2014-05-16 | 1 | -0/+8 | |
| | | | | | ||||||
* | | | | | Fixed <any> with XML references | Dmitry Stogov | 2014-05-16 | 1 | -12/+7 | |
| | | | | | ||||||
* | | | | | Fixed support for XML references | Dmitry Stogov | 2014-05-16 | 1 | -26/+19 | |
| | | | | | ||||||
* | | | | | Fixed support for <any> | Dmitry Stogov | 2014-05-16 | 1 | -10/+11 | |
| | | | | | ||||||
* | | | | | Fixed iterator destruction | Dmitry Stogov | 2014-05-16 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | fixed reference counting and memory leak | Dmitry Stogov | 2014-05-16 | 1 | -8/+4 | |
| | | | | | ||||||
* | | | | | Partial fix for XML references handling | Dmitry Stogov | 2014-05-16 | 1 | -4/+7 | |
| | | | | | ||||||
* | | | | | Support for IS_INDIRECT | Dmitry Stogov | 2014-05-15 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | check for EG(excepton) | Dmitry Stogov | 2014-05-15 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Fixed memory leaks | Dmitry Stogov | 2014-05-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fixed get_zval_property() | Dmitry Stogov | 2014-05-15 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | Fixed reference counting and memory leak | Dmitry Stogov | 2014-05-15 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 1 | -666/+567 | |
| | | | | | ||||||
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c | |||||
| * \ \ \ \ | Merge branch 'PHP-5.6' | Bob Weinand | 2014-04-11 | 1 | -2/+0 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fix bug #66015 by reverting "Removed operations on constant arrays." | Bob Weinand | 2014-04-11 | 1 | -2/+0 | |
| | | | | | | ||||||
* | | | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -2/+5 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Eliminate another TSRMLS_FETCH() in i_zend_is_true() | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | # Affected extensions have all been updated, ext/opcache and ext/zip # both have macros for cross version compatibility | |||||
* | | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 1 | -14/+5 | |
| | | | | | | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice) | Dmitry Stogov | 2012-09-03 | 1 | -3/+4 | |
| | | | ||||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵ | Dmitry Stogov | 2011-08-10 | 1 | -1/+38 | |
|/ / | | | | | | | contains itself) | |||||
* | | Fixed crash when passing invalid timestamp (negative integer on win32) | Dmitry Stogov | 2011-05-04 | 1 | -0/+3 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | |