summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed a crash in cli mode when apache_request_headers() is calledGeorge Wang2011-12-311-1/+2
* follow naming conventionMichael Wallner2011-12-302-9/+9
* Added an API call to return active output handlerDmitry Stogov2011-12-302-0/+9
* Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than p...Popa Adrian Marius2011-12-281-0/+3
* fix tablename in testcase test->testzPopa Adrian Marius2011-12-281-3/+3
* Added test case for PDO_Firebird: bug 53280 segfaults if query column count i...Popa Adrian Marius2011-12-281-0/+63
* fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to ...Popa Adrian Marius2011-12-281-0/+12
* Fixed testsDmitry Stogov2011-12-281-3/+2
* one more error to fix Table unknown TEST , it should be TESTZPopa Adrian Marius2011-12-281-1/+1
* fix table name in testcasePopa Adrian Marius2011-12-281-1/+1
* Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax)Dmitry Stogov2011-12-283-1/+22
* added testcase for Bug 47415 Popa Adrian Marius2011-12-281-0/+42
* cleanup for bug 48877 test, add description Popa Adrian Marius2011-12-281-2/+2
* Fix #60613 (Segmentation fault with $cls->{expr}() syntax)Xinchen Hui2011-12-282-13/+13
* Resolve the last of the xfails from Bug 55253.Daniel Convissor2011-12-282-10/+6
* Resolve more xfails due to Bug 55253 being fixed.Daniel Convissor2011-12-271-12/+10
* Another xfail resolved since Bug 55253 was fixed.Daniel Convissor2011-12-271-12/+10
* http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fire...Popa Adrian Marius2011-12-271-2/+4
* Another xfail resolved since Bug 55253 was fixed.Daniel Convissor2011-12-271-22/+20
* Looks like we need to explicity add libstdc++ on recent linux' too, like fedo...Hannes Magnusson2011-12-272-5/+5
* added test for PDO_Firebird: bug 48877Popa Adrian Marius2011-12-271-0/+42
* Fix bug #60611 (Segmentation fault with Cls::{expr}() syntax)Xinchen Hui2011-12-273-3/+39
* One less xfail since Bug 55253 was fixed.Daniel Convissor2011-12-271-22/+20
* - Fix bug #60326, fix crash introduced by initial fixPierre Joye2011-12-261-2/+1
* - Fix bug #60326, fix TS build (introduced by r321406)Pierre Joye2011-12-261-1/+1
* fix bug #60326 - restore ob_gzhandlerStanislav Malyshev2011-12-262-57/+171
* fix testStanislav Malyshev2011-12-261-2/+1
* fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)Stanislav Malyshev2011-12-262-0/+12
* fix test - paths may be expressed in different wayStanislav Malyshev2011-12-261-1/+4
* test fixesStanislav Malyshev2011-12-265-6/+12
* fix uninitialized var that may lead to crashStanislav Malyshev2011-12-261-126/+126
* fix testsStanislav Malyshev2011-12-262-5/+9
* Initialize structure (some fields may be missed in array returned from user h...Dmitry Stogov2011-12-221-0/+1
* Change fatal error into warning and ignore arguments over limitDmitry Stogov2011-12-221-8/+14
* test for bug 60591Xinchen Hui2011-12-221-0/+46
* Fix bug #60591 (Memory leak when access a non-exists file)Xinchen Hui2011-12-222-7/+37
* back to devStanislav Malyshev2011-12-223-3/+5
* 5.4.0rc4Stanislav Malyshev2011-12-223-4/+4
* Fix warning on non-numeric offsetsStanislav Malyshev2011-12-224-19/+15
* - Fixed bug #60570 (http wrapper leaks context resource if request fails/isGustavo André dos Santos Lopes2011-12-212-3/+53
* Fix testsXinchen Hui2011-12-192-3/+10
* Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-193-8/+57
* Revert previous bad fix, introduce memory leakXinchen Hui2011-12-192-2/+0
* Codes standard & Remove useless empty linesXinchen Hui2011-12-191-41/+23
* Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-192-0/+2
* Add tests for OpenSSL crash.Scott MacVicar2011-12-191-0/+13
* implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-1918-318/+730
* Fix segfault in older versions of OpenSSL (before 0.9.8i)Scott MacVicar2011-12-182-1/+8
* Fixed inconsistent and broken handling of private properties in traits.Stefan Marr2011-12-179-50/+235
* Reduce memory usageXinchen Hui2011-12-171-1/+1