summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This one depends on max_input_vars as wellRasmus Lerdorf2012-02-141-0/+0
* Add credit line for the PHP Output HandlerDavid Soria Parra2012-02-131-0/+1
* 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-062-3/+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-052-5/+22
* 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
* Fix bug #60933 on PHP_5_4 (approved by Stas).Adam Harvey2012-02-031-2/+2
* assertAndrey Hristov2012-02-021-1/+5
* 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-011-0/+34
* - fix #55226, WSPierre Joye2012-01-311-2/+1
* - fix #55226, fix buildPierre Joye2012-01-311-2/+1
* createCollation() for pdo_sqlite as wellRasmus Lerdorf2012-01-293-0/+173
* Missed the testRasmus Lerdorf2012-01-291-0/+44
* Good patch from Brad Dewar that adds missing createCollation()Rasmus Lerdorf2012-01-293-1/+133
* - Fixed bug #60860 (session.save_handler=user without defined function core d...Felipe Pena2012-01-282-0/+24
* MFH r322485Scott MacVicar2012-01-262-3/+15
* Please test your testsRasmus Lerdorf2012-01-231-35/+35
* revert r319254 (fix bug #54682) since it is not correctNuno Lopes2012-01-212-6/+20
* - add test for bug #60761Pierre Joye2012-01-181-1/+3
* - add test for bug #60761Pierre Joye2012-01-181-0/+33
* remove XFAIL for bug #47178Michael Wallner2012-01-182-6/+2
* merge ext/hash from trunkMichael Wallner2012-01-1813-441/+93
* Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-1/+0
* merge from trunk:Boris Lytochkin2012-01-133-6/+41
* Fix configuration message typo and alignment (5.4 merge approved by Stas)Christopher Jones2012-01-121-2/+2
* Fixed incorrect type castDmitry Stogov2012-01-111-1/+1
* - make it windows version independent, error msg differs, bad but wellPierre Joye2012-01-101-4/+4
* - error is windows version dependent and not what we test herePierre Joye2012-01-091-1/+1
* These tests don't work if run as rootRasmus Lerdorf2012-01-082-8/+14
* This test only works if gc is enabledRasmus Lerdorf2012-01-081-26/+27
* do kill 9 to fix a race condition in this test. (should fix the debian 32-bit...Nuno Lopes2012-01-081-2/+2
* Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is inte...Daniel Convissor2012-01-071-24/+0
* Test for bug 60675.Daniel Convissor2012-01-061-0/+24
* move to XFAIL since it fails on 32-bitStanislav Malyshev2012-01-041-0/+2
* add more tests for #60634 (stems from #21306) and xfail them all for the momentArpad Ray2012-01-046-1/+245
* fix return values of inherited session handler to match user handlers - #60640Arpad Ray2012-01-041-5/+5