summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_0'.php-5.1.0SVN Migration2005-11-230-0/+0
* Rolling 5.1.0Ilia Alshanetsky2005-11-233-454/+455
* change zend_read_property() to allocate property zval tooAntony Dovgal2005-11-231-4/+5
* MFH: fixed 5307 unexpected header can be injected to mb_send_mail().Rui Hirokawa2005-11-231-2/+40
* fix tagfoobar2005-11-231-1/+1
* fix #35336 (crash on PDO::FETCH_CLASS + __set())Antony Dovgal2005-11-233-31/+77
* Bug #33732 (Wrong behavior of constants in class and interface extending)Dmitry Stogov2005-11-233-3/+54
* BFNRob Richards2005-11-231-0/+1
* Fixed bug #35342 (isset(DOMNodeList->length) returns false)Rob Richards2005-11-232-0/+54
* Fixed bug #35046 (phpinfo() uses improper css enclosure).Ilia Alshanetsky2005-11-232-2/+3
* Added 5.1 upgrading notes.Ilia Alshanetsky2005-11-221-0/+552
* fix #35341 (Fix for bug #33760 breaks build with older curl)Antony Dovgal2005-11-222-1/+2
* Widen allowable range of values for 'window' bits.Sara Golemon2005-11-221-4/+4
* Removed {} E_STRICT pending furher discussion, may be introduced later on.Ilia Alshanetsky2005-11-221-0/+2
* Fixed command error in ftp:// wrapper.Ilia Alshanetsky2005-11-221-3/+3
* Fixed testIlia Alshanetsky2005-11-221-1/+1
* - fix make installMichael Wallner2005-11-221-1/+1
* /Gz and /RTC1 is for debug buildsFrank M. Kromann2005-11-221-4/+8
* MFH: - Fixed header installing under phpize buildsfoobar2005-11-218-27/+53
* - MFH Fixed Bug #35286 tokenizer ext drops final comment (by greg)Marcus Boerger2005-11-211-0/+7
* test -e does not work with solarisfoobar2005-11-212-3/+3
* - Fixed bug #35143 (gettimeofday() ignores current time zone).Derick Rethans2005-11-208-16/+43
* Fixed bug #35303 (PDO prepare() crashes with invalid parameters).Ilia Alshanetsky2005-11-202-1/+2
* MFH: - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety...foobar2005-11-202-0/+6
* Use /RTC1 instead of /GZ for MS VisualStudio 2005.Sebastian Bergmann2005-11-201-1/+7
* - MFH Fix parameter parsingMarcus Boerger2005-11-202-9/+24
* fix newsfoobar2005-11-201-2/+2
* MFH: fix #35293 (PDO segfaults when using persistent connections)Antony Dovgal2005-11-192-0/+3
* MFH: fixed #35253 length of the encoded string vilolates a RFC.Rui Hirokawa2005-11-191-3/+4
* MFH: Fix #33201 Crash when fetching some data typesFrank M. Kromann2005-11-182-8/+9
* MFH Fix #33963. mssql_bind fails on input parametersFrank M. Kromann2005-11-181-0/+1
* MFH: Fix #32009 crash when mssql_bind() is called more than onceFrank M. Kromann2005-11-182-11/+17
* MFH: Fix #33153 Crash in mssql_next_result().Frank M. Kromann2005-11-182-0/+6
* Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module).Ilia Alshanetsky2005-11-182-5/+14
* php4 -> php5foobar2005-11-181-11/+11
* - Make sure --with-readline is used only when --with-libedit is not used.foobar2005-11-181-2/+4
* Fixed bug #35273 (Error in mapping soap - java types)Dmitry Stogov2005-11-183-11/+51
* back to devfoobar2005-11-182-3/+3
* - Not in this branchMarcus Boerger2005-11-172-4080/+0
* Missing }}}Rasmus Lerdorf2005-11-171-1/+1
* RC6Ilia Alshanetsky2005-11-172-3/+3
* fix newsfoobar2005-11-171-4/+3
* Moved date constants into the date class, they all class constants now.Ilia Alshanetsky2005-11-1710-67/+69
* MFH: Resolve Apache 2 regression with sub-request handling on non-linuxIlia Alshanetsky2005-11-172-0/+3
* MFH (r-1.51) #32371 php://input sometimes returns duplicate dataSara Golemon2005-11-171-3/+8
* MFH: make GCC happy and suppress the warningAntony Dovgal2005-11-171-0/+1
* Fixed test.Ilia Alshanetsky2005-11-171-1/+1
* Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value isIlia Alshanetsky2005-11-173-7/+35
* MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-172-1/+3
* - Fixed bug #35218 (strtotime no longer ignores timezone comments like "(PST)")Derick Rethans2005-11-174-9598/+10677