summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-272549-694437/+0
* Another big commit (tm).Wez Furlong2003-02-2724-927/+2232
* Fixed bug #21410 (fixed handling of NULL or "" files on Win32)Ilia Alshanetsky2003-02-271-0/+4
* ..if only all lakes were kossu..foobar2003-02-271-5/+6
* changed from strncpy to strlcpy on requestHartmut Holzgraefe2003-02-271-2/+1
* rename macro argument so that it does not partially match the string.Sascha Schumann2003-02-271-2/+2
* - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10Corne' Cornelius2003-02-271-1/+1
* - Fixed possible Segfault in ifx_errormsg() using malloc() instead of emalloc()Corne' Cornelius2003-02-271-6/+5
* NEWS update2003-02-271-0/+4
* ChangeLog update2003-02-272-0/+89
* MFB: We know ini file scanning will never be interactive, so speed it up aRasmus Lerdorf2003-02-271-0/+1
* add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,Pierre Joye2003-02-261-115/+137
* add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,Pierre Joye2003-02-261-1/+2
* MFB: Get rid of a redundant syscall on non-WindowsRasmus Lerdorf2003-02-261-0/+2
* 1) Make the output of system() binary safeIlia Alshanetsky2003-02-262-198/+120
* allow keys as array(group, name) for handler inifileMarcus Boerger2003-02-261-17/+99
* wsMarcus Boerger2003-02-261-11/+19
* make it fasterMarcus Boerger2003-02-261-11/+2
* if skip param of dba_fetch is -1 stop do not restart search after last elementMarcus Boerger2003-02-261-3/+3
* - Added an extra ini setting with which extra commands can be forced toDerick Rethans2003-02-262-1/+5
* - Fix protoDerick Rethans2003-02-261-1/+1
* - WhitespaceDerick Rethans2003-02-261-4/+4
* changed to emalloc just to be safeHartmut Holzgraefe2003-02-261-2/+2
* forgot to add these two on my last commit :(Hartmut Holzgraefe2003-02-262-0/+116
* Syntactic sugar is sweet.Sebastian Bergmann2003-02-261-0/+5
* changes in the past shouldn't have compiled.Brad LaFountain2003-02-263-31/+32
* ChangeLog update2003-02-262-0/+177
* Made shell_exec() use streams, this simplifies the code and in some casesIlia Alshanetsky2003-02-251-15/+11
* MFH (forgot to put this fix into the 5.X tree).Ilia Alshanetsky2003-02-251-0/+3
* NEWS updateMoriyoshi Koizumi2003-02-251-0/+1
* Set fgetss() free from the length parameterMoriyoshi Koizumi2003-02-251-18/+26
* Fixed test.Ilia Alshanetsky2003-02-251-2/+3
* Fixed bug #22414 and added a test case for it.Ilia Alshanetsky2003-02-252-1/+38
* Cleanupfoobar2003-02-251-7/+6
* - Fixed bug #21224 (apache configure fails when using --enable-versioning)foobar2003-02-251-3/+7
* Get the bits right - final/private fixZeev Suraski2003-02-251-1/+1
* Fixed bug #20256 (snprintf() not defined)foobar2003-02-254-5/+5
* TabifyAdam Dickmeiss2003-02-251-142/+142
* yaz_search supports query type cqlAdam Dickmeiss2003-02-251-0/+12
* Do not redefine zend_isnan if it is already defined.foobar2003-02-251-0/+2
* typofixfoobar2003-02-251-1/+1
* (hope) fix some win32 build errorsfoobar2003-02-252-3/+16
* - Added Corne' Cornelius to CREDITS/AuthorsCorne' Cornelius2003-02-254-1/+4
* Another win32 build fix.foobar2003-02-251-0/+2
* (hopefully) fix the build..foobar2003-02-252-3/+6
* - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).foobar2003-02-252-1/+7
* - Changed IFX_VERSION to work with Major versions with more then one digitCorne' Cornelius2003-02-251-1/+1
* fix bug #22324, libjdbcoci8.so is not necessarily needed..foobar2003-02-251-6/+12
* Fixed bug #22402 (opening of ftp for read/write could fail due to invalidIlia Alshanetsky2003-02-251-1/+1
* Fixed a crash in gdImageCopyMergeGray().Ilia Alshanetsky2003-02-251-58/+41