Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed compiler warning | Georg Richter | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | fixed a bug in mysqli_fetch | Georg Richter | 2003-02-14 | 1 | -33/+33 | |
| | | | | | | removed c++ comment (thx to Jani :) fixed compiler warning | |||||
* | Missing portion of the previous patch. | Ilia Alshanetsky | 2003-02-14 | 4 | -127/+127 | |
| | ||||||
* | Buncha Fixes. | Ilia Alshanetsky | 2003-02-14 | 1 | -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 fix | Georg Richter | 2003-02-14 | 1 | -4/+5 | |
| | ||||||
* | fixed a bug in prepare/bind | Georg Richter | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | MFB | foobar | 2003-02-14 | 1 | -0/+1 | |
| | ||||||
* | init current_execute_data befor we start executing | Thies C. Arntzen | 2003-02-14 | 1 | -0/+2 | |
| | ||||||
* | ups | Thies C. Arntzen | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | add really nice dump_bt function for debugging in gdb | Thies C. Arntzen | 2003-02-14 | 2 | -1/+20 | |
| | ||||||
* | ChangeLog update | 2003-02-14 | 2 | -0/+297 | ||
| | ||||||
* | - Don't add libcrypt if the crypt() function is provided already. | foobar | 2003-02-14 | 2 | -11/+14 | |
| | | | | | (by libc, like in HP-UX) | |||||
* | Fix error handling in illegal property access | Zeev Suraski | 2003-02-13 | 1 | -5/+12 | |
| | ||||||
* | MFB(r-1.68.2.5) Bug 22052 | Sara Golemon | 2003-02-13 | 1 | -2/+4 | |
| | ||||||
* | pass tsrmls instead of fetching it always | Marcus Boerger | 2003-02-13 | 1 | -9/+6 | |
| | ||||||
* | MFB: Fix for bug #22199 | Wez Furlong | 2003-02-13 | 1 | -4/+7 | |
| | ||||||
* | Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called ↵ | Sara Golemon | 2003-02-13 | 2 | -2/+5 | |
| | | | | | | | without knowing for certain that ftp->pwd actually pointed anywhere. | |||||
* | fix non FCGI build | Marcus Boerger | 2003-02-13 | 1 | -1/+2 | |
| | ||||||
* | Added test case for bug #22187. | Ilia Alshanetsky | 2003-02-13 | 1 | -0/+10 | |
| | ||||||
* | Modified fix for bug #22187 so that it does not affect handling of numbers | Ilia Alshanetsky | 2003-02-13 | 1 | -1/+4 | |
| | | | | | represented in scientific notation. | |||||
* | Added test for those different crypt() methods. Hopefully I got the results ↵ | foobar | 2003-02-13 | 1 | -0/+26 | |
| | | | | right. | |||||
* | include file for test | Georg Richter | 2003-02-13 | 1 | -0/+10 | |
| | ||||||
* | There is *absolutely no* definitive way to know if argv0 is the | Shane Caraveo | 2003-02-13 | 1 | -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 Alshanetsky | 2003-02-13 | 1 | -2/+2 | |
| | ||||||
* | Another IS_SLASH fix. | Wez Furlong | 2003-02-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #22207 (e notation in *printf would be missing a 0 when there is | Ilia Alshanetsky | 2003-02-13 | 2 | -2/+17 | |
| | | | | | | no exponent). Added a test case for the bug. | |||||
* | A probable cure for many getcwd/relative include related problems for win32. | Wez Furlong | 2003-02-13 | 1 | -2/+2 | |
| | ||||||
* | PAD() macro didn't increase the buffer size resulting in loss of the | Ilia Alshanetsky | 2003-02-13 | 1 | -0/+1 | |
| | | | | | padding. | |||||
* | Use my_ulonglong instead of unsigned long long to make msvc++ happy. | Edin Kadribasic | 2003-02-13 | 1 | -3/+3 | |
| | ||||||
* | change history | foobar | 2003-02-13 | 1 | -2/+2 | |
| | ||||||
* | MFB PHP_4_3 | Harald Radi | 2003-02-13 | 1 | -4/+0 | |
| | ||||||
* | Adding missing .cvsignore | Edin Kadribasic | 2003-02-13 | 0 | -0/+0 | |
| | ||||||
* | Fixed a typo. | Ilia Alshanetsky | 2003-02-13 | 1 | -1/+1 | |
| | ||||||
* | Simplified the mode validation code & added support for read+write mode to | Ilia Alshanetsky | 2003-02-13 | 1 | -17/+11 | |
| | | | | | 'x' mode. | |||||
* | Added missing header needed for rpc_error(). | Ilia Alshanetsky | 2003-02-13 | 1 | -0/+2 | |
| | ||||||
* | Clarify error message. | Wez Furlong | 2003-02-13 | 1 | -1/+1 | |
| | ||||||
* | Initial windows project file | Edin Kadribasic | 2003-02-13 | 1 | -0/+120 | |
| | ||||||
* | Added 'x' mode for fopen() used on local files. This mode will create a new | Ilia Alshanetsky | 2003-02-13 | 3 | -2/+5 | |
| | | | | | file only if a file does not already exist (O_CREAT|O_EXCL). | |||||
* | Potential fixes for #21809 and #22099. | Wez Furlong | 2003-02-13 | 1 | -2/+12 | |
| | ||||||
* | Use FILE*-less implementation for php://(stdin|stdout|stderr) | Wez Furlong | 2003-02-13 | 1 | -7/+7 | |
| | ||||||
* | Moving away from ANSI stdio for plain files. | Wez Furlong | 2003-02-13 | 2 | -14/+124 | |
| | ||||||
* | Avoid problems with chunk_size and auto_detect_line_endings. | Wez Furlong | 2003-02-13 | 1 | -2/+14 | |
| | ||||||
* | cli should be allowed to have the chroot() function. | Wez Furlong | 2003-02-13 | 1 | -1/+1 | |
| | ||||||
* | Whitespace-fix these goto labels. | Wez Furlong | 2003-02-13 | 1 | -2/+2 | |
| | ||||||
* | Update installer so that no extensions are enabled by default. | Wez Furlong | 2003-02-13 | 1 | -14/+15 | |
| | ||||||
* | removed warnings (unused vars) | Georg Richter | 2003-02-13 | 1 | -1/+2 | |
| | ||||||
* | - added more missing strcmp() | Uwe Steinmann | 2003-02-13 | 1 | -3/+3 | |
| | ||||||
* | Added HAVE_APACHE define. | foobar | 2003-02-13 | 1 | -3/+5 | |
| | ||||||
* | Merged these to 4.3.x branch | foobar | 2003-02-13 | 1 | -2/+0 | |
| | ||||||
* | ws fix | foobar | 2003-02-13 | 1 | -2/+2 | |
| |