summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* mfhSterling Hughes2004-07-011-1/+1
|
* MFH: Fix for #28512. Allocate enough space to store dataFrank M. Kromann2004-06-301-2/+17
|
* MFH: Another instance where alloca() is not needed.Ilia Alshanetsky2004-06-301-2/+8
|
* MFH: Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-303-11/+11
|
* - MFH: Fixed bug with leap year checking.Derick Rethans2004-06-281-1/+1
|
* Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)Ard Biesheuvel2004-06-281-1/+1
|
* MFHStefan Esser2004-06-261-0/+2
|
* MFH: Added missing safe_mode & open_basedir checks.Ilia Alshanetsky2004-06-241-0/+4
|
* - Modify test case for wider coverage.Moriyoshi Koizumi2004-06-231-4/+27
|
* - Fix buf #28466 (mbstring_convert_variables() problem).Moriyoshi Koizumi2004-06-231-0/+1
|
* - fix logic. if the client already sent us the cookie, we don'tSascha Schumann2004-06-231-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 moreAndrei Zmievski2004-06-221-8/+46
| | | | | rigorous checking of return values.
* MFH: Fixed possible buffer overflow.Ilia Alshanetsky2004-06-221-1/+1
|
* MFH: Added missing safe_mode check.Ilia Alshanetsky2004-06-211-0/+4
|
* MFH: BugFix#28868 Wrapper hash not thread-safeSara Golemon2004-06-212-0/+10
|
* Fixed some 64bit and other zend_parse_parameters bugsStefan Esser2004-06-193-6/+7
|
* MFH: Fixed possible memory leak.Ilia Alshanetsky2004-06-181-2/+6
|
* merge name change from mcve -> monetraBrad House2004-06-172-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 Alshanetsky2004-06-171-1/+1
|
* New & improved strspn() & strcspn(), ~30% in most cases.Ilia Alshanetsky2004-06-161-51/+14
| | | | | # In part based on patch by Alexander Valyalkin
* A faster & more memory efficient php_addslashes() implementation.Ilia Alshanetsky2004-06-151-48/+54
|
* Part of fix for #28745: link agains extension against iconvEdin Kadribasic2004-06-131-2/+2
|
* MFH: hypot() is not experimental.Ilia Alshanetsky2004-06-101-5/+0
|
* MFH: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where testIlia Alshanetsky2004-06-101-1/+1
| | | | | command does not support -e parameter).
* MFH: Fix win32 buildFrank M. Kromann2004-06-091-1/+1
|
* Correct alt text for easter egg logo.Ilia Alshanetsky2004-06-091-1/+1
|
* MFH: Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).Ilia Alshanetsky2004-06-091-1/+1
|
* MFH: Fixed bug #28525 (gmp_powm() does not work with hexadecimal stringIlia Alshanetsky2004-06-091-2/+1
| | | | | modulo represented as a string).
* MFH: Fixed bug #28668 (glob() does not work with relative paths on Windows)Ilia Alshanetsky2004-06-071-4/+3
|
* Missing length limit parameter.Sara Golemon2004-06-071-1/+1
|
* MFH: Fixed bug #28649 (Proper glob() return value on Linux when there areIlia Alshanetsky2004-06-061-1/+1
| | | | | no matches).
* MFH: Fixed bug #28632 (Prevent open_basedir bypass in MySQL's LOAD DATAIlia Alshanetsky2004-06-041-1/+1
| | | | | LOCAL).
* MFH: Fixed bug #28627 (When multiple MySQL links are used default link isIlia Alshanetsky2004-06-041-0/+3
| | | | | leaked).
* BugFix# 28626 You can't #ifdef check a typedef. Just give it another name ↵Sara Golemon2004-06-042-4/+2
| | | | since it's only used once anyway.
* MFH: No need to NULL terminate manually, snprintf() does it for us already.Ilia Alshanetsky2004-06-011-7/+0
|
* MFH: Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars inIlia Alshanetsky2004-06-011-4/+6
| | | | | 200-210 range).
* MFH: Fixed bug #28569 (connection id is not thread safe)Ard Biesheuvel2004-06-011-10/+16
|
* MFH: Added missing argument check.Ilia Alshanetsky2004-05-311-0/+4
|
* - Missing ';'Pierre Joye2004-05-311-1/+1
|
* Fix buildArd Biesheuvel2004-05-311-2/+2
|
* MFH: Fixed memory leak on ifx_error().Ilia Alshanetsky2004-05-301-35/+105
|
* MFH: Fixed bug #28564 (Problem building informix as a shared extension).Ilia Alshanetsky2004-05-302-0/+7
|
* Manually check for egrepBrad House2004-05-301-0/+3
|
* MFH: Fixed bug #28311 (Transparency detection code is off by 1).Ilia Alshanetsky2004-05-281-1/+1
|
* MFHStefan Esser2004-05-281-1/+6
|
* MFHStefan Esser2004-05-281-1/+1
|
* MFH: Prevent test failure when fi_FI locale is not available.Ilia Alshanetsky2004-05-261-1/+8
|
* Fixed test failure due to incorrect library check.Ilia Alshanetsky2004-05-261-8/+6
|
* Fix buildWez Furlong2004-05-261-2/+0
|
* - MFH: Fixed bug #28523 (Typo in ext/sockets/sockets.c)Derick Rethans2004-05-261-1/+1
|