Commit Graph

36166 Commits

Author SHA1 Message Date
Andrei Zmievski
28e7df42db convert_cyr_string() should operate only on binary strings. 2006-10-27 18:14:19 +00:00
Pierre Joye
e8744ca86f - default filter is not string (only comment fix for dave :) 2006-10-27 12:13:28 +00:00
Uwe Schindler
d32cc4e0e4 update readme 2006-10-27 07:29:15 +00:00
Uwe Schindler
fbe7a4f545 Fix build in Sun Webserver 7 2006-10-27 07:22:46 +00:00
fabdfc0550 ChangeLog update 2006-10-27 01:31:13 +00:00
Ilia Alshanetsky
d0923ec834 no more magic quotes 2006-10-27 01:08:16 +00:00
Andrei Zmievski
01ac3f00f8 Unicode support for link functions. 2006-10-26 20:25:45 +00:00
Andrei Zmievski
8f54e61aa5 Oops. 2006-10-26 17:59:53 +00:00
Andrei Zmievski
7b553531af Make url encoding/decoding functions use binary strings only. 2006-10-26 17:33:33 +00:00
Andrei Zmievski
d93ef8d37a Mark syslog functions with U. No upgrading is necessary -- we'll just
use runtime encoding to convert strings.
2006-10-26 17:12:00 +00:00
Antony Dovgal
53d94a9821 fix wrong function prototype (see bug #39260) 2006-10-26 09:28:44 +00:00
5543e6232f ChangeLog update 2006-10-26 01:31:01 +00:00
Andrei Zmievski
30f624003d *** empty log message *** 2006-10-25 20:30:51 +00:00
Andrei Zmievski
66c5317278 Unicode support for get(server|proto)by(name|number) family of funcs. 2006-10-25 20:09:21 +00:00
Andrei Zmievski
205bade673 Unicode support for is_uploaded_file()/move_uploaded_file(). 2006-10-25 18:03:45 +00:00
Andrei Zmievski
bee52acb7d Unicode support for fnmatch(). 2006-10-25 17:28:20 +00:00
Pierre Joye
79904b9b08 - add test for callback with non modified var
- update changelog
2006-10-25 17:23:45 +00:00
Ilia Alshanetsky
cca8f2ded2 Fixed build 2006-10-25 14:04:48 +00:00
Hannes Magnusson
641df597fa Add oneliner descriptions 2006-10-25 12:35:16 +00:00
Hannes Magnusson
f5f54be5c1 Missing RETURN_TRUE inside the PHP_ZIP_SET_FILE_COMMENT macro 2006-10-25 12:32:10 +00:00
Hannes Magnusson
71f4d1fa01 Fix protos 2006-10-25 12:31:12 +00:00
aca45de82a ChangeLog update 2006-10-25 01:31:04 +00:00
Andrei Zmievski
723eb5274e Mark reflection methods as Unicode-compliant (except for FIXME parts). 2006-10-24 17:37:17 +00:00
Andrei Zmievski
fbc37c81af Fix key length calculation. 2006-10-24 15:35:16 +00:00
Ilia Alshanetsky
cba6bfb514 Fixed a bug when callback function returns a non-modified value 2006-10-24 15:06:01 +00:00
Antony Dovgal
d5fbdc689a fix add_u_assoc_null() macro 2006-10-24 12:46:33 +00:00
1e122f44b8 ChangeLog update 2006-10-24 01:31:02 +00:00
Hannes Magnusson
15492ca0db Fix build 2006-10-23 20:10:14 +00:00
Andrei Zmievski
78f8685b45 Fix remaining Unicode issues. 2006-10-23 20:00:40 +00:00
Ilia Alshanetsky
3642ebdcdd Added filter support for $_SERVER in cgi/apache2 sapis
Make sure PHP_SELF if filtered in Apache 1 sapi
2006-10-23 19:17:51 +00:00
Dmitry Stogov
a0407cf588 Fixed decoding list of arrays (related to bug #39121) 2006-10-23 06:49:49 +00:00
13ddcc01dc ChangeLog update 2006-10-23 01:31:29 +00:00
Ilia Alshanetsky
80ca3357c2 Removed unused var 2006-10-22 22:24:33 +00:00
4e584094c8 ChangeLog update 2006-10-22 01:31:00 +00:00
Pierre Joye
7694aa3222 - remove remaining "mode" arguments in the old api 2006-10-22 00:43:23 +00:00
Johannes Schlüter
823681aaa0 - Fix merging of $_REQUEST in unicode mode and remove $GLOBALS check from
register_globals times
2006-10-21 10:01:39 +00:00
8878fefeb6 ChangeLog update 2006-10-21 01:31:08 +00:00
Pierre Joye
95b56a6eda - add signature_algo to the function signature 2006-10-21 00:43:00 +00:00
Pierre Joye
c808d70bb3 - #39217, use openssl i2s_ASN1_INTEGER to get a string representation of
the integer (large or not). It also keeps BC by using only decimal fmt
- add test
2006-10-21 00:28:56 +00:00
Antony Dovgal
50eac21f67 fix #39217 (serialNumber is might be -1 when the value is too big) 2006-10-20 23:21:07 +00:00
Pierre Joye
6de9489bf6 - fix windows build with php < 6
- fix runtime error on other OS
2006-10-20 19:11:58 +00:00
Hannes Magnusson
a099952a0c Fix test 2006-10-20 16:17:32 +00:00
Hannes Magnusson
9967c1c306 Fix tests 2006-10-20 15:03:22 +00:00
Antony Dovgal
4a98596c90 rename REAL_KEY_SIZE() to USTR_BYTES() and move to zend_unicode.h
this macro is going to be actively used in Unicode version of OCI8 (and other extensions, probably)
2006-10-20 10:33:31 +00:00
b59fcf6572 ChangeLog update 2006-10-20 01:31:17 +00:00
Sara Golemon
5f19062164 Update test to reflect fix in spl_array.c r-1.114 2006-10-19 22:30:55 +00:00
Sara Golemon
631b9b016e Fix working with ArrayObjects which contain arrays. 2006-10-19 22:20:44 +00:00
Andrei Zmievski
dbda777b0b getrusage.c was easy(). But don't ever use zend_parse_parameters() like
that.
2006-10-19 22:14:04 +00:00
Andrei Zmievski
9c83ae0549 Unicode support in microtime() and gettimeofday(). 2006-10-19 22:11:04 +00:00
Andrei Zmievski
af2c117d29 Pick some low-hanging fruit. 2006-10-19 20:55:08 +00:00