Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-08 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined. | ||||
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-06 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-06 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Revert "Fix detection of isnan and isinf" | Nikita Popov | 2017-02-06 | 1 | -2/+1 |
| | | | | | | | | | | | | This reverts commit 9ea0949f43959ff0cf519e7a10ef9de7a538cde3. | ||||
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-05 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-05 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined. | ||||
* | | | Merge branch 'DedupNANINF' | Andrea Faulds | 2016-10-26 | 1 | -0/+137 |
|\ \ \ | |/ / |/| | | |||||
| * | | Deduplicate NAN/INF portability, move to Zend | Andrea Faulds | 2016-03-20 | 1 | -0/+137 |
| |/ | |||||
* | | Enable Zend signals by default | Dmitry Stogov | 2016-06-20 | 1 | -2/+2 |
| | | |||||
* | | Reverted chunk committed by mistake. | Dmitry Stogov | 2016-06-20 | 1 | -2/+2 |
| | | |||||
* | | Fixed phpdbg build without --enable-zend-signals | Dmitry Stogov | 2016-06-20 | 1 | -2/+2 |
|/ | |||||
* | Support for XLC compiler | Dmitry Stogov | 2015-08-10 | 1 | -1/+4 |
| | |||||
* | Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert) | Dmitry Stogov | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Improve CSPRNG implementation | Leigh | 2015-05-09 | 1 | -7/+8 |
| | |||||
* | Fixed global register checking | Xinchen Hui | 2015-03-19 | 1 | -0/+5 |
| | |||||
* | Enabled global register variables for PPC | Dmitry Stogov | 2015-03-18 | 1 | -0/+3 |
| | |||||
* | GCC prior 4.8.0 may generates wrong code | Dmitry Stogov | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | Enable GCC global register variables if available | Dmitry Stogov | 2015-03-17 | 1 | -0/+45 |
| | |||||
* | Remove --with-zend-vm (it doesn't work anyway) | Xinchen Hui | 2015-03-16 | 1 | -24/+0 |
| | |||||
* | Revert "Enable zend signals handler by default" | Xinchen Hui | 2015-03-14 | 1 | -2/+2 |
| | | | | This reverts commit dbe7ff6df5874a49b921424b523a0acbbf909773. | ||||
* | Enable zend signals handler by default | Xinchen Hui | 2015-03-14 | 1 | -2/+2 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | make ZEND_SIGNALS configurable, off by default | Stanislav Malyshev | 2012-02-16 | 1 | -2/+8 |
| | | | | | also make ZEND_SIGNALS enabled and disabled binary-compatible | ||||
* | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals) | Ilia Alshanetsky | 2011-06-02 | 1 | -0/+14 |
| | | | | | | | | This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation # Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky | ||||
* | Added multibyte suppport by default. Previosly php had to be compiled with ↵ | Dmitry Stogov | 2010-11-24 | 1 | -14/+0 |
| | | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini | ||||
* | Set session.entropy_file to /dev/urandom or /dev/arandom by | Rasmus Lerdorf | 2010-03-31 | 1 | -0/+7 |
| | | | | | default if present at compile-time. Addresses part of bug #51436 | ||||
* | Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX ↵ | Scott MacVicar | 2009-08-06 | 1 | -12/+0 |
| | | | | specific code. | ||||
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior: * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit) * See bug #42868 (presumably-rare platform with different results in 5.2) * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added, otherwise it's the same as 5.2 * Use this conversion method everywhere instead of some plain (long) casts Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit: * Essentially what 5.3's new conversion was doing in most cases * Functions with "limit" or "length" type params could be updated to use this, and prevent confusing overflow behavior with huge numbers (*also* in 5.2) - See bug #47854, for example; or even #42868 again # Test updates coming | ||||
* | - MFH: Changed floating point behaviour to consistently use double precision | Christian Seiler | 2008-12-02 | 1 | -0/+2 |
| | | | | | on all platforms and with all compilers. | ||||
* | implemented again zend-multibyte for PHP 5.3 | Rui Hirokawa | 2008-06-29 | 1 | -0/+14 |
| | |||||
* | Make the sigsetjmp change more robust. On systems that don't have | Rasmus Lerdorf | 2008-03-18 | 1 | -1/+1 |
| | | | | | | | sigsetjmp use setjmp. Windows is of course weird in that it seems to have sigsetjmp but not sigjmp_buf (??) so force it to use setjmp in config.w32.h.in | ||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -15/+0 |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
* | Improve the Darwin 9 hack considerably and switch to using dl*() instead of ↵ | Felipe Pena | 2008-03-10 | 1 | -1/+12 |
| | | | | NS*() on Darwin 8+. (Patch by Gwynne) | ||||
* | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵ | Dmitry Stogov | 2006-12-20 | 1 | -23/+0 |
| | | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. | ||||
* | Fixed random generation of cookies and canaries | Dmitry Stogov | 2006-12-18 | 1 | -0/+7 |
| | |||||
* | Removed unused macro USE_ZEND_ALLOC | Dmitry Stogov | 2006-09-14 | 1 | -9/+0 |
| | |||||
* | New memory manager | Dmitry Stogov | 2006-07-18 | 1 | -6/+106 |
| | |||||
* | reordered + added msg to configure output for PHP_ZEND_VM | foobar | 2005-06-14 | 1 | -12/+16 |
| | |||||
* | typofix | foobar | 2005-06-14 | 1 | -2/+1 |
| | |||||
* | fix standalone build | foobar | 2005-06-14 | 1 | -2/+7 |
| | |||||
* | -Moved --disable-zend-memory-manager where it belongs | foobar | 2005-06-07 | 1 | -0/+18 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -6/+6 |
| | |||||
* | avoid code duplication in bison version test | Hartmut Holzgraefe | 2005-05-29 | 1 | -19/+0 |
| | |||||
* | - Cache the version check results | foobar | 2005-02-27 | 1 | -12/+16 |
| | | | | | # ..and prepare for --enable-developer-mode | ||||
* | Hack the planet | foobar | 2005-02-23 | 1 | -1/+4 |
| | |||||
* | Fix cross-compile | foobar | 2005-02-22 | 1 | -1/+1 |
| |