Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make settype($var, 'string'); behave like $var = (string)$var; | Sara Golemon | 2006-09-25 | 1 | -2/+8 |
| | | | | | e.g. switch between (binary) and (unicode) depending on UG(unicode) | ||||
* | Flag a couple more unicode ready functions | Sara Golemon | 2006-09-25 | 2 | -5/+5 |
| | |||||
* | ChangeLog update | 2006-09-25 | 1 | -0/+63 | |
| | |||||
* | base64 functions are basicly binary-only ops | Sara Golemon | 2006-09-25 | 1 | -3/+3 |
| | |||||
* | - #38943, properties in extended class cannot be set | Pierre Joye | 2006-09-24 | 2 | -4/+51 |
| | | | | | - use zend_object_std_init instead of a manual initialisation | ||||
* | PHP6 Update: fsockopen/psfockopen | Sara Golemon | 2006-09-24 | 1 | -3/+3 |
| | |||||
* | PHP6 Updates for rmdir/mkdir/rename | Sara Golemon | 2006-09-24 | 1 | -16/+64 |
| | |||||
* | PHP6 Updates for popen() and related functionality | Sara Golemon | 2006-09-24 | 4 | -41/+64 |
| | |||||
* | PHP6 Update for get_meta_tags() -- What a silly function... | Sara Golemon | 2006-09-24 | 1 | -4/+29 |
| | |||||
* | PHP6 Updates | Sara Golemon | 2006-09-24 | 1 | -35/+48 |
| | |||||
* | MFB: Fixed bug #38941 (imap extension does not compile against new version | Ilia Alshanetsky | 2006-09-24 | 2 | -0/+9 |
| | | | | | of the imap library). | ||||
* | PHP6 Updates w/ minor refactoring | Sara Golemon | 2006-09-24 | 1 | -303/+248 |
| | |||||
* | PHP6 Updates | Sara Golemon | 2006-09-24 | 2 | -12/+12 |
| | |||||
* | PHP6 Updates | Sara Golemon | 2006-09-24 | 1 | -43/+97 |
| | |||||
* | ChangeLog update | 2006-09-24 | 1 | -0/+24 | |
| | |||||
* | add missing parameter to opendir() and fix segfault | Antony Dovgal | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | fix CGI build | Antony Dovgal | 2006-09-23 | 1 | -8/+8 |
| | |||||
* | one more try to fix ZTS build | Antony Dovgal | 2006-09-23 | 1 | -4/+4 |
| | |||||
* | fix ZTS build | Antony Dovgal | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | fix possible segfault in #38891 | Antony Dovgal | 2006-09-23 | 1 | -0/+5 |
| | |||||
* | ChangeLog update | 2006-09-23 | 1 | -0/+80 | |
| | |||||
* | PHP6 Updates | Sara Golemon | 2006-09-22 | 1 | -22/+65 |
| | |||||
* | Fix copy() from last commit and add a few more PHP6 updates | Sara Golemon | 2006-09-22 | 1 | -21/+63 |
| | |||||
* | Update copy() for PHP6 | Sara Golemon | 2006-09-22 | 1 | -11/+33 |
| | |||||
* | Update stream_copy_to_stream() for PHP6 | Sara Golemon | 2006-09-22 | 3 | -11/+100 |
| | |||||
* | Fix protos. | Andrei Zmievski | 2006-09-22 | 1 | -2/+14 |
| | |||||
* | Unicode upgrade for quotemeta(). Yes, I know it's ugly. You try making | Andrei Zmievski | 2006-09-22 | 2 | -37/+62 |
| | | | | | it pretty. | ||||
* | Update stream_get_contents() for PHP6 | Sara Golemon | 2006-09-22 | 1 | -8/+30 |
| | |||||
* | Bring localeconv(), money_format(), and nl_langinfo() to standards. Add | Andrei Zmievski | 2006-09-22 | 2 | -20/+26 |
| | | | | | E_STRICT notices about them being deprecated in Unicode mode. | ||||
* | Tweak file_get_contents()'s return value a little | Sara Golemon | 2006-09-22 | 1 | -10/+21 |
| | |||||
* | Unicode support in count_chars(). Note that due to the size of the | Andrei Zmievski | 2006-09-22 | 2 | -58/+90 |
| | | | | | Unicode character set only mode=1 is supported. | ||||
* | MFB: Restore support for unquoted -d options | Ilia Alshanetsky | 2006-09-22 | 2 | -12/+40 |
| | |||||
* | Prevent access to dead zval | Dmitry Stogov | 2006-09-22 | 1 | -0/+2 |
| | |||||
* | mark functionality unicode safe | Rob Richards | 2006-09-22 | 4 | -21/+135 |
| | | | | | add test | ||||
* | PHP6 Updates | Sara Golemon | 2006-09-22 | 2 | -56/+108 |
| | |||||
* | ChangeLog update | 2006-09-22 | 2 | -0/+94 | |
| | |||||
* | Add missing function protos | Sara Golemon | 2006-09-21 | 2 | -2/+12 |
| | |||||
* | PHP6 Updates | Sara Golemon | 2006-09-21 | 1 | -149/+278 |
| | |||||
* | MFB: fix test | Ilia Alshanetsky | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | Update (most of) the functions in streamsfuncs.c | Sara Golemon | 2006-09-21 | 3 | -94/+114 |
| | | | | | | | | This commit also includes a change to tests/file/stream_rfc2397_002.phpt which doesn't entirely pass in unicode mode yet, however that's a unicode issue in the data:// wrapper that needs fixing, not a problem with the streams layer itself. | ||||
* | Fix protos. | Andrei Zmievski | 2006-09-21 | 2 | -5/+4 |
| | |||||
* | Add double-width ripemd tests to package2.xml as well | Sara Golemon | 2006-09-21 | 1 | -0/+2 |
| | |||||
* | Fix protos. | Andrei Zmievski | 2006-09-21 | 2 | -58/+57 |
| | |||||
* | Add double-width ripemd tests to package.xml | Sara Golemon | 2006-09-21 | 1 | -0/+2 |
| | |||||
* | fix domcomment property handler so it inherits from domcharacterdata | Rob Richards | 2006-09-21 | 8 | -15/+134 |
| | | | | | | mark tested functions as unicode safe add tests | ||||
* | finish unicode updates | Rob Richards | 2006-09-21 | 3 | -13/+14 |
| | | | | | update test | ||||
* | ZTS fix | Dmitry Stogov | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2006-09-21 | 2 | -0/+130 | |
| | |||||
* | Backfill protos for ext/unicode functions | Sara Golemon | 2006-09-20 | 4 | -1/+172 |
| | |||||
* | Bug fixes for substr_replace(). | Andrei Zmievski | 2006-09-20 | 4 | -36/+6 |
| |