summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix some skip conditions..foobar2005-03-314-2/+7
* - Bugfix #32521 (apache2handler accidental crashes caused by SPL)Marcus Boerger2005-03-311-2/+3
* C++ fixfoobar2005-03-311-2/+5
* ChangeLog update2005-03-311-0/+54
* Mark more private functions as static.Joe Orton2005-03-302-14/+14
* Updated install instructions from the documentation project (Philip Olson)Edin Kadribasic2005-03-302-188/+381
* Mark private functions as static.Joe Orton2005-03-301-8/+8
* ChangeLog update2005-03-301-0/+17
* fix segfault & buffer overrun when there is no PDO drivers plugged inAntony Dovgal2005-03-291-3/+5
* BugFix #31137 stream_filter_remove() segfaults when stream already closedSara Golemon2005-03-293-1/+9
* ChangeLog update2005-03-291-0/+137
* Proper fix for the memory leak.Ilia Alshanetsky2005-03-281-2/+1
* Fixed memory leak when variables_order does not contain 'S'.Ilia Alshanetsky2005-03-281-1/+1
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-2818-18/+21
* update to current bundle idealGreg Beaver2005-03-284-0/+0
* merge in PEAR 1.3.5Greg Beaver2005-03-2819-301/+773
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-281-1/+1
* Fixed wrong SOAP headers encoding/decoding.Dmitry Stogov2005-03-281-1/+5
* - remove "debug" codePierre Joye2005-03-281-1/+1
* - MFB, imagerectangle draws 2x each corners (alpha channel uglyness)Pierre Joye2005-03-281-13/+60
* Adding comments to .ini files at philip@php.net's request.Joey Smith2005-03-282-6/+10
* ChangeLog update2005-03-281-0/+15
* Reshufle includes to make it compile on windowsEdin Kadribasic2005-03-282-3/+8
* - allow to keep or ignore the transparent color in imagerotate (thxPierre Joye2005-03-273-44/+82
* revert copy patch.Ilia Alshanetsky2005-03-271-6/+0
* ChangeLog update2005-03-272-0/+50
* Use PEAR bundle from the build templateEdin Kadribasic2005-03-261-1/+1
* Script that creates PEAR bundle dir for distributionEdin Kadribasic2005-03-261-0/+114
* - Made it possible to build ext/xmlrpc with libxml2foobar2005-03-266-23/+62
* - Prevent compiling shared extensions when --enable-versioning is usedfoobar2005-03-262-0/+20
* BFNfoobar2005-03-261-0/+2
* - Fixed bug #28839 (SIGSEGV in interactive mode (php -a))foobar2005-03-261-0/+11
* - Fix windows build (using config.w32 and keeping sync with config.m4)foobar2005-03-264-8/+8
* ChangeLog update2005-03-261-0/+26
* Fix pathfoobar2005-03-261-1/+1
* These entries do not belong in NEWS file (internal issues)foobar2005-03-251-4/+0
* - Increment year in copyright noticeAndi Gutmans2005-03-251-1/+1
* (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists.Christopher Kings-Lynne2005-03-256-11/+21
* ChangeLog update2005-03-252-0/+44
* Slightly safer code.Ilia Alshanetsky2005-03-251-1/+1
* - Second part of removing temp solutionMarcus Boerger2005-03-241-18/+0
* - Remove potential bad solution for nowMarcus Boerger2005-03-241-3/+0
* Remove: Has not existed for ages..foobar2005-03-241-1/+0
* - Fix null handling found by thiesMarcus Boerger2005-03-241-1/+1
* - Add new testMarcus Boerger2005-03-244-0/+84
* ChangeLog update2005-03-242-0/+100
* - Fix typosAndi Gutmans2005-03-241-2/+2
* fix leak when register_long_arrays is offAntony Dovgal2005-03-241-1/+1
* - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)Moriyoshi Koizumi2005-03-231-1/+20
* - Add test case for iconv_mime_encode().Moriyoshi Koizumi2005-03-231-0/+10