Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mfh | Sterling Hughes | 2004-07-01 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fix for #28512. Allocate enough space to store data | Frank M. Kromann | 2004-06-30 | 1 | -2/+17 | |
| | ||||||
* | MFH: Another instance where alloca() is not needed. | Ilia Alshanetsky | 2004-06-30 | 1 | -2/+8 | |
| | ||||||
* | MFH: Do not use alloca() where it can be abused through user input. | Ilia Alshanetsky | 2004-06-30 | 3 | -11/+11 | |
| | ||||||
* | - MFH: Fixed bug with leap year checking. | Derick Rethans | 2004-06-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int) | Ard Biesheuvel | 2004-06-28 | 1 | -1/+1 | |
| | ||||||
* | MFH | Stefan Esser | 2004-06-26 | 1 | -0/+2 | |
| | ||||||
* | MFH: Added missing safe_mode & open_basedir checks. | Ilia Alshanetsky | 2004-06-24 | 1 | -0/+4 | |
| | ||||||
* | - Modify test case for wider coverage. | Moriyoshi Koizumi | 2004-06-23 | 1 | -4/+27 | |
| | ||||||
* | - Fix buf #28466 (mbstring_convert_variables() problem). | Moriyoshi Koizumi | 2004-06-23 | 1 | -0/+1 | |
| | ||||||
* | - fix logic. if the client already sent us the cookie, we don't | Sascha Schumann | 2004-06-23 | 1 | -1/+3 | |
| | | | | | | need to send it again. if the id has been changed, we need to update the client side. | |||||
* | pcre_info() is deprecated. Hence, update to pcre_fullinfo() and do more | Andrei Zmievski | 2004-06-22 | 1 | -8/+46 | |
| | | | | | rigorous checking of return values. | |||||
* | MFH: Fixed possible buffer overflow. | Ilia Alshanetsky | 2004-06-22 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added missing safe_mode check. | Ilia Alshanetsky | 2004-06-21 | 1 | -0/+4 | |
| | ||||||
* | MFH: BugFix#28868 Wrapper hash not thread-safe | Sara Golemon | 2004-06-21 | 2 | -0/+10 | |
| | ||||||
* | Fixed some 64bit and other zend_parse_parameters bugs | Stefan Esser | 2004-06-19 | 3 | -6/+7 | |
| | ||||||
* | MFH: Fixed possible memory leak. | Ilia Alshanetsky | 2004-06-18 | 1 | -2/+6 | |
| | ||||||
* | merge name change from mcve -> monetra | Brad House | 2004-06-17 | 2 | -182/+465 | |
| | | | | | | | | add compatability layer for v3.2 functionality, so existing scripts will work without any migration needed. This patch has been sitting in PHP 5 for some time, and seems to be working quite well. A quick backport of that patch to php4. | |||||
* | MFH: Properly handly high ascii values in soundex(). | Ilia Alshanetsky | 2004-06-17 | 1 | -1/+1 | |
| | ||||||
* | New & improved strspn() & strcspn(), ~30% in most cases. | Ilia Alshanetsky | 2004-06-16 | 1 | -51/+14 | |
| | | | | | # In part based on patch by Alexander Valyalkin | |||||
* | A faster & more memory efficient php_addslashes() implementation. | Ilia Alshanetsky | 2004-06-15 | 1 | -48/+54 | |
| | ||||||
* | Part of fix for #28745: link agains extension against iconv | Edin Kadribasic | 2004-06-13 | 1 | -2/+2 | |
| | ||||||
* | MFH: hypot() is not experimental. | Ilia Alshanetsky | 2004-06-10 | 1 | -5/+0 | |
| | ||||||
* | MFH: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test | Ilia Alshanetsky | 2004-06-10 | 1 | -1/+1 | |
| | | | | | command does not support -e parameter). | |||||
* | MFH: Fix win32 build | Frank M. Kromann | 2004-06-09 | 1 | -1/+1 | |
| | ||||||
* | Correct alt text for easter egg logo. | Ilia Alshanetsky | 2004-06-09 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2). | Ilia Alshanetsky | 2004-06-09 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed bug #28525 (gmp_powm() does not work with hexadecimal string | Ilia Alshanetsky | 2004-06-09 | 1 | -2/+1 | |
| | | | | | modulo represented as a string). | |||||
* | MFH: Fixed bug #28668 (glob() does not work with relative paths on Windows) | Ilia Alshanetsky | 2004-06-07 | 1 | -4/+3 | |
| | ||||||
* | Missing length limit parameter. | Sara Golemon | 2004-06-07 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed bug #28649 (Proper glob() return value on Linux when there are | Ilia Alshanetsky | 2004-06-06 | 1 | -1/+1 | |
| | | | | | no matches). | |||||
* | MFH: Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA | Ilia Alshanetsky | 2004-06-04 | 1 | -1/+1 | |
| | | | | | LOCAL). | |||||
* | MFH: Fixed bug #28627 (When multiple MySQL links are used default link is | Ilia Alshanetsky | 2004-06-04 | 1 | -0/+3 | |
| | | | | | leaked). | |||||
* | BugFix# 28626 You can't #ifdef check a typedef. Just give it another name ↵ | Sara Golemon | 2004-06-04 | 2 | -4/+2 | |
| | | | | since it's only used once anyway. | |||||
* | MFH: No need to NULL terminate manually, snprintf() does it for us already. | Ilia Alshanetsky | 2004-06-01 | 1 | -7/+0 | |
| | ||||||
* | MFH: Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in | Ilia Alshanetsky | 2004-06-01 | 1 | -4/+6 | |
| | | | | | 200-210 range). | |||||
* | MFH: Fixed bug #28569 (connection id is not thread safe) | Ard Biesheuvel | 2004-06-01 | 1 | -10/+16 | |
| | ||||||
* | MFH: Added missing argument check. | Ilia Alshanetsky | 2004-05-31 | 1 | -0/+4 | |
| | ||||||
* | - Missing ';' | Pierre Joye | 2004-05-31 | 1 | -1/+1 | |
| | ||||||
* | Fix build | Ard Biesheuvel | 2004-05-31 | 1 | -2/+2 | |
| | ||||||
* | MFH: Fixed memory leak on ifx_error(). | Ilia Alshanetsky | 2004-05-30 | 1 | -35/+105 | |
| | ||||||
* | MFH: Fixed bug #28564 (Problem building informix as a shared extension). | Ilia Alshanetsky | 2004-05-30 | 2 | -0/+7 | |
| | ||||||
* | Manually check for egrep | Brad House | 2004-05-30 | 1 | -0/+3 | |
| | ||||||
* | MFH: Fixed bug #28311 (Transparency detection code is off by 1). | Ilia Alshanetsky | 2004-05-28 | 1 | -1/+1 | |
| | ||||||
* | MFH | Stefan Esser | 2004-05-28 | 1 | -1/+6 | |
| | ||||||
* | MFH | Stefan Esser | 2004-05-28 | 1 | -1/+1 | |
| | ||||||
* | MFH: Prevent test failure when fi_FI locale is not available. | Ilia Alshanetsky | 2004-05-26 | 1 | -1/+8 | |
| | ||||||
* | Fixed test failure due to incorrect library check. | Ilia Alshanetsky | 2004-05-26 | 1 | -8/+6 | |
| | ||||||
* | Fix build | Wez Furlong | 2004-05-26 | 1 | -2/+0 | |
| | ||||||
* | - MFH: Fixed bug #28523 (Typo in ext/sockets/sockets.c) | Derick Rethans | 2004-05-26 | 1 | -1/+1 | |
| |