1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
Commit Graph

35082 Commits

Author SHA1 Message Date
Pierre Joye 0cbcafa64d MFB:
- API Shake up #1, change input_get_args argument order
- silent compiler warnings
- update tests
2006-07-22 09:51:50 +00:00
458c7f170c ChangeLog update 2006-07-22 01:30:53 +00:00
Andrei Zmievski bcb2df2974 Apply Matt W's patch (with a fix) for array_combine() binary key safety. 2006-07-21 23:47:40 +00:00
Andrei Zmievski 8ee838b4ec It's not legacy - it's binary. 2006-07-21 23:37:15 +00:00
Andrei Zmievski 54528ce322 Remove references to BG(user_compare_fnnc_name).
# Less bickering, more coding!
2006-07-21 23:29:25 +00:00
Andrei Zmievski d32d425468 Make array_*intersect* functions use params API with FCI cache and mark
them with U.
2006-07-21 23:25:08 +00:00
Marcus Boerger db47731174 - Update docu 2006-07-21 21:54:49 +00:00
Marcus Boerger 0f92e907ce - Match code with docu 2006-07-21 21:09:49 +00:00
Marcus Boerger ebbc559af5 - Update tests 2006-07-21 20:11:24 +00:00
Marcus Boerger 5b3d704bcd - Add control functions to RegexIterator 2006-07-21 19:57:36 +00:00
Dmitry Stogov a7cfcd6b35 MTH: Fixed bug #37144 (PHP craches trying to assign into property of dead object) 2006-07-21 11:13:24 +00:00
Dmitry Stogov 933e8c0be0 Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification of overloaded property. 2006-07-21 10:32:41 +00:00
Dmitry Stogov 881258ad6e Fixed wrong "type" argument to read_property() handler 2006-07-21 08:39:43 +00:00
Dmitry Stogov 7a09b15702 ZTS fix 2006-07-21 07:34:18 +00:00
Rob Richards c58c7b88b1 return EMPTY_TEXT here 2006-07-21 02:09:28 +00:00
2e07bf1ce3 ChangeLog update 2006-07-21 01:30:51 +00:00
Rob Richards f7575a538e unicode support for handling filenames 2006-07-21 00:57:14 +00:00
Andrei Zmievski 40b4c60b9a Make array_walk(_recursive) use params API with FCI cache and mark them
with U.
2006-07-20 23:21:32 +00:00
Marcus Boerger 94c8f3a0d7 - Need to initialized zvals completley 2006-07-20 22:52:16 +00:00
Andrei Zmievski 6e9dcc4800 Make all array_*diff* functions use params API (along with FCI cache)
and mark them with U.

# What a mess (before my changes of course) :)
2006-07-20 22:51:20 +00:00
Rob Richards 559937c8a5 tsrmls fix 2006-07-20 22:40:44 +00:00
Marcus Boerger 8e3af0a026 - Change order of ctor args
# Do it before the child falls in the brunnel - aka prior to first release.
2006-07-20 22:35:44 +00:00
Marcus Boerger c2c5201872 - TSRM fixes 2006-07-20 22:07:09 +00:00
Marcus Boerger 0dc6d3e257 - Update docu 2006-07-20 22:04:52 +00:00
Marcus Boerger 8ff86b1e31 - WS 2006-07-20 21:52:40 +00:00
Marcus Boerger 6a0f2a5982 - Fix unicode expectations 2006-07-20 21:39:48 +00:00
Marcus Boerger b85fbd19ea # Sometimes i hate CVS and have no idea what it is doing 2006-07-20 21:32:44 +00:00
Marcus Boerger bec72dba2a - Update RegexIterator 2006-07-20 21:21:20 +00:00
Marcus Boerger b5b5944ddf - Clean up (after consulting Andrei)
. Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....)
 . All refactored funcs (match, split, replace, grep) use the above
 . Change (zend|php)_error() to php_error_docref()
 . Move from old to new param parsing api
 . Fix memleaks in unicode mode
2006-07-20 21:19:05 +00:00
Marcus Boerger 8619c361cc - Add new unicode functions: add_u_assoc_*[_ex]() which allow to add values
using a unicode key.
2006-07-20 21:16:08 +00:00
Andrei Zmievski e9a9a26e7e Rewrite array_map() to use params API with fci cache and mark it with U. 2006-07-20 20:54:23 +00:00
Andrei Zmievski 4ab3e25866 *** empty log message *** 2006-07-20 18:14:50 +00:00
Derick Rethans 13b1d8b95b - Rename date classes to DateTime and DateTimeZone 2006-07-20 15:48:36 +00:00
Andrei Zmievski a133d1e17a Fix void* -> zstr 2006-07-20 15:46:26 +00:00
Pierre Joye 7544adc52d - update changelog 2006-07-20 13:08:36 +00:00
Pierre Joye 70a89d9605 - MFB:
- make boolean logical filter works like int/float and php itself
 - add more tests for boolean input
2006-07-20 13:03:02 +00:00
Antony Dovgal c06f0b0a87 rephrase 2006-07-20 10:47:26 +00:00
foobar b24efadcef Simplify configure, no need to have dozen macros which have no use 2006-07-20 10:11:02 +00:00
foobar b3f926bf21 update 2006-07-20 10:08:31 +00:00
foobar df908e1f23 missing credits file 2006-07-20 10:07:17 +00:00
Antony Dovgal 7766768cfb use E_WARNING on recursion and add null to the result to keep it valid 2006-07-20 09:33:15 +00:00
Antony Dovgal 8635f4fd23 ZTS fix 2006-07-20 09:18:46 +00:00
Antony Dovgal c239c51fa5 add missing .cvsignore 2006-07-20 08:58:39 +00:00
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