Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -24/+24 |
| | |||||
* | fix datatype mismatches | Anatol Belski | 2014-10-23 | 1 | -6/+6 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -13/+13 |
| | |||||
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | further fixes to ext/standard | Anatol Belski | 2014-08-18 | 1 | -3/+3 |
| | |||||
* | further fixes on core | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -8/+8 |
| | |||||
* | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -2/+1 |
| | |||||
* | hash keys now use actual string length without leading zero | Pierre Joye | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | port proc_open to windows (untested yet) | Pierre Joye | 2014-05-13 | 1 | -8/+8 |
| | |||||
* | Code cleanup in proc_open | Nikita Popov | 2014-05-09 | 1 | -36/+15 |
| | |||||
* | Fix proc_open resource destruction | Nikita Popov | 2014-05-09 | 1 | -2/+3 |
| | |||||
* | Fixed resource destruction | Dmitry Stogov | 2014-05-08 | 1 | -3/+1 |
| | |||||
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -10/+31 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fixes to various stream cast on win64 | Anatol Belski | 2014-03-19 | 1 | -2/+3 |
| | | | | | | | | | | | | This fixes further issues on win64 with casts from the streams. Sockets/descriptors handling was unitized. This has an impact only on win64, php_socket_t otherwise can be feed back to int datatype. | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Tjerk Meesters | 2014-03-03 | 1 | -8/+29 |
| |\ | |||||
| | * | proc_open(): separate environment values that aren't strings | Tjerk Meesters | 2014-03-03 | 1 | -8/+29 |
| | | | | | | | | | | | | Added a test case | ||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of ↵ | Dmitry Stogov | 2014-04-18 | 1 | -51/+30 |
| | | | | | | | | | | | | zend_hash_move_forward() and family. | ||||
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
| | | | |||||
* | | | Fixed reference counting | Dmitry Stogov | 2014-04-09 | 1 | -1/+3 |
| | | | |||||
* | | | Fixed reference counting | Dmitry Stogov | 2014-04-09 | 1 | -1/+2 |
| | | | |||||
* | | | Use ZVAL_DEREF() macro | Dmitry Stogov | 2014-03-27 | 1 | -2/+1 |
| | | | |||||
* | | | Fixed proc_open's reference argument | Xinchen Hui | 2014-03-03 | 1 | -1/+4 |
| | | | |||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -46/+46 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -1/+1 |
| | | |||||
* | | Dereferencing process-handles no longer waits on those processes. | Jille Timmermans | 2013-01-15 | 1 | -4/+16 |
| | | | | | | | | Implements FR #46487 | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Pierre Joye | 2013-01-07 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | * PHP-5.4: - fix the fix for bug #50524 | ||||
| * \ | Merge branch 'PHP-5.3' into PHP-5.4 | Pierre Joye | 2013-01-07 | 1 | -1/+2 |
| |\ \ | | |/ | |/| | | | | | | | * PHP-5.3: - fix the fix for bug #50524 | ||||
| | * | - fix the fix for bug #50524 | Pierre Joye | 2013-01-07 | 1 | -1/+2 |
| | | | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-05-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: Typofix in comment in proc_open.c | ||||
| * | Typofix in comment in proc_open.c | Jille Timmermans | 2012-05-30 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ↵ | Pierre Joye | 2011-10-24 | 1 | -1/+1 |
| | | | | | | | | data exceeds or is equal to 2048 bytes | ||||
| * | - win9x is not supported anymore since 5.3 | Pierre Joye | 2011-10-24 | 1 | -2/+1 |
| | | |||||
| * | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -2/+2 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix #50524, proc_open should respect cwd as it does on other platforms | Pierre Joye | 2010-09-08 | 1 | -0/+10 |
| | | |||||
| * | - kill warning | Pierre Joye | 2010-09-06 | 1 | -1/+1 |
| | | |||||
| * | - WS | Pierre Joye | 2010-08-30 | 1 | -45/+43 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ↵ | Pierre Joye | 2011-10-24 | 1 | -1/+1 |
| | | | | | | | | data exceeds or is equal to 2048 bytes | ||||
* | | - win9x is not supported anymore since 5.3 | Pierre Joye | 2011-10-24 | 1 | -2/+1 |
| | | |||||
* | | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 2011-08-09 | 1 | -2/+2 |
| | |