summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Collapse)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-24/+24
|
* fix datatype mismatchesAnatol Belski2014-10-231-6/+6
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
|
* master renames phase 1Anatol Belski2014-08-251-13/+13
|
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
|
* further fixes to ext/standardAnatol Belski2014-08-181-3/+3
|
* further fixes on coreAnatol Belski2014-08-161-1/+1
|
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-8/+8
|
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
|
* hash keys now use actual string length without leading zeroPierre Joye2014-05-131-2/+2
|
* port proc_open to windows (untested yet)Pierre Joye2014-05-131-8/+8
|
* Code cleanup in proc_openNikita Popov2014-05-091-36/+15
|
* Fix proc_open resource destructionNikita Popov2014-05-091-2/+3
|
* Fixed resource destructionDmitry Stogov2014-05-081-3/+1
|
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-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 win64Anatol Belski2014-03-191-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.5Tjerk Meesters2014-03-031-8/+29
| |\
| | * proc_open(): separate environment values that aren't stringsTjerk Meesters2014-03-031-8/+29
| | | | | | | | | | | | Added a test case
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | |
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | |
| * | Bump yearXinchen Hui2014-01-031-1/+1
| | |
* | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of ↵Dmitry Stogov2014-04-181-51/+30
| | | | | | | | | | | | zend_hash_move_forward() and family.
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
| | |
* | | Fixed reference countingDmitry Stogov2014-04-091-1/+3
| | |
* | | Fixed reference countingDmitry Stogov2014-04-091-1/+2
| | |
* | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-2/+1
| | |
* | | Fixed proc_open's reference argumentXinchen Hui2014-03-031-1/+4
| | |
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-141-46/+46
| | |
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
| |
* | Dereferencing process-handles no longer waits on those processes.Jille Timmermans2013-01-151-4/+16
| | | | | | | | Implements FR #46487
* | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-01-071-1/+2
|\ \ | | | | | | | | | | | | * PHP-5.4: - fix the fix for bug #50524
| * \ Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-01-071-1/+2
| |\ \ | | |/ | |/| | | | | | | * PHP-5.3: - fix the fix for bug #50524
| | * - fix the fix for bug #50524Pierre Joye2013-01-071-1/+2
| | |
* | | Happy New YearXinchen Hui2013-01-011-1/+1
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-301-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Typofix in comment in proc_open.c
| * Typofix in comment in proc_open.cJille Timmermans2012-05-301-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ↵Pierre Joye2011-10-241-1/+1
| | | | | | | | data exceeds or is equal to 2048 bytes
| * - win9x is not supported anymore since 5.3Pierre Joye2011-10-241-2/+1
| |
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * - Fix #50524, proc_open should respect cwd as it does on other platformsPierre Joye2010-09-081-0/+10
| |
| * - kill warningPierre Joye2010-09-061-1/+1
| |
| * - WSPierre Joye2010-08-301-45/+43
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - fixed bug #60120, proc_open's streams may hang with stdin/out/err when the ↵Pierre Joye2011-10-241-1/+1
| | | | | | | | data exceeds or is equal to 2048 bytes
* | - win9x is not supported anymore since 5.3Pierre Joye2011-10-241-2/+1
| |
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+2
| |