Kalle Sommer Nielsen
a3161aa091
Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros
2010-09-27 01:19:57 +00:00
Pierre Joye
a531b5f0d2
- fix bug #52926 , zlib fopen wrapper does not use the context
2010-09-26 20:46:54 +00:00
Stanley Sufficool
dc0736b3ed
Update getColumnMeta native types for SQL Server 2008
2010-09-26 20:16:25 +00:00
Adam Harvey
42752c71d4
Fix failing phar tests.
2010-09-24 08:53:00 +00:00
Andrey Hristov
859a1404bf
WS fixes
2010-09-23 16:03:22 +00:00
Ulf Wendel
1ab38567b9
Let's try not to have 'uft8'-only tests and avoid setting the charset upon connect. I've changed the tests to make no assumptions on the server charset setting. var_dump()/EXPECTF tests got replaced with dynamic tests which try to take the current charset into account.
2010-09-23 15:08:43 +00:00
Kalle Sommer Nielsen
a6adb25d85
Eliminate a TSRMLS_FETCH() call in case of an error in one of the ereg functions
2010-09-23 04:51:02 +00:00
Kalle Sommer Nielsen
9c4a92cf51
There are a few cases where we can save a TSRMLS_FETCH() call here
2010-09-23 04:50:26 +00:00
Adam Harvey
a89b97102e
Fix up the vim folds in phar_object.c and add a note that the two prototypes
...
before Phar::__construct() are actually valid and not a mistake, per bug
#52909 .
2010-09-23 04:41:14 +00:00
Kalle Sommer Nielsen
1ac15b2f8e
Added TSRMLS macros into php_get_current_user()
2010-09-23 04:13:36 +00:00
Kalle Sommer Nielsen
68b1905702
Cast to char * here
2010-09-23 03:54:54 +00:00
Kalle Sommer Nielsen
06a9baf4d9
Missed to check this one in the last commit
2010-09-23 03:49:26 +00:00
Kalle Sommer Nielsen
cb50011016
Fixed compiler warnings in the standard library
2010-09-23 03:45:36 +00:00
Kalle Sommer Nielsen
466c0b88d7
Fixed signedness compiler warning
2010-09-23 03:33:36 +00:00
Andrey Hristov
1af3e68880
Unify, force one charset at connect, thus fixing
...
test failures because different servers have different
system charsets.
2010-09-22 18:25:33 +00:00
Ulf Wendel
44fba4d934
Test update for sql_mode = ansi
2010-09-22 15:22:22 +00:00
Ulf Wendel
8236f62ce2
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
Andrey Hristov
4c26112c88
Fix for
...
Request #48082 mysql_connect does not work with named pipes
2010-09-22 15:14:04 +00:00
Andrey Hristov
7346d8d590
small macro fix
2010-09-22 14:54:43 +00:00
Andrey Hristov
0b74eb2e96
fix for bug 52891 - optimize a bit
2010-09-22 14:26:43 +00:00
Andrey Hristov
fbaed5476c
Fix for
...
Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX
2010-09-22 11:38:49 +00:00
Andrey Hristov
c0528261d7
update tests
2010-09-22 11:09:29 +00:00
Ulf Wendel
10974d77f4
Trying to pimp gcov.php.net code coverage tests.. trying to cover mysqlnd compress code with a standard test run
2010-09-20 19:01:13 +00:00
Ulf Wendel
f7c54d0737
Align test to the style used in the other tests
2010-09-20 18:26:11 +00:00
Ulf Wendel
579b5f2d63
No reason not to run the tests with libmysql. Its long, long ago that pconnect has been a mysqlnd only feature
2010-09-20 17:26:39 +00:00
Ilia Alshanetsky
2f9da7fce0
Fixed a compiler warning
2010-09-20 12:48:27 +00:00
Ulf Wendel
70d231bf13
Dont be strict on error messages, they can vary by server version
2010-09-20 09:04:48 +00:00
Andrey Hristov
e389303ef3
add test case for 52891
2010-09-20 09:02:31 +00:00
Rui Hirokawa
bd526e47f5
fixed compilation error.
2010-09-19 01:28:32 +00:00
Kalle Sommer Nielsen
208aa1025d
Improved performance of unserialize(), original patch by galaxy dot mipt at gmail dot com
2010-09-18 16:09:28 +00:00
Ulf Wendel
1c9e784985
Skip if PDO_SQLITE is not available
2010-09-17 17:11:21 +00:00
Ulf Wendel
d67c72668f
Remove OS dependent directory separator from EXPECT
2010-09-17 16:40:02 +00:00
Pierre Joye
3bdac76cf1
- fix ts build (zend_list_insert change)
2010-09-17 10:51:53 +00:00
Pierre Joye
c17f8ecd6a
- use popen_ex directly, avoid the tsrm fetch
2010-09-17 10:04:28 +00:00
Antony Dovgal
4bf895cb08
fix ZTS build
2010-09-17 07:07:52 +00:00
Pierre Joye
6699cfaa51
- WS
2010-09-16 19:15:26 +00:00
Adam Harvey
cb9c8233fc
Implement FR #44331 (Formatting option for json_encode). Bikeshedding about the
...
exact form of the JSON pretty printing and brace handling will only be accepted
in the form of patches. ;)
2010-09-16 16:21:15 +00:00
Adam Harvey
d8b8d22a0d
Rebalance the folds in json.c.
2010-09-16 14:15:19 +00:00
Adam Harvey
726fe638bb
Implemented FR #49366 (Make slash escaping optional in json_encode()).
2010-09-16 13:53:27 +00:00
Pierre Joye
aa297b60a3
- zend_list_insert TSRMLS fix (thx tony for the headup)
2010-09-16 13:34:51 +00:00
Pierre Joye
5a7bd45c1a
- cleanup ze1/ze2
2010-09-16 10:01:51 +00:00
Pierre Joye
ed58636f00
- use TSRMLS_D/C with php_stream_context_alloc
2010-09-16 09:33:42 +00:00
Pierre Joye
aa0ed267a2
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert
2010-09-16 09:13:19 +00:00
Andrey Hristov
f60bd23914
remove unneeded proxy function _mysqlnd_restart_psessoin
2010-09-15 12:23:45 +00:00
Andrey Hristov
d5f1517cd6
Remove unneeded proxy function _mysqlnd_end_psession
2010-09-15 12:11:33 +00:00
Adam Harvey
767bc20ed5
Fix bug #52849 (GNU MP invalid version match).
2010-09-15 10:51:55 +00:00
Dmitry Stogov
f2df6a4a3e
- Improved memory usage
...
. zend_function.pass_rest_by_reference is replaced by
ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
. zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE
in zend_function.fn_flags
. zend_arg_info.required_num_args removed. it was needed only for internal
functions. Now the first arg_info for internal function (which has special
meaning) is represented by zend_internal_function_info structure.
. zend_op_array.size, size_var, size_literal, current_brk_cont,
backpatch_count moved into CG(context), because they are used only during
compilation.
. zend_op_array.start_op is moved into EG(start_op), because it's used
only for 'interactive' execution of single top-level op-array.
. zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in
zend_op_array.fn_flags.
. op_array.vars array is trimmed (reallocated) during pass_two.
. zend_class_entry.constants_updated is replaced by
ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags
. the size of zend_class_entry is reduced by sharing the same memory space
by different information for internal and user classes.
See zend_class_inttry.info union.
2010-09-15 07:38:52 +00:00
Felipe Pena
3e92b20434
- Fixed bug #52843 (Segfault when optional parameters are not passed in to mssql_connect)
2010-09-15 02:12:46 +00:00
Adam Harvey
56ea98734c
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
...
Patch by Gustavo.
2010-09-14 10:58:59 +00:00
Adam Harvey
3c93eab5a3
Fix English in the error message emitted when json_decode() is called with
...
depth <= 0.
2010-09-14 03:46:28 +00:00