Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.5.10 finalphp-5.5.10PHP-5.5.10 | Julien Pauli | 2014-03-05 | 1 | -2/+2 |
| | |||||
* | 5.5.10RC1php-5.5.10RC1 | Julien Pauli | 2014-02-18 | 1 | -4/+4 |
| | |||||
* | Fixed Request #66574 Allow multiple paths in php_ini_scanned_path | Remi Collet | 2014-01-29 | 1 | -44/+62 |
| | | | | | | | | | | | | | | | | | | php_ini_scanned_path, from --with-config-file-scan-dir option or from PHP_INI_SCAN_DIR environment variable allow a single path. In some case it could be useful to allow multiple. In the proposed patch, multiple paths are allow, using syntax inspired from Unix MANPATH (: separated list, empty string for builtin value). For example, this allow to use: PHP_INI_SCAN_DIR=/foo/php.d:/bar/php.d php PHP_INI_SCAN_DIR=:/myproject/php.d php PHP_INI_SCAN_DIR=/myproject/php.d: php Real use case: in SCL for dependent collections where each collection provides a separate tree for extensions, libraries and ini files. | ||||
* | 5.5.9-dev now | Julien Pauli | 2014-01-10 | 1 | -3/+3 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 63 | -63/+63 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | krakjoe | 2014-01-01 | 1 | -18/+25 |
|\ | | | | | | | | | * PHP-5.4: fix #66375 bad logic in sapi header callback routine | ||||
| * | fix #66375 bad logic in sapi header callback routine | krakjoe | 2014-01-01 | 1 | -18/+25 |
| | | |||||
| * | 5.4.25 next | Stanislav Malyshev | 2013-12-24 | 1 | -3/+3 |
| | | |||||
* | | Fixed bug #65486 mysqli_poll() is broken on Win x64 | Anatol Belski | 2013-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this issue is visible in mysqli_poll() functions, the cause lays deeper in the stream to socket casting API. On Win x64 the SOCKET datatype is a 64 or 32 bit unsigned, while on Linux/Unix-like it's 32 bit signed integer. The game of casting 32 bit var to/from 64 bit pointer back and forth is the best way to break it. Further more, while socket and file descriptors are always integers on Linux, those are different things using different APIs on Windows. Even though using integer instead of SOCKET might work on Windows, this issue might need to be revamped more carefully later. By this time this patch is tested well with phpt and apps and shows no regressions, neither in mysqli_poll() nor in any other parts. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-12-06 | 1 | -5/+7 |
|\ \ | |/ | | | | | | | | | * PHP-5.4: Fixed bug #61645 (fopen and O_NONBLOCK) fix possibly uninitialized value | ||||
| * | Fixed bug #61645 (fopen and O_NONBLOCK) | Michael Wallner | 2013-12-06 | 1 | -5/+7 |
| | | | | | | | | | | | | if a mode like "rn" was passed to fopen(), then php_stream_parse_fopen_modes() would assign O_WRONLY to flags, because O_NONBLOCK tainted flags for the r/w/+ check | ||||
| * | 5.4.24-dev now | Stanislav Malyshev | 2013-11-27 | 1 | -3/+3 |
| | | |||||
| * | 5.4.23-dev | Stanislav Malyshev | 2013-10-29 | 1 | -3/+3 |
| | | |||||
| * | 5.4.22-dev now | Stanislav Malyshev | 2013-10-01 | 1 | -3/+3 |
| | | |||||
* | | Fix php_module_startup() when loading more than one additional module | Sara Golemon | 2013-12-03 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | Dereferencing addition_modules within php_module_startup would point to a vector entirely on the stack (which is of course, wrong). Use a specialized helper to keep BC with the current php_module_startup() calling semantics. Fixes 63159 Thanks to @a-j-k | ||||
* | | 5.5.8-dev now | Julien Pauli | 2013-11-27 | 1 | -3/+3 |
| | | |||||
* | | 5.5.7 now | Julien Pauli | 2013-11-12 | 1 | -3/+3 |
| | | |||||
* | | Increment version number, since this will be 5.5.6. | Adam Harvey | 2013-10-23 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-09-18 | 1 | -1/+6 |
|\ \ | |/ | | | | | | | * PHP-5.4: fix a very rare case of use of uninitialized value combined with a memleak | ||||
| * | fix a very rare case of use of uninitialized value combined with a | Michael Wallner | 2013-09-18 | 1 | -1/+6 |
| | | | | | | | | memleak | ||||
| * | 5.4.21 now | Stanislav Malyshev | 2013-09-03 | 1 | -3/+3 |
| | | |||||
* | | 5.5.5 now | Julien Pauli | 2013-09-04 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-19 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * PHP-5.4: bump version Update NEWS Conflicts: configure.in main/php_version.h | ||||
| * | bump version | Stanislav Malyshev | 2013-08-19 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-18 | 1 | -1/+6 |
|\ \ | |/ | | | | | | | | | * PHP-5.4: new for fix #65225 Fixed #65225: PHP_BINARY incorrectly set | ||||
| * | Fixed #65225: PHP_BINARY incorrectly set | Patrick Allaert | 2013-08-18 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-14 | 2 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c | ||||
| * | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 2 | -2/+2 |
| | | | | | | | | uninitialized' warnings. | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-08-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed #65431 (Discarded qualifiers from pointer target warnings when using ↵ | Xinchen Hui | 2013-08-14 | 1 | -2/+2 |
| | | | | | | | | --enable-dtrace) by Sixd | ||||
* | | next is 5.5.2 | Stanislav Malyshev | 2013-07-21 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-07-19 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: Properly fixed bug #63186 on NetBSD == 6.0 | ||||
| * | Properly fixed bug #63186 on NetBSD == 6.0 | Matteo Beccati | 2013-07-19 | 1 | -1/+1 |
| | | |||||
| * | 5.4.19 is next | Stanislav Malyshev | 2013-07-17 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-07-15 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | * PHP-5.4: fix buffer overrun | ||||
| * | fix buffer overrun | Anatol Belski | 2013-07-15 | 1 | -0/+5 |
| | | |||||
| * | typo fixes | Veres Lajos | 2013-07-15 | 2 | -4/+4 |
| | | |||||
* | | typo fixes | Veres Lajos | 2013-07-15 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-07-10 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | * PHP-5.4: fix possible resource leak and make sure there's something to qsort() | ||||
| * | fix possible resource leak and make sure there's something to qsort() | Anatol Belski | 2013-07-10 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2013-06-25 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | * PHP-5.4: - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub Vrana | ||||
| * | - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub ↵ | Felipe Pena | 2013-06-25 | 1 | -0/+3 |
| | | | | | | | | Vrana | ||||
| * | 5.4.18 next | Stanislav Malyshev | 2013-06-18 | 1 | -3/+3 |
| | | |||||
* | | Bump version | David Soria Parra | 2013-06-19 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Matteo Beccati | 2013-06-14 | 1 | -3/+11 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fixed bug #63186 (compile failure on netbsd) | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-14 | 1 | -3/+11 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63186 (compile failure on netbsd) | ||||
| | * | Fixed bug #63186 (compile failure on netbsd) | Matteo Beccati | 2013-06-14 | 1 | -3/+11 |
| | | | |||||
| | * | This will be PHP 5.3.27 | Johannes Schlüter | 2013-05-22 | 1 | -3/+3 |
| | | | |||||
| | * | PHP 5.3.26 this will be | Johannes Schlüter | 2013-04-25 | 1 | -3/+3 |
| | | | |||||
| | * | Fixed bugs #47675 and #64577 (fd leak on Solaris) | Rasmus Lerdorf | 2013-04-04 | 1 | -1/+1 |
| | | |