summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-011-2/+2
* Update API version numbersChristoph M. Becker2018-07-311-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Bump extension, module and PHP API numbers for 7.3Michael Moravec2018-06-141-1/+1
* Remove padding just merged since 7.3 isn't released yet.Sara Golemon2018-01-231-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Fixed a typoJavier Eguiluz2017-12-091-1/+1
* Remove old references to SAPIs and extensions no longer in the coreKalle Sommer Nielsen2017-07-191-2/+0
* Bump all API numbers in prep for 7.2 forkSara Golemon2017-07-181-1/+1
* Provide zend_string wrappers for php_base64_(en|de)codeSara Golemon2017-07-161-1/+1
* Move va_copy compatibility code into zend_portability.hNikita Popov2017-06-251-8/+0
* Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (a...Kalle Sommer Nielsen2017-06-141-1/+1
* Use "Mac" instead of "OSX" to identify macOS in PHP_OS_FAMILYSebastian Bergmann2017-06-131-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\
| * another placeXinchen Hui2017-04-101-1/+1
* | Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| |\
| | * Fixed issue #2466 Invalid integer constant expression error in php.hXinchen Hui2017-04-101-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Bump PHP_API_VERSIONNikita Popov2016-09-041-1/+1
* | | use extra flag to turn on php implementationsAnatol Belski2017-03-191-0/+2
* | | define corresponding config macros, as we already trick symbolsAnatol Belski2017-03-191-0/+2
* | | Fix PHP_OS_FAMILY for Linux (Joe)Kalle Sommer Nielsen2017-02-221-0/+2
* | | Change PHP_OS_FAMILY slightlyKalle Sommer Nielsen2017-02-221-0/+13
* | | Resolve conflictSammy Kaye Powers2017-01-031-0/+8
|\ \ \
| * \ \ Merge branch 'pull-request/2163'Joe Watkins2017-01-031-0/+8
| |\ \ \
| | * | | let s use the macro insteadDavid Carlier2016-10-151-1/+1
| | * | | import explicit_bzero + strlc* functions updateDavid Carlier2016-10-151-0/+8
* | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ / / /
* | | | Eliminate win95nt.hKalle Sommer Nielsen2016-12-221-1/+47
* | | | Remove Netware supportKalle Sommer Nielsen2016-11-121-6/+0
|/ / /
* | | increase versions for 7.2Anatol Belski2016-08-021-1/+1
|/ /
* | Use one place to define max length of doubleJakub Zelenka2016-06-261-0/+8
* | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-1/+4
* | fix php_log_err macroAnatol Belski2016-06-081-0/+5
* | fix typoAnatol Belski2016-06-021-1/+1
* | Added backwards compability with php_log_err by using macroJani Ollikainen2016-06-021-1/+2
* | Logging to syslog with dynamic error levels (related to #49467)Jani Ollikainen2016-06-021-1/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-02-141-9/+3
|\ \ | |/
| * Fix format attributes in ZTSNikita Popov2016-02-141-9/+3
* | Remove use of register keyword in headersNikita Popov2016-02-041-1/+1
|/
* 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
| * bump yearXinchen Hui2015-01-151-1/+1
* | increase API versionsAnatol Belski2015-10-121-1/+1
* | Mark error functions as "cold"Dmitry Stogov2015-08-241-6/+6
* | Ignore getcwd return in zend_compileNikita Popov2015-07-161-5/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Faster sorting algoXinchen Hui2015-01-141-1/+1