summaryrefslogtreecommitdiff
Commit message (Expand)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
* fix compat function not passing along input buffer with php_output_context_pa...Michael Wallner2012-02-141-4/+12
* 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 en...Rasmus Lerdorf2012-02-1411-0/+13
* 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
* 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 0....Christopher Jones2012-02-072-1/+279
* 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 siz...Ferenc Kovacs2012-02-061-3/+3
* 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
* 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
* - 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 h...Popa Adrian Marius2012-02-051-3/+2
* 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
* According to the reports on qa this test is failing the same way for everyone.Rasmus Lerdorf2012-02-051-1/+3
* 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
* MFH: r322963Michael Wallner2012-01-313-22/+41
* - 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 sapi_module.ub_write...Michael Wallner2012-01-301-3/+11
* - 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