Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed mysql tests fails | Xinchen Hui | 2015-02-03 | 1 | -0/+4 |
| | |||||
* | found type is unnecessary | Xinchen Hui | 2015-02-02 | 1 | -26/+26 |
| | |||||
* | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -46/+116 |
| | |||||
* | Remove dead codes | Xinchen Hui | 2015-01-19 | 1 | -18/+2 |
| | |||||
* | fix format strings, resource handle is int | Anatol Belski | 2015-01-16 | 1 | -5/+5 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
| | |||||
* | FAST_ZPP for hot functions | Xinchen Hui | 2014-12-23 | 1 | -2/+18 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -107/+107 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-06 | 1 | -11/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (35 commits) Fixed bug #68398 msooxml matches too many archives Fix zpp call in apache_getenv() Drop unnecessary zval containers fixed test C89 compat add include for missing localeconv_r proto updated NEWS Fixed bug #65230 setting locale randomly broken Fix compilation error (ref #68424) Removed useless handlers Move checks for references into slow paths of operator functions. Remove duplicate opcode handlers. Revert unintentional docblock change Restored zip/oci8 PHP 4 code, add PHP 7 checks Note macro removal in UPGRADING.INTERNALS Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) Zend Engine 3 Updated NEWS Updated NEWS Updated NEWS Start adding new attribute to control multi statements ... | ||||
| * | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -11/+1 |
| | | |||||
* | | converted some ext/mysql* and fixed ext/zlib | Anatol Belski | 2014-10-15 | 1 | -0/+6 |
|/ | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Fixed type | Dmitry Stogov | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -8/+8 |
| | |||||
* | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -4/+4 |
| | |||||
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -66/+66 |
| | |||||
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -12/+12 |
| | |||||
* | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -17/+17 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -30/+30 |
| | |||||
* | clean up - remove checked questions | Xinchen Hui | 2014-08-13 | 1 | -3/+2 |
| | |||||
* | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -6/+6 |
| | |||||
* | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -16/+8 |
| | |||||
* | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt) | Xinchen Hui | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -0/+18 |
| | |||||
* | Fixed warning message | Xinchen Hui | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Avoid useless merge | Dmitry Stogov | 2014-06-04 | 1 | -2/+8 |
| | |||||
* | More accurate mysql_close() | Dmitry Stogov | 2014-05-20 | 1 | -8/+8 |
| | |||||
* | Fixed resource destruction | Dmitry Stogov | 2014-05-08 | 1 | -3/+1 |
| | |||||
* | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -22/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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' of git.php.net:php-src into PHP-5.6 | Andrey Hristov | 2014-04-10 | 1 | -16/+5 |
| |\ | | | | | | | | | | | | | Conflicts: ext/mysqli/tests/mysqli_begin_transaction.phpt | ||||
| | * | Remove some usages of hashtable internals | Nikita Popov | 2014-04-09 | 1 | -16/+5 |
| | | | |||||
| * | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -5/+5 |
| |/ | | | | | | | | | | | | | | | implies more memory copy. The old method is still available and can be used. It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query() New mode can be forced with an INI setting, for all extensions that support this mode (ext/mysql and mysqli, because PDO due to it's architecture can't support it) The setting is mysqlnd.fetch_data_copy=[0|1] | ||||
* | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+3 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -4/+4 |
| | | |||||
* | | Fixed memory leaks | Dmitry Stogov | 2014-04-11 | 1 | -9/+9 |
| | | |||||
* | | Fixed error reporting | Dmitry Stogov | 2014-04-09 | 1 | -1/+1 |
| | | |||||
* | | Fixed reference counting | Dmitry Stogov | 2014-04-09 | 1 | -0/+1 |
| | | |||||
* | | Fixed reference counting | Dmitry Stogov | 2014-04-09 | 1 | -0/+2 |
| | | |||||
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ↵ | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 |
| | | | | | | | | candidate for GC, etc) | ||||
* | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -9/+9 |
| | | |||||
* | | Refactored data structures to keep zend_object* instead of a whole zval in ↵ | Dmitry Stogov | 2014-03-28 | 1 | -2/+2 |
| | | | | | | | | some places | ||||
* | | Refactor ext/mysql | Xinchen Hui | 2014-03-23 | 1 | -414/+397 |
| | | |||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+5 |
|/ |