Commit Graph

35281 Commits

Author SHA1 Message Date
Marcus Boerger
73d7f02ddc - Fix test 2006-08-06 12:49:43 +00:00
9beb75da15 ChangeLog update 2006-08-06 01:30:57 +00:00
Antony Dovgal
688975a519 fix PECL bug #7827
add small optimization - no need to do anything if hash lookup failed, just move along
2006-08-05 20:56:12 +00:00
Antony Dovgal
ead46d043f yet another appempt to fix Windows bug
thanks Rob for the patch
2006-08-05 13:17:32 +00:00
Rob Richards
2008a88704 update tests
use binary strings for loadXML() method
2006-08-05 12:35:35 +00:00
Rob Richards
4c98426979 unicode changes 2006-08-05 12:33:34 +00:00
Rob Richards
38e29d008d update tests
use binary strings for XML() method
2006-08-05 12:32:54 +00:00
53d345a347 ChangeLog update 2006-08-05 01:31:02 +00:00
Andrei Zmievski
50cb40f389 Simplify strrchr(). 2006-08-04 23:20:04 +00:00
Ilia Alshanetsky
64710ee331 MFB: Improved fix for bug #37671 2006-08-04 22:14:10 +00:00
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