summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_5RC3'.php-4.0.5RC3SVN Migration2001-03-282-48/+0
|
* RC3Zeev Suraski2001-03-282-2/+2
|
* Safe mode check on target introduced in function move_uploaded_file.Romolo Manfredini2001-03-281-1/+5
|
* Safe mode check for target introduced in function copy. Pls insert in 4_0_5Romolo Manfredini2001-03-281-0/+4
|
* - MFH (Fix for bug 10002)Derick Rethans2001-03-271-1/+1
|
* Changed header handling; before, we were somehow losingBen Mansell2001-03-271-32/+7
| | | | | Content-Type: text/html
* MFHThies C. Arntzen2001-03-271-3/+0
|
* MFHfoobar2001-03-271-13/+2
|
* pg_close was closing connection twice, pls insert in 4_0_5Romolo Manfredini2001-03-271-1/+6
|
* MFHfoobar2001-03-221-0/+1
|
* synchronizing with CVSAndré Langhorst2001-03-211-18/+16
|
* 1) fixed tests on *both* win32+linuxAndré Langhorst2001-03-211-37/+117
| | | | | | | 2) made tests more sophisticated (checking against compiled in modules) 3) minor changes 4) win32 improvements
* This commit was manufactured by cvs2svn to create branch 'PHP_4_0_5'.SVN Migration2001-03-202-0/+48
|
* 4.0.5RC2Zeev Suraski2001-03-202-2/+2
|
* - MFHAndi Gutmans2001-03-204-125/+99
|
* MFHfoobar2001-03-203-3/+4
|
* MFHfoobar2001-03-202-1/+2
|
* MFHfoobar2001-03-201-10/+12
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_0_5'.SVN Migration2001-03-198-0/+828
|
* Solved compile failure due to clash between IMAP and ClibPDF headers.Fredrik Öhrn2001-03-181-0/+7
|
* MFHZeev Suraski2001-03-182-47/+0
|
* MFHZeev Suraski2001-03-183-69/+41
|
* - MFH (memleak fix)Derick Rethans2001-03-171-1/+3
|
* Update libtool to support OpenBSD 2.8+ wrt shared libraries andAnil Madhavapeddy2001-03-171-6/+17
| | | | | library dependencies. Tested on i386/sparc.
* MFH for website team credits.James Moore2001-03-173-0/+23
|
* MFHZeev Suraski2001-03-172-0/+2
|
* This is to correct bug #9762, patch submitted by Bug reporter.Dan Kalowsky2001-03-161-0/+5
|
* Don't do anything, if the user wants no PDF.Sascha Schumann2001-03-161-0/+2
|
* 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
| | | | | @ one should use new preg_replace_callback() function. (Andrei)
* 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
| | | | | added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch
* 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
| | | | | with include_once()/require_once().
* 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
| | | | | "config.h" rather than "php_config.h".
* 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
| | | | | | Now it just needs to be invoked everywhere in PHP where a callback is expected.