summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.6php-5.4.6PHP-5.4.6Stanislav Malyshev2012-08-143-4/+4
|
* 5.4.6rc1php-5.4.6RC1Stanislav Malyshev2012-07-313-6/+6
|
* sync NEWSStanislav Malyshev2012-07-311-0/+2
|
* skip tests if ibase not presentStanislav Malyshev2012-07-317-0/+7
|
* Implemented FR #62700 (have the console output 'Listening on ↵Xinchen Hui2012-07-312-1/+5
| | | | http://localhost:8000')
* expect pass for 5.4Xinchen Hui2012-07-311-2/+0
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-311-0/+13
|\
| * Test for bug #62680Xinchen Hui2012-07-311-0/+13
| |
* | Fix test title and limit it to ICU >= 4.8Gustavo André dos Santos Lopes2012-07-301-1/+3
| |
* | Remove executable bit from filesGustavo André dos Santos Lopes2012-07-3012-0/+0
| |
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-07-30185-0/+2
|\ \ | |/ | | | | | | | | * 5.3: Limit test to ICU 49 Remove executable bit from files
| * Limit test to ICU 49Gustavo André dos Santos Lopes2012-07-301-0/+2
| |
| * Remove executable bit from filesGustavo André dos Santos Lopes2012-07-30187-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+6
|\ \ | |/
| * Sike test while there is no zend mm max_size guardXinchen Hui2012-07-291-0/+6
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-293-0/+11
|\ \ | |/ | | | | | | * PHP-5.3: Skip test while zend mm is disabled
| * Skip test while zend mm is disabledXinchen Hui2012-07-293-0/+11
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+6
|\ \ | |/ | | | | | | * PHP-5.3: Skip test while zend_mm is disabled
| * Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Xinchen Hui2012-07-291-1/+1
| |\
| * | Skip test while zend_mm is disabledXinchen Hui2012-07-291-0/+6
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-07-281-1/+1
|\ \ \ | | |/ | |/| | | | | | | * PHP-5.3: - Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: selsky at columbia dot edu
| * | - Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: ↵Felipe Pena2012-07-281-1/+1
| |/ | | | | | | selsky at columbia dot edu
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-280-0/+0
|\ \ | |/
| * Fixed bug #60194 for eavlXinchen Hui2012-07-283-4/+4
| | | | | | | | same reason here
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-280-0/+0
|\ \ | |/
| * Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with ↵Xinchen Hui2012-07-284-4/+8
| | | | | | | | | | | | run-test.php) It's not a big deal, just because lexer will read the char after cursor before leaving
| * Fix bug #62654Rasmus Lerdorf2012-07-251-3/+3
| |
* | Fix bug #62651: source level BC breakGustavo André dos Santos Lopes2012-07-261-0/+2
| | | | | | | | | | Break for C++ extensions that don't wrap the includes of PHP libraries in extern "C" {.
* | update 5.4.5 dateStanislav Malyshev2012-07-251-1/+1
| |
* | Fix test, committed in wrong folderXinchen Hui2012-07-261-1/+1
| |
* | Fixed bug #62653: (unset($array[$float]) causes a crash)Xinchen Hui2012-07-264-13/+61
| | | | | | | | | | | | | | | | the reason why jpauli and I can not reproduce is (it's silly): I typo "USE_ZEND_ALLOC *&&* valgrind" at the first time, then I always ctrl+r and jpauli copied my command from the pastbin :) thanks
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2012-07-264-13/+52
|\ \
| * | Fix bug #62654Rasmus Lerdorf2012-07-241-3/+3
| | |
| * | - Fixed ZTS buildFelipe Pena2012-07-241-2/+2
| | |
| * | Updated NESFlorian Anderiasch2012-07-241-0/+3
| | |
| * | Add syslog support to mail.log #62356Florian Anderiasch2012-07-243-10/+49
| | | | | | | | | | | | Patch by Michael Orlitzky
* | | Fixed bug #62661 (Interactive php-cli crashes if include() is used in ↵Xinchen Hui2012-07-262-0/+14
|/ / | | | | | | auto_prepend_file)
* | binary compatibilityXinchen Hui2012-07-241-1/+1
| |
* | Re-fix bug #55544Xinchen Hui2012-07-243-3/+9
| |
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2012-07-244-2/+283
|\ \
| * | Duplicate test for ICU 49Gustavo André dos Santos Lopes2012-07-232-2/+277
| | | | | | | | | | | | | | | The output in ICU < 49 actually seems wrong here; ICU 49 seems to fix the data.
| * | Fix Bug #62612 readline extension compilation failsJohannes Schlüter2012-07-222-0/+6
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-07-220-0/+0
| |\ \ | | |/
| | * merge 5.3.15 NEWSJohannes Schlüter2012-07-221-4/+71
| | |
* | | foldersXinchen Hui2012-07-241-0/+7
|/ /
* | Improve error message for ssl requestXinchen Hui2012-07-221-1/+5
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-210-0/+0
|\ \ | |/ | | | | | | * PHP-5.3: missed the test script
| * missed the test scriptXinchen Hui2012-07-211-0/+15
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-210-0/+0
|\ \ | |/ | | | | | | | | * PHP-5.3: Fix test failed Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
| * Fix test failedXinchen Hui2012-07-211-73/+72
| |