Andrei Zmievski
|
de33cc6471
|
version_compare() will use runtime encoding.
|
2006-12-07 21:18:45 +00:00 |
|
Andrei Zmievski
|
10af5e6296
|
Unicode support/safety in iptc* functions. Untested, cause I know crap
about IPTC.
|
2006-12-07 21:11:54 +00:00 |
|
Antony Dovgal
|
2122cf4fab
|
initialize variables and make Coverity happy
|
2006-12-07 20:45:21 +00:00 |
|
Andrei Zmievski
|
162dc4c774
|
Unicode support in parse_url().
|
2006-12-07 18:18:49 +00:00 |
|
Antony Dovgal
|
04872050e4
|
fix #39763 (magic quotes are applied twice by ext/filter)
no need to add slashes manually, they are added by php_register_variable_ex()
|
2006-12-07 10:59:35 +00:00 |
|
Sara Golemon
|
53a4c18c6a
|
Change fgets() behavior back to BC version
|
2006-12-07 09:51:36 +00:00 |
|
Ilia Alshanetsky
|
85213a12dc
|
MFB: Fixed bug #39754 (Some POSIX extension functions not thread safe).
|
2006-12-07 01:41:29 +00:00 |
|
Ilia Alshanetsky
|
38d622732d
|
Allow submission of unicode data in utf8 form
|
2006-12-07 01:06:54 +00:00 |
|
Sara Golemon
|
982af2061f
|
Use proper zstr for str_getcsv() and add documentation for Andrei's peace of mind
|
2006-12-06 23:14:15 +00:00 |
|
Antony Dovgal
|
faf0146281
|
test. please ignore
|
2006-12-06 20:21:27 +00:00 |
|
Ilia Alshanetsky
|
374a5b63c6
|
Final set of unicode changes
|
2006-12-06 18:40:55 +00:00 |
|
Ilia Alshanetsky
|
aa6e70f216
|
First part of unicode upgrade
|
2006-12-06 17:52:11 +00:00 |
|
Antony Dovgal
|
6c8ce9805b
|
fix import_request_variables()
|
2006-12-06 17:42:47 +00:00 |
|
Antony Dovgal
|
e56bd8eed2
|
add Unicode support to oci_statement_type()
|
2006-12-06 16:42:27 +00:00 |
|
Antony Dovgal
|
826f06ea88
|
mark most of the OCI8 functions as unicode aware
|
2006-12-06 16:36:27 +00:00 |
|
Antony Dovgal
|
b93db04a1d
|
move handling of 'F' to the top
|
2006-12-06 16:28:27 +00:00 |
|
Ilia Alshanetsky
|
f7289c93db
|
Make functions as being unicode safe
|
2006-12-06 16:25:17 +00:00 |
|
Antony Dovgal
|
34398156d8
|
add missing 'F' modified (noticed by Matt)
|
2006-12-06 14:47:19 +00:00 |
|
Antony Dovgal
|
e7d6927ed6
|
fix tests
|
2006-12-06 13:21:48 +00:00 |
|
Rob Richards
|
3d73c5da0d
|
MFB: Fix win32 build
|
2006-12-06 13:20:17 +00:00 |
|
Antony Dovgal
|
8f98226510
|
fix tests
|
2006-12-06 13:11:02 +00:00 |
|
Antony Dovgal
|
4789badd3a
|
use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()
|
2006-12-06 09:50:28 +00:00 |
|
Antony Dovgal
|
14df3a4939
|
let PHP_ADD_EXTENSION_DEP() to take care of this
|
2006-12-05 23:51:18 +00:00 |
|
Ilia Alshanetsky
|
787a9ede6c
|
MFB: Fixed bug #39724 (Broken build due to spl/filter usage of pcre
extension).
|
2006-12-05 23:38:10 +00:00 |
|
Andrei Zmievski
|
a775c82161
|
extract() should convert keys using runtime encoding.
|
2006-12-05 23:17:06 +00:00 |
|
Antony Dovgal
|
024d8f4376
|
cosmetic improvements
|
2006-12-05 23:03:42 +00:00 |
|
Frank M. Kromann
|
234c03a14f
|
Remove PHP4.x stuff
|
2006-12-05 21:46:33 +00:00 |
|
Frank M. Kromann
|
2381ffba16
|
#39429 Update API
|
2006-12-05 21:02:29 +00:00 |
|
Antony Dovgal
|
80fdcd8e06
|
nuke redundant zval_ptr_dtor() call and fix memory corruption/segfault
|
2006-12-05 18:42:22 +00:00 |
|
Andrei Zmievski
|
9c1efbe2bb
|
Unicode support in http_build_query().
|
2006-12-05 18:41:23 +00:00 |
|
Ilia Alshanetsky
|
c8ba0f9058
|
MFB: Fixed bug #36798 (Error parsing named parameters with queries
containing high-ascii chars).
|
2006-12-05 18:05:56 +00:00 |
|
Hannes Magnusson
|
380439a39a
|
MFB: fix test
|
2006-12-05 15:59:09 +00:00 |
|
Antony Dovgal
|
2f5f375850
|
don't pass negative maxchars to php_stream_get_line_ex()
|
2006-12-05 13:45:49 +00:00 |
|
Rob Richards
|
5ccef7164e
|
MFB: fix bug #39625 (Apache crashes on importStylesheet call)
|
2006-12-05 12:05:03 +00:00 |
|
Sara Golemon
|
fac71c77c1
|
Add str_getcsv() and fix a couple cases in recent fgetcsv() reimplementation
|
2006-12-05 04:52:44 +00:00 |
|
Sara Golemon
|
78f65cc451
|
Unicode upgrade for fgetcsv()
|
2006-12-05 04:13:47 +00:00 |
|
Stanislav Malyshev
|
40b496d63f
|
Merge from 5.2:
Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
|
2006-12-05 02:55:27 +00:00 |
|
Ilia Alshanetsky
|
bc07f14f7a
|
MFB: Fixed bug #39571 (timeout ssl:// connections).
|
2006-12-05 01:39:21 +00:00 |
|
Pierre Joye
|
a62301fc98
|
- invalid filter id should not return unsafe values
|
2006-12-05 01:23:42 +00:00 |
|
Pierre Joye
|
bead3e1428
|
- WS
|
2006-12-04 21:34:48 +00:00 |
|
Pierre Joye
|
4fcf964c65
|
- MFB: use %s
|
2006-12-04 21:23:02 +00:00 |
|
Pierre Joye
|
836e249bcc
|
- WS
|
2006-12-04 21:16:46 +00:00 |
|
Andrei Zmievski
|
4524457eff
|
Make headers-related functions accept Unicode strings, but only if their
contents can be converted to ASCII.
|
2006-12-04 20:43:42 +00:00 |
|
Andrei Zmievski
|
411f6ca0fb
|
Unicode support in var_export().
|
2006-12-04 18:55:40 +00:00 |
|
Ilia Alshanetsky
|
aaf7159f2a
|
MFB: Fixed tests
|
2006-12-04 18:30:05 +00:00 |
|
Antony Dovgal
|
6aa5ed0d9c
|
partly fix #39724
ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)
|
2006-12-04 18:01:24 +00:00 |
|
Ilia Alshanetsky
|
10a8b1a152
|
MFB: Fixed test (user is a reserved keyword in pgsql)
|
2006-12-04 17:55:56 +00:00 |
|
Antony Dovgal
|
576797c7c1
|
fix retval type
it should be int, not zend_bool
|
2006-12-04 15:58:35 +00:00 |
|
Andrey Hristov
|
20fc9486db
|
dummy change
|
2006-12-04 15:27:18 +00:00 |
|
Ilia Alshanetsky
|
6f6577665e
|
MFB: Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).
|
2006-12-04 03:08:52 +00:00 |
|