summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove HAVE_STDARG_HPeter Kokot2018-09-181-1/+0
* Remove HAVE_STRING_HPeter Kokot2018-09-181-1/+0
* Remove unused HAVE_MEM_MMAP_ANON and HAVE_MEM_MMAP_ZERO checksNikita Popov2018-09-171-100/+0
* Remove HAVE_STDLIB_HPeter Kokot2018-09-161-1/+0
* Remove AC_FUNC_MEMCMPPeter Kokot2018-09-041-1/+0
* Merge branch 'PHP-7.3'Xinchen Hui2018-09-041-0/+1
|\
| * Fixed bug #76825 (Undefined symbols ___cpuid_count)Xinchen Hui2018-09-041-0/+1
* | Remove AC_FUNC_VPRINTFPeter Kokot2018-08-291-1/+0
|/
* Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKSPeter Kokot2018-07-311-5/+0
* Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-25/+25
* Remove obsolete AC_TYPE_SIGNALPeter Kokot2018-07-291-1/+0
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-22/+22
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Merge branch 'PHP-7.1'Nikita Popov2017-02-081-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-081-1/+1
| |\
| | * Fix detection of isnan and isinfChristian Schmidt2017-02-081-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-061-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-061-2/+1
| |\ \ | | |/
| | * Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-061-2/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-051-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-051-1/+2
| |\ \ | | |/
| | * Fix detection of isnan and isinfChristian Schmidt2017-02-051-1/+2
* | | Merge branch 'DedupNANINF'Andrea Faulds2016-10-261-0/+137
|\ \ \ | |/ / |/| |
| * | Deduplicate NAN/INF portability, move to ZendAndrea Faulds2016-03-201-0/+137
| |/
* | Enable Zend signals by defaultDmitry Stogov2016-06-201-2/+2
* | Reverted chunk committed by mistake.Dmitry Stogov2016-06-201-2/+2
* | Fixed phpdbg build without --enable-zend-signalsDmitry Stogov2016-06-201-2/+2
|/
* Support for XLC compilerDmitry Stogov2015-08-101-1/+4
* Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert)Dmitry Stogov2015-05-211-1/+1
* Improve CSPRNG implementationLeigh2015-05-091-7/+8
* Fixed global register checkingXinchen Hui2015-03-191-0/+5
* Enabled global register variables for PPCDmitry Stogov2015-03-181-0/+3
* GCC prior 4.8.0 may generates wrong codeDmitry Stogov2015-03-181-2/+2
* Enable GCC global register variables if availableDmitry Stogov2015-03-171-0/+45
* Remove --with-zend-vm (it doesn't work anyway)Xinchen Hui2015-03-161-24/+0
* Revert "Enable zend signals handler by default"Xinchen Hui2015-03-141-2/+2
* Enable zend signals handler by defaultXinchen Hui2015-03-141-2/+2
* master renames phase 1Anatol Belski2014-08-251-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-1/+1
* make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-2/+8
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+14
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-14/+0
* Set session.entropy_file to /dev/urandom or /dev/arandom byRasmus Lerdorf2010-03-311-0/+7
* Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX s...Scott MacVicar2009-08-061-12/+0
* MFH:Matt Wilmas2009-06-041-0/+32
* - MFH: Changed floating point behaviour to consistently use double precisionChristian Seiler2008-12-021-0/+2
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-0/+14
* Make the sigsetjmp change more robust. On systems that don't haveRasmus Lerdorf2008-03-181-1/+1
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-15/+0
* Improve the Darwin 9 hack considerably and switch to using dl*() instead of N...Felipe Pena2008-03-101-1/+12