summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 4.3.8 patches.Ilia Alshanetsky2004-07-1314-27/+61
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3_7'.SVN Migration2004-06-021-27/+0
|
* 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
|
* PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADDBrad House2004-05-251-1/+3
| | | | | requires AC_PROG_EGREP when you phpize
* - MFH: Fix #28506, negative angle returns "random arcs"Pierre Joye2004-05-241-0/+5
| | | | | while (s < 0) s += 360 is used now
* MFH: Fixed bug #28508 (Do not make hypot() available if not supported byIlia Alshanetsky2004-05-243-2/+6
| | | | | libc).
* The other bit of MFHEdin Kadribasic2004-05-211-0/+1
|
* - MFH: Fixed bug #28354Timm Friebe2004-05-211-1/+1
|
* - MFH: Fixed TSRM buildTimm Friebe2004-05-211-1/+1
|
* MFH: Fixed stream leak on error.Ilia Alshanetsky2004-05-201-0/+1
|
* MFH: Free vars before calling E_ERROR.Ilia Alshanetsky2004-05-201-4/+4
|
* MFH: Fixed possible memory leak.Ilia Alshanetsky2004-05-181-0/+1
|
* MFH: Fixed command line escaping routines for win32.Ilia Alshanetsky2004-05-181-1/+11
|
* MFHEdin Kadribasic2004-05-181-1/+1
|
* MFH: Correct output.Ilia Alshanetsky2004-05-171-4/+4
|
* MFH: Fix printf with floatsMarcus Boerger2004-05-161-7/+29
|
* - MFH: Fixed auto-conversion from long to double when LONG_MAX /Timm Friebe2004-05-161-8/+7
| | | | | LONG_MIN where overflown
* MFH: Do not allocate error buffer at the start of every request.Ilia Alshanetsky2004-05-161-8/+8
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-05-161-0/+40
|
* MFH: Added missing safe_mode & open_basedir checks.Ilia Alshanetsky2004-05-161-0/+8
|
* update config.m4 for libmonetra 4.0 compatability.Brad House2004-05-161-4/+29
| | | | | | | Library no longer has MCVE_ symbols, the header file has #define\'s to convert MCVE_ -> M_ to reflect the Monetra name change from MCVE. More updates to follow.
* MFH: Fixed possible memory leak inside popen().Ilia Alshanetsky2004-05-141-0/+1
|
* MFH: Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).Ilia Alshanetsky2004-05-131-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-05-131-0/+13
|
* Make curl compile with the latest win32 libcurlEdin Kadribasic2004-05-131-1/+4
|
* MFH: Skip session tests if session.save_path is not writable.Ilia Alshanetsky2004-05-131-0/+9
|
* MFH: Fixed various possible memory leaks.Ilia Alshanetsky2004-05-121-22/+16
|
* MFH: Fixed bug #28374 (Possible unterminated loop insideIlia Alshanetsky2004-05-121-1/+1
| | | | | _php_pgsql_trim_message()).
* MFH: Make vprintf() and printf() return the length of the string printed.Ilia Alshanetsky2004-05-111-0/+2
|
* MFH: Fixed bug #28355 (glob() does not return error on Linux when it doesIlia Alshanetsky2004-05-111-0/+4
| | | | | not have permission to open the directory).
* MFH: Fixed crash inside cpdf_place_inline_image() when working withIlia Alshanetsky2004-05-101-6/+20
| | | | | truecolor images.
* MFH Decouple NAN and INFMarcus Boerger2004-05-102-5/+27
|
* Added missing upgrade bit.Ilia Alshanetsky2004-05-101-0/+3
|
* MFH Fix problems with c modeMarcus Boerger2004-05-103-4/+16
|
* MFH: Fixed bug #28289 (incorrect resolving of relative paths by glob() inIlia Alshanetsky2004-05-091-2/+4
| | | | | windows).