Commit Graph

35039 Commits

Author SHA1 Message Date
Antony Dovgal
3f197f1c3c add recursion protection to json_encode() and new tests 2006-07-20 08:56:24 +00:00
Antony Dovgal
321184da5e fix segfault caused by empty keys is JSON data
add test
2006-07-20 08:23:45 +00:00
Antony Dovgal
7589a72629 json_escape_string() doesn't use tsrm_ls, so no need to pass it 2006-07-20 07:40:41 +00:00
Antony Dovgal
402cbc1db9 no need to return bool and false in the same time =) 2006-07-20 07:30:14 +00:00
0d65d72f77 ChangeLog update 2006-07-20 01:30:54 +00:00
Marcus Boerger
8dc11c8c28 - WS 2006-07-19 20:30:52 +00:00
Pierre Joye
93d4de150e - MFH: fix tests, libxml 2.6.24 and up adds a new line after a processing
instruction (PI)
2006-07-19 18:58:06 +00:00
Rob Richards
d4be83b5c4 unicode support
update tests
2006-07-19 18:32:19 +00:00
Rob Richards
4e1b1c07fb add unicode compatible macros for returning strings from xml based extensions 2006-07-19 18:28:30 +00:00
Andrei Zmievski
0e05886a2e Fix usage of 'return_null' option in parameter parsing. 2006-07-19 18:21:04 +00:00
Andrei Zmievski
80839710f1 Make 't' and 'T' use zstr for storage type. 2006-07-19 17:51:49 +00:00
Andrei Zmievski
f45c16cb3c Add '+' varargs specifier that requires at least one arg. 2006-07-19 17:38:47 +00:00
Ilia Alshanetsky
369b7e44a0 MFB: Fixed compiler warnings and enable Json by default. 2006-07-19 16:17:56 +00:00
Michael Wallner
73ba3e2592 - added error_get_last() function 2006-07-19 12:25:02 +00:00
Antony Dovgal
012a0e74ed no need to fetch name and free it immediately after that
the patch also fixes a segfault
2006-07-19 08:35:25 +00:00
Antony Dovgal
d37337c6df fix tests 2006-07-19 08:25:45 +00:00
Antony Dovgal
54188262f2 increase refcount when adding zval to the result array 2006-07-19 07:18:25 +00:00
Antony Dovgal
6e5e4aa05d fix compile warnings 2006-07-19 06:56:28 +00:00
Antony Dovgal
93094e525b MFB: fetch tsrm_ls, don't use it uninitialized 2006-07-19 06:33:07 +00:00
Andrei Zmievski
4bf31abbf4 Initialize some vars. 2006-07-19 01:51:20 +00:00
35ebfabbd2 ChangeLog update 2006-07-19 01:30:52 +00:00
Marcus Boerger
fe7ba735bc - CS 2006-07-18 23:56:53 +00:00
Marcus Boerger
80807ea353 - Fix build 2006-07-18 23:52:09 +00:00
Ilia Alshanetsky
61fd6bbebf MFB: Fixed memory leak 2006-07-18 22:45:56 +00:00
Andrei Zmievski
bbd3cd2743 Implement varargs parameter parsing. See README for examples. 2006-07-18 22:07:20 +00:00
Andrei Zmievski
0667864631 Callable checks and class fetching and lookup should support identifer
normalization now. (Marcus, Andrei)
2006-07-18 17:52:45 +00:00
Andi Gutmans
c32b733940 - Capture Dmitry's Zend MM email for later reference 2006-07-18 16:54:37 +00:00
Antony Dovgal
4509fb33c5 fix build on platforms without mremap() 2006-07-18 15:41:47 +00:00
Dmitry Stogov
98799bdc16 Unicode support (not finished) 2006-07-18 15:05:07 +00:00
Antony Dovgal
16afb4157a patch merged into 5_2 2006-07-18 14:59:35 +00:00
Derick Rethans
6ce33efe08 - Enable all methods in the already existing Date and Timezone classes 2006-07-18 12:37:49 +00:00
Dmitry Stogov
d6cd18c083 Fixed compilation error 2006-07-18 09:24:54 +00:00
Antony Dovgal
18d1c420d6 fix test 2006-07-18 09:23:05 +00:00
Dmitry Stogov
6687f0377b New memory manager 2006-07-18 09:08:06 +00:00
Antony Dovgal
6bcb0c9ed5 fix logic 2006-07-18 08:57:26 +00:00
Antony Dovgal
0d088b15b7 fix DVAL_TO_LVAL() macro, which doesn't seem to work correctly on AIX & GCC < 3.5 2006-07-18 08:16:18 +00:00
f645ccf699 ChangeLog update 2006-07-18 01:31:06 +00:00
Ilia Alshanetsky
3cf509ab75 MFB: Added possible failure note. 2006-07-18 00:09:21 +00:00
Andrei Zmievski
2aa0acfaaa *** empty log message *** 2006-07-17 22:18:08 +00:00
Andrei Zmievski
675832c204 Update array_filter() and array_reduce() to use params API with FCI
cache and mark them with U.
2006-07-17 22:18:01 +00:00
Andrei Zmievski
34e5b3befa Upgrade uasort() and uksort() to use params API with FCI cache and mark
them with U.
2006-07-17 21:20:02 +00:00
Marcus Boerger
cc3d932875 - Fix #38125 undefined reference to spl_dual_it_free_storage 2006-07-17 21:09:10 +00:00
Andrei Zmievski
fdf280b41b - Upgrade usort() to support Unicode (including valid Unicode callbacks).
- Make usort() use 'f' specifier for function call info/cache.
2006-07-17 20:52:12 +00:00
Michael Wallner
6ad2093794 MFB52: fix bug #37945 pathinfo() cannot handle argument with special
characters like german "Umlaute"
2006-07-17 20:43:07 +00:00
Andrei Zmievski
0bb270d352 - Use zend_uchar for param type
- %v is for UG() - dependent strings, which is not the case here
- 'T' is only useful for multiple parameters, so use 't' instead
2006-07-17 19:32:10 +00:00
Andrei Zmievski
dfb113bbd2 *** empty log message *** 2006-07-17 19:19:09 +00:00
Pierre Joye
004ed49028 - MFB: #38112, corrupt GIF Image segfault 2006-07-17 15:08:46 +00:00
Nuno Lopes
c87c91ae13 MFB: valgrind args change 2006-07-17 11:46:12 +00:00
Nuno Lopes
068dfca1d7 MFB 2006-07-17 11:39:49 +00:00
Nuno Lopes
1185b233a7 MFB 5.2 2006-07-17 10:49:34 +00:00