summaryrefslogtreecommitdiff
path: root/main/streams/userspace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-081-1/+1
| |\
| | * Merge branch 'pull-request/1106' into PHP-5.5Stanislav Malyshev2015-03-081-1/+11
| | |\
| | | * Fix #67626Julien Pauli2015-02-201-1/+11
| | |/
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Fix #67626Julien Pauli2015-03-081-1/+11
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-12/+12
* | | Fixed buildWei Dai2015-03-091-1/+1
* | | Fix #67626Julien Pauli2015-03-081-2/+12
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-5/+5
* | | Cleanup resource handling APIsXinchen Hui2015-02-021-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-8/+8
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-103/+103
* | | 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
* | | several signature and data type fixesAnatol Belski2014-08-261-2/+2
* | | fixed several long vs zend_long castsAnatol Belski2014-08-261-1/+1
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | | master renames phase 3Anatol Belski2014-08-251-2/+2
* | | master renames phase 1Anatol Belski2014-08-251-67/+67
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-71/+71
* | | cleanupDmitry Stogov2014-08-081-1/+0
* | | typoDmitry Stogov2014-08-051-1/+1
* | | Fixed argument numberingDmitry Stogov2014-08-051-3/+2
* | | Fixed incorrect arguments handlingDmitry Stogov2014-08-041-1/+1
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-20/+20
* | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-16/+16
* | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-3/+3
* | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))Dmitry Stogov2014-03-271-1/+1
* | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-03-051-1/+1
|\ \ \
| * | | Fixied calling object closures from internal functionsDmitry Stogov2014-03-051-1/+1
* | | | Fixed stream_castXinchen Hui2014-03-051-1/+1
|/ / /
* | | Fixed stream_select (incompeleted)Xinchen Hui2014-03-041-26/+31
* | | Fixed memory leakXinchen Hui2014-02-261-0/+1
* | | Fixed user streams handlingDmitry Stogov2014-02-261-86/+86
* | | Changes zend_is_callable() to use zend_string* instead of char*Dmitry Stogov2014-02-251-1/+1
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-438/+310
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ | |/ /
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-2/+2
|/ /
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-16/+22
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix for bug #63811Rasmus Lerdorf2012-12-191-1/+1