summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed compiler warningGeorg Richter2003-02-141-1/+1
|
* fixed a bug in mysqli_fetchGeorg Richter2003-02-141-33/+33
| | | | | | removed c++ comment (thx to Jani :) fixed compiler warning
* Missing portion of the previous patch.Ilia Alshanetsky2003-02-144-127/+127
|
* Buncha Fixes.Ilia Alshanetsky2003-02-141-1/+1
| | | | | | | | | | | * Fixed a number of memory leaks. * Fixed some php_error_docref() calls that tried to print non-existent arguments. * Fixed some signed/unsigned problems. * Fixed the MYSQLI_FETCH_RESOURCE macro so that compilers do not complain about un-initialized variables. * CS fixes.
* bind_result fixGeorg Richter2003-02-141-4/+5
|
* fixed a bug in prepare/bindGeorg Richter2003-02-141-1/+1
|
* MFBfoobar2003-02-141-0/+1
|
* init current_execute_data befor we start executingThies C. Arntzen2003-02-141-0/+2
|
* upsThies C. Arntzen2003-02-141-1/+1
|
* add really nice dump_bt function for debugging in gdbThies C. Arntzen2003-02-142-1/+20
|
* ChangeLog update2003-02-142-0/+297
|
* - Don't add libcrypt if the crypt() function is provided already.foobar2003-02-142-11/+14
| | | | | (by libc, like in HP-UX)
* Fix error handling in illegal property accessZeev Suraski2003-02-131-5/+12
|
* MFB(r-1.68.2.5) Bug 22052Sara Golemon2003-02-131-2/+4
|
* pass tsrmls instead of fetching it alwaysMarcus Boerger2003-02-131-9/+6
|
* MFB: Fix for bug #22199Wez Furlong2003-02-131-4/+7
|
* Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called ↵Sara Golemon2003-02-132-2/+5
| | | | | | | without knowing for certain that ftp->pwd actually pointed anywhere.
* fix non FCGI buildMarcus Boerger2003-02-131-1/+2
|
* Added test case for bug #22187.Ilia Alshanetsky2003-02-131-0/+10
|
* Modified fix for bug #22187 so that it does not affect handling of numbersIlia Alshanetsky2003-02-131-1/+4
| | | | | represented in scientific notation.
* Added test for those different crypt() methods. Hopefully I got the results ↵foobar2003-02-131-0/+26
| | | | right.
* include file for testGeorg Richter2003-02-131-0/+10
|
* There is *absolutely no* definitive way to know if argv0 is theShane Caraveo2003-02-131-28/+43
| | | | | | | | | | actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the command line is not part of CGI spec, and is not required by either Apache or IIS. So I have removed that code altogether, and done some further cleanup. Also fix pre4.3 behaviour if fix_pathinfo=0. I've tested with IIS and Apache 1.3.27 on w2k and RH 7.3.
* Fixed warnings.Ilia Alshanetsky2003-02-131-2/+2
|
* Another IS_SLASH fix.Wez Furlong2003-02-131-1/+1
|
* Fixed bug #22207 (e notation in *printf would be missing a 0 when there isIlia Alshanetsky2003-02-132-2/+17
| | | | | | no exponent). Added a test case for the bug.
* A probable cure for many getcwd/relative include related problems for win32.Wez Furlong2003-02-131-2/+2
|
* PAD() macro didn't increase the buffer size resulting in loss of theIlia Alshanetsky2003-02-131-0/+1
| | | | | padding.
* Use my_ulonglong instead of unsigned long long to make msvc++ happy.Edin Kadribasic2003-02-131-3/+3
|
* change historyfoobar2003-02-131-2/+2
|
* MFB PHP_4_3Harald Radi2003-02-131-4/+0
|
* Adding missing .cvsignoreEdin Kadribasic2003-02-130-0/+0
|
* Fixed a typo.Ilia Alshanetsky2003-02-131-1/+1
|
* Simplified the mode validation code & added support for read+write mode toIlia Alshanetsky2003-02-131-17/+11
| | | | | 'x' mode.
* Added missing header needed for rpc_error().Ilia Alshanetsky2003-02-131-0/+2
|
* Clarify error message.Wez Furlong2003-02-131-1/+1
|
* Initial windows project fileEdin Kadribasic2003-02-131-0/+120
|
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-133-2/+5
| | | | | file only if a file does not already exist (O_CREAT|O_EXCL).
* Potential fixes for #21809 and #22099.Wez Furlong2003-02-131-2/+12
|
* Use FILE*-less implementation for php://(stdin|stdout|stderr)Wez Furlong2003-02-131-7/+7
|
* Moving away from ANSI stdio for plain files.Wez Furlong2003-02-132-14/+124
|
* Avoid problems with chunk_size and auto_detect_line_endings.Wez Furlong2003-02-131-2/+14
|
* cli should be allowed to have the chroot() function.Wez Furlong2003-02-131-1/+1
|
* Whitespace-fix these goto labels.Wez Furlong2003-02-131-2/+2
|
* Update installer so that no extensions are enabled by default.Wez Furlong2003-02-131-14/+15
|
* removed warnings (unused vars)Georg Richter2003-02-131-1/+2
|
* - added more missing strcmp()Uwe Steinmann2003-02-131-3/+3
|
* Added HAVE_APACHE define.foobar2003-02-131-3/+5
|
* Merged these to 4.3.x branchfoobar2003-02-131-2/+0
|
* ws fixfoobar2003-02-131-2/+2
|