summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.0rc8php-5.4.0RC8Stanislav Malyshev2012-02-160-0/+0
|
* 5.4.0rc8Stanislav Malyshev2012-02-163-4/+4
|
* make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-164-8/+10
| | | | | also make ZEND_SIGNALS enabled and disabled binary-compatible
* fix compat function not passing along input buffer with ↵Michael Wallner2012-02-141-4/+12
| | | | php_output_context_pass() if the output_handler_func does not set out_str
* Fixed reinitialization of SAPI callbacks after php_module_startup()Dmitry Stogov2012-02-142-7/+13
|
* This one depends on max_input_vars as wellRasmus Lerdorf2012-02-141-0/+0
|
* These tests fail unless max_input_vars and/or max_file_uploads is set high ↵Rasmus Lerdorf2012-02-1411-0/+13
| | | | enough
* Added ability to reset user opcode handlers (Yoram)Dmitry Stogov2012-02-142-1/+7
|
* Improved max_input_vars directive to check nested variablesDmitry Stogov2012-02-143-30/+33
|
* Add credit line for the PHP Output HandlerDavid Soria Parra2012-02-131-0/+1
|
* change 6.0.0 to 5.4.0Stanislav Malyshev2012-02-082-2/+2
|
* Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978Xinchen Hui2012-02-081-6/+2
| | | | | | Fixed #60978 in trunk without reverting previous fix #see http://news.php.net/php.internals/57789
* fix bug #54682 (tidy null pointer dereference)Antony Dovgal2012-02-071-2/+6
|
* Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl ↵Christopher Jones2012-02-072-1/+279
| | | | 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas
* Force allow_url_fopen to fix qa.php.net/reports diffsChristopher Jones2012-02-064-0/+8
|
* Mask different curl message. Now passes on Oracle Linux 5Christopher Jones2012-02-061-5/+5
|
* Allow alternative curl output shown in several qa.php.net/reports logsChristopher Jones2012-02-061-1/+1
|
* merging the patch from bug #52078, fixes the test on disk with huge inode ↵Ferenc Kovacs2012-02-061-3/+3
| | | | size(fileinode() can overflow and return negative values there).
* Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
|
* Fix for bug 60986Rasmus Lerdorf2012-02-063-4/+2
|
* Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so ↵Rasmus Lerdorf2012-02-051-3/+3
| | | | | | | there is no way to know whether dst should be applied or not.
* Without a timezone you can't know whether it is dst or not in this oneRasmus Lerdorf2012-02-051-2/+2
|
* Another openssl test that is dependent on the openssl version. The output hasRasmus Lerdorf2012-02-051-5/+23
| | | | | | changed in more recent versions. Synch with newer output and consider changing the test to only pick out the more stable fields instead of all of them.
* - Merge r323056 (see bug #60965).Gustavo André dos Santos Lopes2012-02-053-6/+26
|
* fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object ↵Popa Adrian Marius2012-02-051-3/+2
| | | | http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt
* Need EXPECTF here, of courseRasmus Lerdorf2012-02-051-1/+1
|
* Getting different hashes here. But this test isn't testing the hashes,Rasmus Lerdorf2012-02-051-1/+1
| | | | | it is just making sure we actually get a hash and don't crash.
* According to the reports on qa this test is failing the same way for everyone.Rasmus Lerdorf2012-02-051-1/+3
| | | | | | | See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test itself needs to change, but for now synch it with the new output and watch for failures.
* This test needs gc enabledRasmus Lerdorf2012-02-051-0/+2
|
* mention gitDavid Soria Parra2012-02-031-4/+4
|
* Fix bug #60933 on PHP_5_4 (approved by Stas).Adam Harvey2012-02-031-2/+2
|
* back to devStanislav Malyshev2012-02-022-3/+3
|
* retag 5.4.0 rc7Stanislav Malyshev2012-02-022-3/+3
|
* assertAndrey Hristov2012-02-021-1/+5
|
* Fixed memory leaksDmitry Stogov2012-02-021-15/+15
|
* back to devStanislav Malyshev2012-02-023-3/+5
|
* 5.4.0 rc7Stanislav Malyshev2012-02-023-4/+4
|
* fix UMR in php_register_variable_ex, reported by Stefan EsserStanislav Malyshev2012-02-011-0/+3
|
* Test for null behavior with ext/mbstring functionsLars Strojny2012-02-011-0/+32
|
* Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
|
* Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-012-0/+37
|
* fix usage of php_output_(de)activate; I guess this code doesn't bother about ↵Michael Wallner2012-01-311-0/+11
| | | | one more hack;
* MFH: r322963Michael Wallner2012-01-313-22/+41
| | | | | | | fix headers print to stdout/stderr if no output written; fix crashes and invalid usage of output control in cli server while passing by
* - fix #55226, WSPierre Joye2012-01-311-2/+1
|
* - fix #55226, fix buildPierre Joye2012-01-311-2/+1
|
* use stderr before, stdout after php_output_startup() and ↵Michael Wallner2012-01-301-3/+11
| | | | | | | | sapi_module.ub_write() after php_output_activate() - fixes Bug #60920 CLI: php -v on STDERR - fixes Bug #60923 Failing tests for sapi/cli
* - libssh2 1.3.0Pierre Joye2012-01-301-1/+1
|
* Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methodsDmitry Stogov2012-01-303-11/+52
|
* Fixed bug #51860 (Include fails with toplevel symlink to /)Dmitry Stogov2012-01-302-3/+16
|
* - Reinstated correct return values after David's fix for #60218.Derick Rethans2012-01-291-2/+4
|