Commit Graph

36417 Commits

Author SHA1 Message Date
Pierre Joye
19abc4b507 - #39538, fgetcsv can't handle starting newlines and trailing odd
number of backslashes (David Soria Parra, Pierre)
2006-11-22 12:56:26 +00:00
Antony Dovgal
5f29b8e40e fix #39576 (array_walk() doesn't separate userdata zval) 2006-11-22 10:58:11 +00:00
Michael Wallner
10e23ddfd5 - fix ENV section handling 2006-11-22 10:44:54 +00:00
Andrey Hristov
c60949d0b1 space to tab 2006-11-22 10:11:58 +00:00
3922d05797 ChangeLog update 2006-11-22 01:31:26 +00:00
Andrei Zmievski
b767e3cf9f Unicode support in import_request_variables(). 2006-11-21 22:21:38 +00:00
Andrei Zmievski
7cb10e9620 Note. 2006-11-21 18:45:21 +00:00
Andrei Zmievski
e6284e9cbc Unicode support in highlight_string(). 2006-11-21 18:40:58 +00:00
Antony Dovgal
ee8e633e8b remove redundant error message
add test by <zoe dot slattery at googlemail dot com>
2006-11-21 17:40:38 +00:00
Ilia Alshanetsky
d301eb38ff Fixed build 2006-11-21 15:58:29 +00:00
Ilia Alshanetsky
f1fdf21706 MFB: Adjust previous patch to work better 2006-11-21 15:58:12 +00:00
Antony Dovgal
8373efc9b9 fix #39551 (Segfault with stream_bucket_new in user filter)
also fixes several segfaults and leaks
add test
2006-11-21 15:47:44 +00:00
Antony Dovgal
0052d291fc add test for some of builtin funcs 2006-11-21 11:11:25 +00:00
Antony Dovgal
43559f1b18 fix leak in get_extension_funcs() 2006-11-21 11:10:01 +00:00
Antony Dovgal
6983398b91 fix proto 2006-11-21 10:48:16 +00:00
f2a6b5ff00 ChangeLog update 2006-11-21 01:31:11 +00:00
Antony Dovgal
6f11c0cc73 add new test 2006-11-20 22:17:00 +00:00
Antony Dovgal
0e647693df fix leak in zend_register_functions()
this is very odd, but Zend MM said nothing about it..
2006-11-20 22:08:27 +00:00
Andrei Zmievski
6324d0c475 Update for basic_functions.c 2006-11-20 20:58:56 +00:00
Antony Dovgal
90afd8b5b8 improve test 2006-11-20 20:54:52 +00:00
Marcus Boerger
0187226da0 - Fix arginfo 2006-11-20 20:03:46 +00:00
Marcus Boerger
91ac043e7e - Add new test 2006-11-20 19:55:54 +00:00
Marcus Boerger
ddd4482998 - Add optional use_keys parameter to iterator_to_array(), (idea by Kevin) 2006-11-20 19:50:19 +00:00
Ilia Alshanetsky
f09218a04c MFB: Fixed compiler warnings 2006-11-20 19:06:09 +00:00
Antony Dovgal
91ef42e47e fix test on those platforms where infinity is not "INF", but "Infinity" 2006-11-20 16:32:46 +00:00
Antony Dovgal
b198d2d028 fix test on Solaris 2006-11-20 16:28:14 +00:00
Antony Dovgal
7032c7dddf efree() if not NULL 2006-11-20 11:12:35 +00:00
f87c8db74e ChangeLog update 2006-11-20 01:31:14 +00:00
Nuno Lopes
d12df980e5 MFB 2006-11-19 18:38:11 +00:00
Ilia Alshanetsky
75f45d8458 MFB: pack()/unpack() tests 2006-11-19 18:31:22 +00:00
Ilia Alshanetsky
316e7a5b2d MFB: Fixed bug #38770 (unpack() broken with longs on 64 bit machines). 2006-11-19 18:21:50 +00:00
Georg Richter
cdd3e8be92 added testcases for ext/mysql (written by Ulf Wendel) 2006-11-19 12:14:44 +00:00
Georg Richter
317564fc1a added unicode support for ext/mysql 2006-11-19 12:10:19 +00:00
62be5f60db ChangeLog update 2006-11-19 01:31:10 +00:00
Michael Wallner
af826ebc8a catch up:
- Sara upgraded ext/bcmath
- Sara upgrades ext/bz2
- Dmitry upgraded ext/ctype
- Sara upgraded ext/gmp
- Sara upgraded ext/hash
- Andrei upgraded ext/json
- Georg upgrades ext/mysqli
- Dmitry and Andrei upgraded ext/reflection
- Rob upgrades ext/simplexml
- Dmitry upgraded ext/soap
- Nuno upgrades ext/tidy
- Rob upgrades ext/xml
- Rob upgraded ext/xmlreader
- Rob upgraded ext/xmlwriter
- Rob upgraded ext/xsl
2006-11-18 09:01:11 +00:00
fa94ed2bb2 ChangeLog update 2006-11-18 01:31:10 +00:00
Andrei Zmievski
97270f4e75 Use u_memcpy() instead of memcpy(). 2006-11-17 16:45:28 +00:00
Andrei Zmievski
b1d83fec6b Fix memory leaks and segfault. 2006-11-17 16:44:23 +00:00
Michael Wallner
63f4d8e08b - return domain in FS encoding
- use ZSTR_DUPLICATE
2006-11-17 13:37:02 +00:00
Dmitry Stogov
a563332ee4 COM initialization/deinitialization are done only if necessary 2006-11-17 11:41:13 +00:00
Dmitry Stogov
57d22421db Unicode support.
Now the real UG(unicode) value is available during MINIT calls.
2006-11-17 10:48:53 +00:00
a4f34285a8 ChangeLog update 2006-11-17 01:31:21 +00:00
Derick Rethans
7e56771f94 - Add the strtr implementation for unicode for the case where there are
characters with a code point value >= 256.
2006-11-16 20:33:44 +00:00
Ilia Alshanetsky
56742f85a5 MFB: fixed compiler warnings 2006-11-16 17:34:42 +00:00
Hannes Magnusson
9da991dd50 MFB: Fix ftruncate() with negative size 2006-11-16 16:08:09 +00:00
Antony Dovgal
c41f14297c fix tests (add missing SKIPIF sections and a fix for FreeBSD) 2006-11-16 13:49:01 +00:00
Michael Wallner
d10aa39ce4 - fix protos 2006-11-16 13:36:03 +00:00
Michael Wallner
45db592998 - fix ext/zlib status;
Nuno upgraded gzio
  stream wrapper and filter seem untouched
2006-11-16 13:33:34 +00:00
Antony Dovgal
107229611b more new tests, yikes! 2006-11-16 13:00:03 +00:00
Michael Wallner
01bab920dd - ext/ progress 2006-11-16 09:18:55 +00:00