summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.13php-5.3.13PHP-5.3.13Johannes Schlüter2012-05-083-4/+9
|
* improve fix for CVE-2012-1823Stanislav Malyshev2012-05-081-3/+8
| | | | (cherry picked from commit fc3ba0552fd5c2d7b5870f3e2fec0a9a2d2996f4)
* PHP 5.3.12php-5.3.12PHP-5.3.12Johannes Schlüter2012-05-033-4/+7
|
* Fix for CVE-2012-1823Rasmus Lerdorf2012-05-031-1/+14
|
* PHP 5.3.11php-5.3.11PHP-5.3.11Johannes Schlüter2012-04-253-19/+13
|
* PHP 5.3.11RC2php-5.3.11RC2Johannes Schlüter2012-04-122-3/+3
|
* Update NEWSJohannes Schlüter2012-04-121-0/+17
|
* Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt failsAnatoliy Belsky2012-04-126-23/+55
| | | | | | | This patch fixes the failure caused by the posix lseek and read versions under windows in cdf_read() . Additionally all the occurences of lseek and read was replaced by _lseek and _reed for windows.
* Fix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt failsAnatoliy Belsky2012-04-121-2/+13
|
* Disabled EOL conversions on certain testsGustavo André dos Santos Lopes2012-04-121-0/+149
|
* Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)Yasuo Ohgaki2012-04-121-0/+4
|
* - Updated to version 2012.3 (2012c)Derick Rethans2012-04-121-616/+635
|
* Cherry-pick 4cc74767Johannes Schlüter2012-04-125-12/+49
| | | | | | | | | | | Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227. Conflicts: ext/standard/tests/general_functions/bug60227.phpt ext/standard/tests/general_functions/bug60227_1.phpt ext/standard/tests/general_functions/bug60227_2.phpt main/SAPI.c
* Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables ↵Xinchen Hui2012-04-121-1/+3
| | | | (without apache2))
* Fixed bug in new stream_get_line() when using NUL as a delimiter.Gustavo André dos Santos Lopes2012-04-122-2/+29
| | | | This is the issue Derick spotted a few days ago..
* PHP 5.3.11RC1php-5.3.11RC1Johannes Schlüter2012-03-293-4/+4
|
* Merge remote branch 'security/PHP-5.3' into PHP-5.3Johannes Schlüter2012-03-296-6/+137
|\ | | | | | | | | | | | | | | * security/PHP-5.3: fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN open_basedir check for linkinfo NEWS entry for readline fix Add open_basedir checks to readline_write_history and readline_read_history
| * fix bug #61367 - open_basedir bypass using libxml RSHUTDOWNStanislav Malyshev2012-03-254-5/+115
| |
| * open_basedir check for linkinfoRasmus Lerdorf2012-03-251-1/+12
| |
| * NEWS entry for readline fixRasmus Lerdorf2012-03-211-0/+2
| |
| * Add open_basedir checks to readline_write_history and readline_read_historyRasmus Lerdorf2012-03-211-0/+8
| |
* | Merge rebased pull request #24 onto 5.3 into 5.3Gustavo André dos Santos Lopes2012-03-291-1/+1
|\ \
| * | ext/pcntl/pcntl.c: Fix typo in commentJille Timmermans2012-03-291-1/+1
|/ / | | | | | | Signed-off-by: Jille Timmermans <jille@quis.cx>
* | Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)Gustavo André dos Santos Lopes2012-03-291-1/+1
| | | | | | | | This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.
* | ext/pcntl/pcntl.c: Fix typo in commentJille Timmermans2012-03-291-1/+1
| | | | | | | | Signed-off-by: Jille Timmermans <jille@quis.cx>
* | Merge branch 'pull-request/25' into 5.3Yasuo Ohgaki2012-03-290-0/+0
|\ \ | | | | | | | | | | | | * pull-request/25: - fix bug #61541, Segfault when using ob_* in output_callback
| * | - fix bug #61541, Segfault when using ob_* in output_callbackreeze2012-03-292-2/+11
| | |
* | | - fix bug #61541, Segfault when using ob_* in output_callbackreeze2012-03-292-2/+11
| | |
* | | Merge commit rebase pull request 16 into 5.3Gustavo André dos Santos Lopes2012-03-281-142/+235
|\ \ \
| * | | Refactoring junit logger. Added generation of nested testsuites in junit.xml.Shein Alexey2012-03-281-142/+235
|/ / /
* | | Fix bug #61459 popen_close_basic-win32 can't run sort.exeAnatoliy Belsky2012-03-281-1/+12
| | |
* | | Fix bug #61401 ext\openssl\tests\004.phpt failsAnatoliy Belsky2012-03-281-2/+2
| | |
* | | Fix bug #61404 ext\openssl\tests\021.phpt failsAnatoliy Belsky2012-03-281-5/+8
| | |
* | | Fix bug #61448 intl tests fail with icu >= 4.8Anatoliy Belsky2012-03-2838-26/+2931
|/ /
* | Merge remote branch 'origin/PHP-5.3' into 5.3Gustavo André dos Santos Lopes2012-03-283-103/+89
|\ \
| * | Fix bug #61468 ext/phar/tests/phar_oo_005.phpt failsAnatoliy Belsky2012-03-281-5/+5
| | |
| * | Bug 61504 updated libmagic.patchAnatoliy Belsky2012-03-281-69/+83
| | |
| * | Bug #61504 TSRML_FETCH() must be lastAnatoliy Belsky2012-03-281-29/+1
| | |
* | | Fixed problem introduced in a763929 (fixing bug #61347).Gustavo André dos Santos Lopes2012-03-281-1/+1
|/ / | | | | | | The test added in 8c44c85 should now pass.
* | Restored the good part of 74ee335 that was just reverted.Gustavo André dos Santos Lopes2012-03-281-0/+2
| |
* | Revert "- fix bug #61504, fix build errors on windows and possibly other"Gustavo André dos Santos Lopes2012-03-283-7432/+7430
| | | | | | | | This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be.
* | - fix bug #61504, fix build errors on windows and possibly otherPierre Joye2012-03-283-7430/+7432
| |
* | Merge branch 'readme1' into PHP-5.3Christopher Jones2012-03-271-7/+8
|\ \ | | | | | | | | | | | | * readme1: Update README
| * | Update READMEChristopher Jones2012-03-271-7/+8
|/ / | | | | | | | | More updates to OCI8 README as an excuse to try the PHP multi-dir git workflow instructions.
* | Fix bug #61518 skip on windows, fix on linux - ↵Anatoliy Belsky2012-03-271-1/+6
| | | | | | | | ext/standard/tests/streams/bug60106.phpt
* | Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phptAnatoliy Belsky2012-03-271-14/+33
| |
* | Fix bug #61405 ext\openssl\tests\022.phpt failsAnatoliy Belsky2012-03-271-2/+5
| |
* | Fix bug #61412 ext\openssl\tests\bug28382.phpt failsAnatoliy Belsky2012-03-271-3/+6
| |
* | Merge branch 'failed-arrayaccess-test' into PHP-5.3Shein Alexey2012-03-271-0/+10
|\ \ | | | | | | | | | | | | * failed-arrayaccess-test: Added failing test for ArrayObject::offsetExists().
| * | Added failing test for ArrayObject::offsetExists().Shein Alexey2012-03-271-0/+10
|/ /