1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Commit Graph

35271 Commits

Author SHA1 Message Date
Andrei Zmievski
ad017699b1 Upgrade pathinfo() to Unicode support. 2006-08-04 21:06:11 +00:00
Andrei Zmievski
dda059708f Add add_assoc_zstr_ex() and related. 2006-08-04 21:05:59 +00:00
Andrei Zmievski
eeea7d3b50 I believe Rob indicated that XML() should take strictly a binary string. 2006-08-04 20:59:36 +00:00
Antony Dovgal
6f723d90bf revert previous patch, it's wrong 2006-08-04 20:54:44 +00:00
Ilia Alshanetsky
f2136c69c6 MFB: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
imap_body()).
2006-08-04 20:34:37 +00:00
Rob Richards
f85e695409 add unicode support
update test
2006-08-04 18:11:27 +00:00
Rob Richards
ae4d9f326c updated to use new modifier to specify converter 2006-08-04 18:10:02 +00:00
Andrei Zmievski
9ff2107cc1 Upgrade dirname() to support IS_UNICODE. 2006-08-04 18:09:46 +00:00
Andrei Zmievski
cb15b7d5ae Add macros to be able to initialize/return values based on zstr. 2006-08-04 18:08:31 +00:00
Andrei Zmievski
aa398bf8ce One fewer walks needed. 2006-08-04 18:02:20 +00:00
Andrei Zmievski
2d6848d426 Add Unicode constants for default slash and directory separator. 2006-08-04 17:29:15 +00:00
Andrei Zmievski
2bfe0a8cbd Scan through all the modifiers at once, setting flags. 2006-08-04 17:02:17 +00:00
Andrei Zmievski
fd39d28d17 Fix '&' handling. (patch by Rob R) 2006-08-04 16:58:29 +00:00
Antony Dovgal
fa6d24b330 add new test 2006-08-04 15:01:29 +00:00
Rob Richards
9bd82acc33 fix compile 2006-08-04 13:40:12 +00:00
Antony Dovgal
7d109bc627 fix #38322 (reading past array in sscanf() leads to arbitary code execution) 2006-08-04 11:49:18 +00:00
Antony Dovgal
ea4f125a87 comparing libxml documents and nodes is not yet possible and we can't fix it
fix test instead
2006-08-04 08:11:39 +00:00
Dmitry Stogov
fd22843513 Unicode support 2006-08-04 07:38:21 +00:00
Derick Rethans
b2d717667b - MFB: Bison 2.3 is working as well. 2006-08-04 06:49:28 +00:00
f98ae45bb3 ChangeLog update 2006-08-04 01:30:52 +00:00
Andrei Zmievski
050f22bf0b Add IS_U_SLASH_* macros to test for path separator chars. 2006-08-03 23:56:46 +00:00
Andrei Zmievski
49f1d3a779 Upgraded basename() to work on IS_UNICODE strings as well. 2006-08-03 23:45:27 +00:00
Andrei Zmievski
768a9227ed - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to be
more sane.
- Upgrade strtoupper(), strtolower(), strtotitle() to use params API.
2006-08-03 23:09:29 +00:00
Andrei Zmievski
72adc1b397 Update similar_text() to use params API. 2006-08-03 21:46:16 +00:00
Antony Dovgal
b9404ba522 fix leak in php_sapi_filter() 2006-08-03 19:35:14 +00:00
Dmitry Stogov
31c0eb37f6 Unicode support. 2006-08-03 16:13:06 +00:00
Ilia Alshanetsky
886113e5f9 MFB: Fixed bug #38303 (spl_autoload_register() supress all errors
silently).
2006-08-03 14:53:51 +00:00
Antony Dovgal
acb6ad8e46 fix #38276 (file_exists() works incorrectly with long filenames on Windows)
aka "Ilia forgot to MFB fix for #31347"
2006-08-03 14:16:56 +00:00
Dmitry Stogov
30a2f9d219 Added version specific registry keys to allow different configurations for different php version. 2006-08-03 13:54:20 +00:00
Dmitry Stogov
a0f7f6680a In addtion to path to php.ini, PHPRC now may specify full file name 2006-08-03 11:05:09 +00:00
Antony Dovgal
9625469a44 make it consistent 2006-08-03 10:57:13 +00:00
Antony Dovgal
60feb94bf6 improve error message 2006-08-03 10:52:15 +00:00
Dmitry Stogov
c6fdecc906 Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs 2006-08-03 09:57:05 +00:00
b1dd60af02 ChangeLog update 2006-08-03 01:30:51 +00:00
Antony Dovgal
e42e830a1e fix test 2006-08-02 23:29:09 +00:00
Antony Dovgal
e226252ff6 fix build 2006-08-02 22:02:12 +00:00
Andrei Zmievski
f6f8792be4 A few fixes noted during analysis. 2006-08-02 21:53:43 +00:00
Andrei Zmievski
97e35cfb81 Notes after analyzing remainder of string.c. 2006-08-02 21:51:43 +00:00
Andrei Zmievski
09811323a9 bin2hex() should accept only binary strings. 2006-08-02 20:38:39 +00:00
Andrei Zmievski
bb97781adf *** empty log message *** 2006-08-02 20:31:51 +00:00
Andrei Zmievski
f34e1baa9f Make string comparison functions conver to unicode or printable strings
depending on unicode.semantics and do the right thing.
2006-08-02 20:31:40 +00:00
Andrei Zmievski
622344c676 Some updates. 2006-08-02 19:54:48 +00:00
Andrei Zmievski
74040c3e18 *** empty log message *** 2006-08-02 19:49:32 +00:00
Andrei Zmievski
783dd11916 *** empty log message *** 2006-08-02 17:36:40 +00:00
Andrei Zmievski
433c40c3d2 Add '&' modifier (for 's' type) that will apply the specified converter
during conversion of Unicode strings.
2006-08-02 17:36:28 +00:00
Ilia Alshanetsky
45910673a8 MFB: Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
characters).
2006-08-02 15:45:29 +00:00
Ilia Alshanetsky
9829b0c1ff MFB: Expose the xml_utf8_encode function. 2006-08-02 15:22:56 +00:00
Antony Dovgal
7205725d75 init variable, eliminate compile warning 2006-08-02 10:04:02 +00:00
Antony Dovgal
9b63740847 fix #38289 (segfault in session_decode() when _SESSION is NULL) 2006-08-02 09:15:13 +00:00
Dmitry Stogov
be56f79c6f zts fix 2006-08-02 07:54:41 +00:00