summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_5RC1'.php-4.0.5RC1SVN Migration2001-03-131-0/+286
* Update NEWS for the branch...Zeev Suraski2001-03-131-0/+2
* RebranchZeev Suraski2001-03-132-2/+2
* This commit was manufactured by cvs2svn to create branch 'PHP_4_0_5'.SVN Migration2001-03-135-847/+0
* fix bug in php_gmtime_rDaniel Beulshausen2001-03-131-2/+5
* @- IMPORTANT: removed /F modifier handling from preg_replace(). InsteadAndrei Zmievski2001-03-132-42/+51
* ChangeLog update2001-03-131-0/+85
* NEWS update2001-03-131-0/+2
* changed scalar args and returns to doubles, added Ming_setScale function,Dave Hayden2001-03-132-176/+169
* Forgot to add it hereColin Viebrock2001-03-121-0/+1
* Name length is already known.Andrei Zmievski2001-03-121-4/+3
* - Missed second place.Andi Gutmans2001-03-121-4/+12
* - Nuke snprintf()Andi Gutmans2001-03-121-2/+9
* - White spaceAndi Gutmans2001-03-121-1/+1
* - Fix by Jani Taskinen <sniper@iki.fi> for whole path also to workAndi Gutmans2001-03-121-10/+8
* Fixed prototype.Sean Bright2001-03-121-1/+1
* Added NEWS.Alexander Feldman2001-03-121-0/+2
* A small fix to make the function imageloadfont portable.Alexander Feldman2001-03-121-1/+19
* Prevent memory leakStanislav Malyshev2001-03-121-1/+1
* HEADS UP: renamed config header file in "phpize"d extensions toStig Bakken2001-03-121-1/+1
* Use hash position with array_flipStanislav Malyshev2001-03-121-6/+8
* This will have to do until the docs come along.Andrei Zmievski2001-03-121-1/+1
* Improve zend_is_callable() to the point where it's actually useful.Andrei Zmievski2001-03-122-12/+53
* @- Added array_reduce(), which allows iterative reduction of an arrayAndrei Zmievski2001-03-124-3/+68
* Use proper class name.Andrei Zmievski2001-03-121-2/+2
* ChangeLog update2001-03-121-0/+58
* Cleaning this a little bit.foobar2001-03-121-68/+73
* ws fixes. Plus removed unnecessary AC_MSG_ calls.foobar2001-03-121-18/+17
* ws fix.foobar2001-03-121-1/+1
* Revised version of the parseDSN function.Jon Parise2001-03-111-71/+82
* - Fix for Solaris.Andi Gutmans2001-03-112-1/+9
* Fixed a compatibility problem is some file functions (fgets, fputs, fread,Alexander Feldman2001-03-113-0/+72
* Added missing alias. PR: #9550foobar2001-03-111-0/+1
* HAVE_BINDLIB --> HAVE_LIBBINDfoobar2001-03-114-6/+6
* Check for inet_aton only if libbind is not found (or inet_aton is not infoobar2001-03-111-3/+3
* ChangeLog update2001-03-111-0/+61
* If AC_CHECK_LIB fails, assume that --with-openssl is neededfoobar2001-03-111-1/+6
* This should fix the problems with not including -lz.foobar2001-03-101-0/+5
* * only register the destructor if it existsStig Bakken2001-03-101-4/+30
* - WhitespaceAndi Gutmans2001-03-101-1/+1
* just reversed a previous patch.Rui Hirokawa2001-03-101-1/+0
* ChangeLog update2001-03-101-0/+38
* NEWS update2001-03-101-0/+2
* initialized some strings in global variable structure.Rui Hirokawa2001-03-102-2/+11
* Adding a new function odbc_next_result() allowing the query to return more th...Frank M. Kromann2001-03-092-1/+51
* Adding a new function mssql_next_result() allowing the query to return more t...Frank M. Kromann2001-03-092-148/+133
* @- Fixed argument checking for call_user_func* functions and allowedAndrei Zmievski2001-03-091-4/+14
* ChangeLog update2001-03-091-0/+77
* Formatting and minor inline doc changes.Ulf Wendel2001-03-081-0/+1
* Added a basic Cache_Error class.Ulf Wendel2001-03-081-1/+3