Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into refactoring2 | Dmitry Stogov | 2014-05-05 | 4 | -1/+113 |
|\ | | | | | | | | | | | Conflicts: Zend/zend_hash.c ext/date/php_date.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-29 | 4 | -1/+113 |
| |\ | | | | | | | | | | | | | | | | * PHP-5.5: updated NEWS Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-29 | 4 | -1/+113 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | ||||
| | | * | Fixed bug #66431 Special Character via COM Interface (CP_UTF8) | Anatol Belski | 2014-04-29 | 4 | -1/+113 |
| | | | | |||||
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 14 | -14/+14 |
| | | | | |||||
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 14 | -14/+14 |
| | | | | |||||
* | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Fix bug #66015 by reverting "Removed operations on constant arrays." | Bob Weinand | 2014-04-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -3/+3 |
|/ / / | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 14 | -14/+14 |
|/ / | |||||
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-06-25 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.4: - Fixed bug #62475 (variant_* functions causes crash when null given as an argument) Update NEWS - BFN | ||||
| * | - Fixed bug #62475 (variant_* functions causes crash when null given as an ↵ | Felipe Pena | 2013-06-25 | 1 | -1/+2 |
| | | | | | | | | argument) | ||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 14 | -14/+14 |
| | | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | Add support for non-scalar Iterator keys in foreach | Nikita Popov | 2013-03-12 | 2 | -10/+8 |
| | | | | | | | | RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys | ||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 14 | -14/+14 |
|/ | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-05-25 | 8 | -28/+36 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.3: Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy Those changes are in 5.3.15 - BFN | ||||
| * | Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy | Johannes Schlüter | 2012-05-25 | 8 | -28/+36 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-03 | 1 | -0/+14 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192 | ||||
| * | Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192 | Anatoliy Belsky | 2012-04-03 | 1 | -0/+14 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 14 | -14/+14 |
| | | |||||
| * | - Fix #55301 (com_dotnet part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 2 | -2/+2 |
| | | |||||
| * | - this function is only in trunk | Pierre Joye | 2011-01-20 | 1 | -1/+1 |
| | | |||||
| * | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | | |||||
| * | - unused var | Pierre Joye | 2011-01-20 | 1 | -1/+0 |
| | | |||||
| * | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | | |||||
| * | - kill local redeclaration | Pierre Joye | 2011-01-20 | 1 | -5/+5 |
| | | |||||
| * | - init err (and simplify) | Pierre Joye | 2011-01-20 | 1 | -2/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 14 | -14/+14 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+7 |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
| * | fix #49192 - crash in GC when get_properties handler returns null | Stanislav Malyshev | 2010-04-01 | 1 | -0/+13 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 14 | -14/+14 |
| | | |||||
* | | Fixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe). | Dmitry Stogov | 2011-11-25 | 2 | -9/+12 |
| | | |||||
* | | fixes for bug #55748 | Stanislav Malyshev | 2011-11-18 | 1 | -0/+4 |
| | | |||||
* | | - Fix #55301 (com_dotnet part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -0/+3 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 2 | -2/+2 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+2 |
| | | |||||
* | | - unused var | Pierre Joye | 2011-01-20 | 1 | -1/+0 |
| | | |||||
* | | - fail when no known op are given | Pierre Joye | 2011-01-20 | 1 | -0/+3 |
| | | |||||
* | | - kill local redeclaration | Pierre Joye | 2011-01-20 | 1 | -5/+5 |
| | | |||||
* | | - init err (and simplify) | Pierre Joye | 2011-01-20 | 1 | -3/+1 |
| | | |||||
* | | - init err | Pierre Joye | 2011-01-20 | 1 | -2/+3 |
| | |