summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix testAntony Dovgal2006-08-111-4/+4
* Fixed protoIlia Alshanetsky2006-08-101-1/+1
* missing bug fixing newsIlia Alshanetsky2006-08-101-0/+4
* Fixed conditionIlia Alshanetsky2006-08-101-4/+4
* Fixed overflow on 64bit systems in str_repeat() and wordwrap().Ilia Alshanetsky2006-08-103-10/+24
* Added support for httpOnly flag for session extension and cookie settingIlia Alshanetsky2006-08-107-15/+38
* typos in comments and other minor improvementsAntony Dovgal2006-08-103-6/+5
* improve connection character set detection:Antony Dovgal2006-08-102-16/+62
* sync install instructions with the phpdoc xml sourcesNuno Lopes2006-08-092-148/+63
* BFNAntony Dovgal2006-08-091-0/+2
* add support for NCLOBsAntony Dovgal2006-08-094-11/+101
* Fixed bug #38394 (PDO fails to recover from failed prepared statementIlia Alshanetsky2006-08-093-0/+58
* MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set th...Antony Dovgal2006-08-094-4/+38
* fix leak on failureAntony Dovgal2006-08-091-0/+2
* MFH: fix #8112 (Persistent connections misbehave when Apache process times out)Antony Dovgal2006-08-091-0/+11
* MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)Michael Wallner2006-08-083-0/+15
* Fixed bug #38377 (session_destroy() gives warning afterIlia Alshanetsky2006-08-083-1/+21
* tix fypoAntony Dovgal2006-08-081-1/+1
* fix bug with variables clobbered by longjmpStanislav Malyshev2006-08-081-3/+3
* zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract...Antony Dovgal2006-08-081-2/+2
* - fix compiler warningsPierre Joye2006-08-082-7/+7
* there is no realiable way to detect memrchr() presence because of a mess in g...Antony Dovgal2006-08-082-12/+0
* - compiler warningsPierre Joye2006-08-081-6/+6
* use memrchr/zend_memrchr instead of strrchrAntony Dovgal2006-08-082-5/+5
* add new testAntony Dovgal2006-08-081-0/+22
* - Added some docs here so that nobody needs to figure it out once more.Derick Rethans2006-08-081-0/+9
* add zend_memrchr()Antony Dovgal2006-08-082-0/+24
* - SpelingMarcus Boerger2006-08-083-12/+12
* - Test name must not be more than a single lineMarcus Boerger2006-08-075-14/+10
* - MFH Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-074-0/+88
* suppress errors from date() if no date.timezone setAntony Dovgal2006-08-071-6/+8
* - should not have been commitedPierre Joye2006-08-071-170/+0
* fix types of the variablesAntony Dovgal2006-08-071-3/+3
* Fixed memory leak with persistent connectionsIlia Alshanetsky2006-08-071-1/+7
* Removed extra byteIlia Alshanetsky2006-08-071-4/+4
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-077-51/+204
* should be RETURN_ not RETVAL_Rob Richards2006-08-071-2/+2
* asXML() needs to return bool when serializing doc and filename is passed inRob Richards2006-08-072-52/+55
* nuke unused variableAntony Dovgal2006-08-071-1/+0
* - UpdateMarcus Boerger2006-08-071-1/+10
* - Fix bug #38290Marcus Boerger2006-08-072-3/+5
* use -O0 with --enable-debugAntony Dovgal2006-08-061-0/+4
* fix testAntony Dovgal2006-08-061-3/+1
* add testAntony Dovgal2006-08-061-0/+30
* Fix #38354 (Unwanted reformatting of XML when using AsXML)Christian Stocker2006-08-062-2/+3
* MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty ...Antony Dovgal2006-08-064-1/+36
* long -> intAntony Dovgal2006-08-061-3/+2
* - MFH Fix cvs access through SplFileObjectMarcus Boerger2006-08-061-7/+14
* avoid extra strlen() callAntony Dovgal2006-08-061-1/+2
* fix PECL bug #7827Antony Dovgal2006-08-051-3/+13