summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-294-85/+45
* Remove this old obsolete TODO fileKalle Sommer Nielsen2017-08-291-2/+0
* Remove old references to SAPIs and extensions no longer in the coreKalle Sommer Nielsen2017-07-192-28/+0
* vim folds and mode lines yetAnatol Belski2017-07-047-88/+153
* use char* as we don't compile with UNICODE anywayAnatol Belski2017-04-281-1/+1
* Avoid unnecessary string copyAnatol Belski2017-04-271-7/+1
* get rid of two strlen callsAnatol Belski2017-04-272-6/+9
* Merge branch 'PHP-7.1'Anatol Belski2017-04-151-3/+2
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-151-3/+2
| |\
| | * fix error handlingAnatol Belski2017-04-151-3/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | | export the main thread infoAnatol Belski2017-04-152-0/+6
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-042-4/+29
* | | Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-272-4/+4
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | Path handling related refactoringsAnatol Belski2016-12-222-47/+5
* | | Remove more NetWare leftoversKalle Sommer Nielsen2016-11-212-269/+0
* | | Remove Netware supportKalle Sommer Nielsen2016-11-122-14/+0
* | | Merge branch 'PHP-7.1'Bob Weinand2016-10-291-3/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-291-3/+2
| |\ \ | | |/
| | * Fixed build failure introduced by PR #2158Bob Weinand2016-10-291-3/+2
| | * Merge branch 'pull-request/2158'Joe Watkins2016-10-171-28/+26
| * | Merge branch 'pull-request/2158'Joe Watkins2016-10-171-28/+26
* | | Fix pthreads detection when cross-compilingFabrice Fontaine2016-10-111-28/+26
* | | Merge branch 'PHP-7.1'Anatol Belski2016-08-291-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-0/+6
| |\ \ | | |/
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+6
| | |\
| | | * fix HANDLE leakAnatol Belski2016-08-291-0/+6
| | | * backport relevant part from bug #72858 patch in 7.0Anatol Belski2016-08-251-2/+12
| | | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
| | | * bump yearXinchen Hui2015-01-154-4/+4
* | | | sync shm* implementation signatures with POSIXAnatol Belski2016-08-232-10/+14
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-08-181-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-4/+4
| |\ \ \ | | |/ /
| | * | avoid other efforts if memory mapping failsAnatol Belski2016-08-181-4/+4
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-08-181-4/+1
|\ \ \ \ | |/ / /
| * | | map ell the err codeAnatol Belski2016-08-181-4/+1
* | | | Merge branch 'PHP-7.1'Anatol Belski2016-08-181-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-0/+10
| |\ \ \ | | |/ /
| | * | Fixed bug #72858 shm_attach null dereferenceAnatol Belski2016-08-181-0/+10
| * | | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-171-3/+2
* | | | Also fix TSRM on WindowsKalle Sommer Nielsen2016-07-301-3/+3
|/ / /
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-202-18/+79
|/ /
* | fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-312-1/+200
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-3/+3
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-024-4/+4
* | correct snprintf usageAnatol Belski2015-10-271-4/+2
* | fix stack overflowAnatol Belski2015-10-101-2/+4
* | don't leak handlesAnatol Belski2015-10-051-0/+6