Derick Rethans
12491aaefa
- Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp).
2010-08-30 16:48:21 +00:00
Derick Rethans
1fc5e47fb6
- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)
2010-08-30 16:40:29 +00:00
Derick Rethans
fcc22c6af3
- Fixed bug #52454 (Relative dates and getTimestamp increments by one day)
2010-08-30 16:25:52 +00:00
Derick Rethans
974f1ff2e9
- Test for (non-)bug #52577 .
2010-08-30 15:40:36 +00:00
Derick Rethans
8defb90006
- Added test for bug #46874 (same as #52668 ).
2010-08-30 15:35:41 +00:00
Derick Rethans
ab6789a0ef
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
2010-08-30 15:32:09 +00:00
Pierre Joye
100228aae1
- use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex
2010-08-30 09:38:47 +00:00
Ulf Wendel
b12d435b14
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
2010-08-30 09:20:48 +00:00
Ilia Alshanetsky
9cad594085
Fixed a compiler warning
2010-08-27 19:43:08 +00:00
Dmitry Stogov
d8bddb9665
In some SAPI (e.g. FastCGI) we don't need to setup and reset libxml callbacks on each request, we con do it only once. Probably the list of such SAPI may be extended.
2010-08-27 06:12:37 +00:00
Adam Harvey
f33837ff97
Implemented request #34857 (Change array_combine behaviour when called with
...
empty arrays). Patch by Joel Perras <joel.perras@gmail.com>.
2010-08-27 03:54:10 +00:00
Ulf Wendel
db9667d2a5
Test for http://bugs.mysql.com/bug.php?id=49406 , Binding params doesn't work when selecting a date inside a CASE-WHEN
2010-08-26 13:35:20 +00:00
Dmitry Stogov
c0cf4ef129
Removed useless copying
2010-08-26 12:21:06 +00:00
Felipe Pena
cbe9f57a17
- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)
2010-08-25 22:03:03 +00:00
Andrey Hristov
721f6dae57
fix the build. two mysqli functions were missing after
...
recent commit - set_charset and get_charset
2010-08-25 15:02:02 +00:00
Adam Harvey
45960c9030
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
2010-08-25 06:07:22 +00:00
Pierre Joye
4cda8a7797
-fix logic (and BC break)
2010-08-23 18:05:05 +00:00
Pierre Joye
d8d014be78
- revert fix for #52655 , rev. 302614
2010-08-23 17:01:44 +00:00
Pierre Joye
a0e223b8ba
- add follow_location support for http stream, enabled by default to keep BC. Allows one to ignore the location header, w/o having to ignore errors or other tricks, the location data is however still available (meta)
2010-08-23 16:54:57 +00:00
Ilia Alshanetsky
a532eefe29
Fixed bogus char
2010-08-22 18:17:19 +00:00
Kalle Sommer Nielsen
77755af9b6
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface)
2010-08-21 16:22:46 +00:00
Felipe Pena
76862dfd0c
- Added missing void parameter checks
2010-08-21 16:09:18 +00:00
Pierre Joye
511b547342
- fix string validation, MOPS-2010-24
2010-08-20 16:37:33 +00:00
Andrey Hristov
67ef72018f
Fix for bug #52654 mysqli doesn't install headers with structures it uses
2010-08-20 12:25:17 +00:00
Ilia Alshanetsky
e9735b92a4
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).
2010-08-19 12:27:13 +00:00
Kalle Sommer Nielsen
faac456bde
Fixed possible crash in php_mssql_get_column_content_without_type()
...
# Also fix NEWS entry in PHP_5_2 for previous commit
2010-08-18 20:16:05 +00:00
Kalle Sommer Nielsen
20f4bdc399
Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)
...
# Tested by rein at basefarm dot no
2010-08-18 20:00:18 +00:00
Kalle Sommer Nielsen
34b631f679
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's
2010-08-18 13:34:40 +00:00
Felipe Pena
f3028b9226
- Improved fix for bug #52573
2010-08-18 01:59:37 +00:00
Andrey Hristov
9c0439e4bc
Fix for Bug #52613 crash in mysqlnd
2010-08-17 18:08:25 +00:00
Andrey Hristov
00825de6a2
Use PHP_DEP_FE - good for reflection
2010-08-17 17:40:31 +00:00
Andrey Hristov
8600c1b4da
Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated.
...
As well as mysql_list
2010-08-17 15:37:44 +00:00
Kalle Sommer Nielsen
a12f6d9312
Fixed the $context parameter on copy() to have an effect (approved for 5.3 by Johannes)
...
# To not change a PHPAPI in a point release, a new function have been added to support contexts:
# php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that
2010-08-17 12:17:28 +00:00
Kalle Sommer Nielsen
ac73c9d8b4
Fixed the context parameter on copy() to actually have an effect
...
# After looking at the logs, Jani did a bad merge into 5.3, so that
# the context parameter sent to copy() actually isn't used at all. This
# relatively simple patch fixes that for trunk.
#
# See FR #42965
# internals:
# This changes the php_copy_*() decls to contain an additional parameter for stream contexts
2010-08-16 21:56:35 +00:00
Andrey Hristov
277c7d4dea
Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
...
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
read ucs2, utf16 and utf32).
Added support for 4-byte utf8, as found in MySQL 5.5
2010-08-16 17:44:50 +00:00
Andrey Hristov
5d54d79e04
Fix test, so it doesn't fail with MySQL 5.5, where InnoDB
...
is the default engine
2010-08-16 16:15:15 +00:00
Andrey Hristov
3ed9d8fd85
detect easily which charset doesn't work
2010-08-16 16:13:55 +00:00
Derick Rethans
1bae298a07
- Updated to version 2010.12 (2010l)
2010-08-16 12:48:53 +00:00
Pierre Joye
7bd81da0b5
- WS
2010-08-16 10:29:01 +00:00
Derick Rethans
dcfa7ee212
- Updated to version 2010.11 (2010k)
2010-08-16 09:32:51 +00:00
Ilia Alshanetsky
fe07ed4b42
Upgraded bundled Sqlite3 to version 3.7.0.1
2010-08-14 14:44:39 +00:00
Kalle Sommer Nielsen
9806c21259
Changed mysqli_report() to be per-request specific rather than per-process specific ( Fixes #52390 )
2010-08-13 10:43:15 +00:00
Andrey Hristov
aff34b2133
Fix for bug #52413 MySQLi build failure on OS X
2010-08-13 09:57:04 +00:00
Andrey Hristov
d7b72a0494
Fix for bug #52433 Call to undefined method mysqli::poll()
2010-08-13 09:18:06 +00:00
Andrey Hristov
c803b0024a
Make this function static, as it is used only in this file.
...
Add additional comment about how it works.
2010-08-12 14:17:31 +00:00
Andrey Hristov
9da177f8d5
Allocate memory in a burst mode, and later use it. Increases
...
locality of the data.
Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of
two, thus removing code duplication from macro expansion - less
code to fit in the instruction cache.
2010-08-12 13:23:16 +00:00
Andrey Hristov
c974313aed
Switch from using PHP_MAJOR_VERSION to separate define for
...
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.
2010-08-12 12:02:02 +00:00
Andrey Hristov
d27983e781
ws + cs
2010-08-12 11:38:08 +00:00
Kalle Sommer Nielsen
a448b6a72b
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
2010-08-11 21:41:30 +00:00
Felipe Pena
c10bb27254
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
2010-08-10 22:37:24 +00:00
Ilia Alshanetsky
57ff563262
Make http_response_code() return FALSE where data is not available (Ex. cli sapi)
2010-08-10 00:19:51 +00:00
Andrey Hristov
da42d146ab
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
2010-08-09 17:29:30 +00:00
Andrey Hristov
ebaee8a4d0
Lay foundations for named pipe support in mysqlnd
2010-08-09 17:01:57 +00:00
Kalle Sommer Nielsen
4281addcb7
Implemented FR #52555 (Ability to get HTTP response code)
...
- Patch by Paul Dragoonis
2010-08-09 13:10:32 +00:00
Felipe Pena
84bc1c8593
- Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)
2010-08-08 23:56:29 +00:00
Felipe Pena
ef1270e5d0
- Fix test
2010-08-08 16:48:32 +00:00
Ilia Alshanetsky
d9af17b839
Additional fix for bug #52550 & fix test & warning from previous fixes
2010-08-08 15:45:02 +00:00
Christopher Jones
4f5ef36ce3
Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Do PECL OCI8 1.4.3 release
2010-08-07 00:24:26 +00:00
Felipe Pena
13d42b168f
- Added missing SKIPIF
2010-08-06 23:05:39 +00:00
Felipe Pena
cd2f66cd61
- Fix test
2010-08-06 23:01:32 +00:00
Felipe Pena
06c185214a
- Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt)
...
patch by: glen at delfi dot ee
2010-08-06 22:57:41 +00:00
Felipe Pena
9adda6199b
- Updated generated file
2010-08-06 22:23:39 +00:00
Felipe Pena
232ae3df01
- Fix build
2010-08-06 22:21:13 +00:00
Johannes Schlüter
5b8a974886
- ext_skelshould create a .svnignore not .cvsignore these days
2010-08-06 22:19:47 +00:00
Ilia Alshanetsky
a8ddaca0b0
WS
2010-08-06 20:16:11 +00:00
Ilia Alshanetsky
34e8b615ed
Another fix for issue indentified in bug #52550
2010-08-06 20:04:29 +00:00
Ilia Alshanetsky
e4b1575d58
Fixed issues inside str_pad() identified by bug #52550
2010-08-06 19:55:10 +00:00
David Soria Parra
d9afaad77f
make ssl_set return value in mysqlnd compatible with libmysqli return value
2010-08-06 19:47:03 +00:00
Ilia Alshanetsky
fa4bf064bd
Use correct order of operations. Second of many fixes for bug #52550
2010-08-06 19:11:34 +00:00
Rasmus Lerdorf
31e6390ae5
Do these ops in the right order here. First of many fixes for
...
bug #52550
2010-08-06 18:19:23 +00:00
Johannes Schlüter
eaad585a2e
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
2010-08-05 13:29:44 +00:00
Felipe Pena
3d2a6927c7
- Fixed bug #52534 (var_export array with negative key)
2010-08-04 23:11:44 +00:00
Dmitry Stogov
fa27ef4620
cleanup
2010-08-03 08:19:51 +00:00
Felipe Pena
a552a30192
- Added missing parameter checks for new methods (trunk only)
2010-08-02 01:35:02 +00:00
Felipe Pena
88b087bedd
- Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty)
2010-08-01 17:34:09 +00:00
Felipe Pena
a20d96e850
- Removed safe-mode tests
2010-08-01 16:24:42 +00:00
Felipe Pena
938265115b
- New test
2010-07-29 23:46:49 +00:00
Felipe Pena
7b9fe96774
- Fixed bug #52487 (PDO::FETCH_INTO leaks memory)
2010-07-29 23:38:55 +00:00
Pierre Joye
8d0fb1c964
- fix build
2010-07-29 12:06:15 +00:00
Felipe Pena
6944a24328
- Makes "parent" and "self" checking case-insensitive
2010-07-29 01:59:40 +00:00
Sriram Natarajan
e4be370479
- Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)
...
# PCRE's config.h can very well reuse the definitions made available from
# PHP's configure script output available within php_config.h
2010-07-27 21:42:22 +00:00
Stanley Sufficool
e00060b3b0
Remove obsolete non phpt test script.
2010-07-24 14:05:44 +00:00
Adam Harvey
929eec3b93
Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented
...
prototype for lcfirst() to actually read lcfirst().
2010-07-20 04:26:57 +00:00
Adam Harvey
6c9ca56c19
Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
...
bit)).
2010-07-19 10:46:44 +00:00
Andrey Hristov
7043949c89
Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd
2010-07-15 16:57:14 +00:00
Kalle Sommer Nielsen
c0f3aca5a3
Update the re2c files aswell (bug #51943 )
2010-07-14 00:04:43 +00:00
Kalle Sommer Nielsen
aeb1dc7cc4
Fixed bug #51943 (Several files are out of ANSI spec)
...
# Based on patch by CoreyStup at gmail dot com
2010-07-13 23:59:54 +00:00
Andrey Hristov
12f8599b86
Give an error when USE_RESULT is used with fetch_all
2010-07-13 13:02:00 +00:00
Scott MacVicar
c7b0abe6aa
Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.
...
Examples include, memory limit, execution time and recursion.
2010-07-09 21:11:37 +00:00
Kalle Sommer Nielsen
b4c573c7ec
Fixed Windows build
2010-07-08 15:09:57 +00:00
Dmitry Stogov
f0c8366a9e
- use interned strings for auto globals
...
- $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
2010-07-08 14:05:11 +00:00
Dmitry Stogov
eea8fc6122
Reduced overhead of request startup
2010-07-08 07:40:02 +00:00
Dmitry Stogov
df8bf2a2de
Fixed checks for PHP_DEBUG macro
2010-07-08 07:38:59 +00:00
Felipe Pena
c0c5c1ad4c
- Fixed ZTS build
2010-07-07 22:46:54 +00:00
Etienne Kneuss
bb15b92d2d
Fixed #51697 (Unsafe operations in free_storage of SPL iterators,
...
causes crashes during shutdown)
2010-07-07 21:55:17 +00:00
Andrey Hristov
4dece1a2a9
update tests
2010-07-07 15:53:34 +00:00
Andrey Hristov
b580bc3875
Cleanup in trunk. Remove some functions, noted in
...
UPGRADING. sed-ed the tests to change the usage
to the real function name.
2010-07-07 12:09:36 +00:00
Andrey Hristov
6900399d7e
Arginfo for mysqli
2010-07-07 11:36:29 +00:00
Timm Friebe
93bb957e26
- Added -DSYB_LP64 to CFLAGS on 64 bit platforms
...
# See http://cpansearch.perl.org/src/MEWP/DBD-Sybase-1.08/Makefile.PL :
#
# "If we are building for a 64 bit platform that also supports 32 bit
# (i.e. Solaris 8, HP-UX11, etc) then we need to make some adjustments
# [...] Tru64/DEC OSF does NOT use the SYB_LP64 define as it is ALWAYS
# in 64 bit mode."
#
# Fixes bug #50827
2010-07-07 09:47:24 +00:00
Scott MacVicar
bc74861cf8
Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fail to decode.
2010-07-06 17:01:30 +00:00
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
Felipe Pena
a7210008db
- Fix crash when calling a method of a class that inherits PDOStatement if instantiated directly
2010-06-16 23:13:29 +00:00
Andrey Hristov
55f879015d
no more needed because of the charset fix in the previous changeset
2010-06-16 19:01:13 +00:00
Pierre Joye
cba1ed2475
- #50563 , removing E_WARNING from parse_url()
2010-06-16 18:56:24 +00:00
Pierre Joye
0c226deaaa
- Fix bug #50578 , incorrect shebang in phar.phar
2010-06-16 18:30:35 +00:00
Timm Friebe
aa71d4e2f5
- Fixed segmentation fault when reading rows
...
# Problem surfaces when using FreeTDS, ASE 12.5 and reading text fields
# with NULL values. This is essentially a workaround for a bug in Free-
# TDS which is not setting the NULL indicators correctly, but provides
# a protection against possible segfaults if any other driver ever does
# this again:-)
2010-06-16 09:34:11 +00:00
Ben Longden
45bd9b385e
Added tests for SplFileObject::fgetcsv
2010-06-15 21:25:47 +00:00
Pierre Joye
79baca329b
- #42060 , add paged results support
2010-06-15 19:47:28 +00:00
Pierre Joye
05da8ecfad
- Fix #51002 , fix possible memory corruption with very long names
2010-06-15 18:48:33 +00:00
Pierre Joye
b8613c10ab
- cleanup, no vc6 support in trunk
2010-06-15 13:50:14 +00:00
Pierre Joye
f27e17d18c
- #51424 , silent warnings on win
2010-06-15 13:43:15 +00:00
Ben Longden
675a0539db
Tests for SplTempFileObject
...
Basic usage (no params)
Basic usage (with max memory specified)
Variation (passing a neg value to the constructor)
Error (Passing a non long int value to constructor)
2010-06-15 10:50:53 +00:00
Pierre Joye
06e7d5e9cb
- Fix #51424 , crypt() function hangs after 3rd call
2010-06-15 09:26:22 +00:00
Dmitry Stogov
d868733cc3
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)
2010-06-15 08:22:51 +00:00
Andrey Hristov
2f838ef547
Fix the test for libmysql, which expects the certificates
...
to be in the directory where the interpreter is started. When
using mysqlnd they should not include path and will be found
in the directory of the script.
2010-06-14 18:23:17 +00:00
Andrey Hristov
4637e3641f
And a fix for MySQL Server which is pre 5.1.23, which doesn't support
...
preserving of the charset when performing change_user. This is libmysql
only code.
2010-06-14 18:19:13 +00:00
Andrey Hristov
65b1895759
Fixed bug #52082 (character_set_client & character_set_connection reset after
...
mysqli_change_user())
libmysql >= 5.1.23 will PASS, older library versions will fail
2010-06-14 17:16:20 +00:00
Pierre Joye
0aef5f020b
- drop comment
2010-06-14 09:15:20 +00:00
Pierre Joye
c145a3754b
- #52043,GD doesn't recognize latest libJPEG version
2010-06-14 08:12:10 +00:00
Felipe Pena
b0c7323462
- Fixed bug #49320 (PDO returns null when SQLite connection fails)
2010-06-12 22:04:48 +00:00
Felipe Pena
becc2bb671
- Fixed bug #52057 (ReflectionClass fails on Closure class)
2010-06-11 23:37:55 +00:00
Dmitry Stogov
d42dbb3bed
Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
2010-06-11 08:53:31 +00:00
Ulf Wendel
6c0ddd0b6f
Fixing tests
2010-06-10 13:40:13 +00:00
Andrey Hristov
3b2000f042
export mysqlnd_globals_id, per Johannes
2010-06-10 12:24:03 +00:00
Ilia Alshanetsky
6ed1819bf4
Added inTransaction() method to PDO, with specialized support for Postgres
2010-06-10 12:11:19 +00:00
Ilia Alshanetsky
7ea9e879f3
Added support for copy to/from array/file for pdo_pgsql extension.
...
# original patch by Denis Gasparin
2010-06-10 11:11:29 +00:00
Andrey Hristov
408d786aa2
void functions return nothing
2010-06-10 09:37:58 +00:00
Christopher Jones
afedcbbd1d
Explicitly use db-5.0 and don't default to db sym link
2010-06-09 17:33:44 +00:00
Ilia Alshanetsky
b643e123ee
Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
2010-06-09 16:04:54 +00:00
Ilia Alshanetsky
400769fd2a
Fixed bug #51273 (Faultstring property does not exist when the faultstring is empty)
...
# Patch by dennis at transip dot nl
2010-06-09 15:48:22 +00:00
Pierre Joye
38d334f851
- [DOC] MFH: add session.entropy* support to windows
2010-06-08 22:30:16 +00:00
Sriram Natarajan
4500357df6
- Fixed Bug #51168 (fails to compile with Sun Studio)
...
# C99 standard supports inline keyword and supported by
# by major compilers like GCC, HP C, IBM C and Sun C
2010-06-08 21:23:48 +00:00
Pierre Joye
cdaa87f57e
- use new function to get random bytes
2010-06-08 18:27:23 +00:00
Ulf Wendel
df3b9225fd
Make the tests pass with sql strict mode enabled
2010-06-08 15:47:51 +00:00
Ulf Wendel
01a9630946
Portability improvement
2010-06-08 14:57:10 +00:00
Ulf Wendel
0484919f62
Portability improvements
2010-06-08 14:29:05 +00:00
Pierre Joye
bfe51d3895
- [DOC] add session.entropy* support to windows
2010-06-08 13:46:19 +00:00
Ulf Wendel
7b27887091
More SQL strict mode updates
2010-06-08 13:05:49 +00:00
Ulf Wendel
949b509299
Making tests pass strict sql mode.
2010-06-08 10:55:12 +00:00
Pierre Joye
9ef717c0c2
- silent warning (unary minus operator applied to unsigned type)
2010-06-06 15:28:30 +00:00
Christopher Jones
064eda1838
New test for file_exists (bug #39863 ). It currently xfail's
2010-06-05 19:44:48 +00:00
Felipe Pena
18dd664e5c
- Fixed bug #51991 (spl_autoload and *nix support with namespace)
2010-06-04 00:10:15 +00:00
Felipe Pena
f4dcfef570
- Fix test
2010-06-03 23:22:39 +00:00
Felipe Pena
d333b79c10
- Fix proto and argname
2010-06-03 18:39:21 +00:00
Felipe Pena
651a164eed
- Added ZipArchive arginfo
2010-06-03 18:23:14 +00:00
Felipe Pena
f9cc8faa3c
- Added BG(serialize) and BG(unserialize) initialization
2010-06-03 15:08:06 +00:00
Christopher Jones
e524236afa
Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to 51086 that also affects BDB 5 is not yet resolved)
2010-06-03 07:03:05 +00:00
Felipe Pena
dc86e9e89f
- Fix memleak when passing a non string/object parameter
2010-06-03 00:14:35 +00:00
Felipe Pena
f10c7890c2
- Fix test
2010-06-03 00:13:27 +00:00
Rasmus Lerdorf
2c9ec4c22f
vim fail
2010-06-02 19:26:10 +00:00
Rasmus Lerdorf
2c342f16c1
Tweak the fix for bug #51847 to still call libintl_setlocale
...
when libintl has done that redefine.
2010-06-02 19:24:36 +00:00