1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

24823 Commits

Author SHA1 Message Date
Felipe Pena ce72f33674 - Fixed tests 2010-07-06 00:25:52 +00:00
Dmitry Stogov a619b589b3 Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at request startup. 2010-07-05 14:32:29 +00:00
Dmitry Stogov b65f1dae41 Reduced overhead of ext/mbstring initialization 2010-07-05 12:03:08 +00:00
Felipe Pena e66279a55e - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes) 2010-07-03 13:06:14 +00:00
Johannes Schlüter 21d5041c03 Fix bug #52238: Crash when an Exception occured in iterator_to_array 2010-07-02 19:17:45 +00:00
Ilia Alshanetsky ef22824315 Upgraded bundled PCRE to version 8.10 2010-07-02 17:17:16 +00:00
Eric Stewart 8584b90199 Added test for bug 52013 to trunk. 2010-07-02 02:45:56 +00:00
Felipe Pena e3fdf31b0b - Fixed bug #52211 (iconv() returns part of string on error) 2010-07-01 01:11:08 +00:00
Pierre Joye 425c528783 - WS 2010-06-30 22:06:49 +00:00
Ilia Alshanetsky 0625a0b23b Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs). 2010-06-30 12:21:35 +00:00
Stanislav Malyshev f1bb484bc2 sync version with PECL 2010-06-30 04:23:32 +00:00
Stanley Sufficool df60c5063c pdo_dblib - improve test skip messages 2010-06-30 03:16:04 +00:00
Stanley Sufficool 930090b46b PDO DBLIB test fixups 2010-06-29 14:08:22 +00:00
Antony Dovgal b193f98967 fix build 2010-06-29 10:50:58 +00:00
Stanley Sufficool ff35c963a4 Remove PDO DBLIB prefix from PostgreSQL PDO tests 2010-06-29 06:20:15 +00:00
Stanley Sufficool 4ebac5019b Oops 2010-06-29 06:08:51 +00:00
Stanley Sufficool a31e27db27 Add tests for recent fixes 2010-06-29 06:04:17 +00:00
Stanislav Malyshev de8022e905 fix SplObjectStorage unserialization (CVE-2010-2225) 2010-06-29 00:58:31 +00:00
Pierre Joye f62f88cb76 - typo for iconv DLL .lib 2010-06-28 23:26:48 +00:00
Timm Friebe 0f022566ae - Added test for tds_sysdep_public.h and link against -lct only then
- Added test for libsybct64 and libsybct
# The former is a fix for newer versions of FreeTDS which no longer 
# provide the tds.h - we need to distinguish in what we link against
# between FreeTDS and the official Sybase libraries, and this seems
# to do the job.
# The latter is the patch from bug #49276 (finally, and sorry)
2010-06-28 13:35:06 +00:00
Felipe Pena 5c4e008044 - Fix arginfo name 2010-06-28 01:19:08 +00:00
Stanley Sufficool 3e12c6174d Fix bad string length 2010-06-28 00:15:18 +00:00
Felipe Pena 80926568f1 - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases) 2010-06-26 16:03:39 +00:00
Christopher Jones bcda2ac012 Remove hard coded lib extension. Prepare for OCI8 1.4.2 release 2010-06-25 21:18:09 +00:00
Christopher Jones b50c9a6102 Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2) 2010-06-25 21:09:13 +00:00
Felipe Pena b355aa00b0 - Fixed bug #52138 (Constants are parsed into the ini file for section names) 2010-06-24 22:32:42 +00:00
Andrey Hristov ee4818a12a Two functions, which should be methods so one can catch
their output, for example
2010-06-24 19:52:13 +00:00
Stanley Sufficool 36b8c4cb35 Actually fix quoted identifiers this time 2010-06-24 03:40:45 +00:00
Johannes Schlüter f3e6597500 Install SQLite3 header 2010-06-23 15:11:02 +00:00
Stanley Sufficool 1b2ec793f9 Fix Bug #47588 - Allow Quoted Identifiers 2010-06-23 01:29:01 +00:00
Stanley Sufficool f8bf423bd5 Fix bug #52137 - implement lastInsertId 2010-06-22 02:59:52 +00:00
Stanley Sufficool c8b7f939e6 Fix bug #52134 2010-06-22 02:09:57 +00:00
Andrey Hristov baf72b7336 Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier
2010-06-21 15:32:26 +00:00
Andrey Hristov 523960892c fix valgrind warnings on 64bit, thread_is is strictly 32bit 2010-06-21 14:49:45 +00:00
Pierre Joye 276f9a8678 - #48632, ssl AES support 2010-06-21 08:47:25 +00:00
Stanley Sufficool 7ea7787000 Fix bug #38955 - add transaction support 2010-06-21 07:30:48 +00:00
Stanley Sufficool 5712b1ec9f Fix bug #45876 adding get column meta 2010-06-21 06:54:10 +00:00
Pierre Joye abde405f1d - #45808, stream_socket_enable_crypto() blocks and eats CPU 2010-06-20 16:33:16 +00:00
Pierre Joye bd8d42729f - #51295, SQLite3::busyTimeout not existing 2010-06-20 15:30:49 +00:00
Felipe Pena f7f74b4c0e - Completed the fix for bug #52010
# Fixing pdo drivers
2010-06-20 14:12:06 +00:00
Andrey Hristov c7f10efabc Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array 2010-06-18 17:25:41 +00:00
Andrey Hristov 986e30048d missed this one in the last commit, the real type 2010-06-18 12:00:57 +00:00
Andrey Hristov d3d7447803 fix type mismatch, this is fresh misunderstanding 2010-06-18 11:56:25 +00:00
Johannes Schlüter 94694f924a - Ignore empty filename for mail.log, treat it like none given 2010-06-18 10:16:35 +00:00
Ulf Wendel c71d35120c Don't bail if there is another extension that exports constants starting with mysql<something> 2010-06-18 09:56:18 +00:00
Pierre Joye aac1ef3815 - fix build 2010-06-17 17:09:48 +00:00
Andrey Hristov 59205a6655 split mysqlnd_connect() in two parts, one doing the authorization 2010-06-17 11:37:49 +00:00
Pierre Joye 377ffeb50a - #51424, solaris part 2010-06-17 10:22:03 +00:00
Pierre Joye bc226fafed - Fix bug #52101, dns_get_record()garbage in 'ipv6' field 2010-06-17 09:26:29 +00:00
Felipe Pena 13b692e4c9 - New tests related to #52098 2010-06-16 23:33:01 +00:00