summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make settype($var, 'string'); behave like $var = (string)$var;Sara Golemon2006-09-251-2/+8
| | | | | e.g. switch between (binary) and (unicode) depending on UG(unicode)
* Flag a couple more unicode ready functionsSara Golemon2006-09-252-5/+5
|
* ChangeLog update2006-09-251-0/+63
|
* base64 functions are basicly binary-only opsSara Golemon2006-09-251-3/+3
|
* - #38943, properties in extended class cannot be setPierre Joye2006-09-242-4/+51
| | | | | - use zend_object_std_init instead of a manual initialisation
* PHP6 Update: fsockopen/psfockopenSara Golemon2006-09-241-3/+3
|
* PHP6 Updates for rmdir/mkdir/renameSara Golemon2006-09-241-16/+64
|
* PHP6 Updates for popen() and related functionalitySara Golemon2006-09-244-41/+64
|
* PHP6 Update for get_meta_tags() -- What a silly function...Sara Golemon2006-09-241-4/+29
|
* PHP6 UpdatesSara Golemon2006-09-241-35/+48
|
* MFB: Fixed bug #38941 (imap extension does not compile against new versionIlia Alshanetsky2006-09-242-0/+9
| | | | | of the imap library).
* PHP6 Updates w/ minor refactoringSara Golemon2006-09-241-303/+248
|
* PHP6 UpdatesSara Golemon2006-09-242-12/+12
|
* PHP6 UpdatesSara Golemon2006-09-241-43/+97
|
* ChangeLog update2006-09-241-0/+24
|
* add missing parameter to opendir() and fix segfaultAntony Dovgal2006-09-231-1/+1
|
* fix CGI buildAntony Dovgal2006-09-231-8/+8
|
* one more try to fix ZTS buildAntony Dovgal2006-09-231-4/+4
|
* fix ZTS buildAntony Dovgal2006-09-231-1/+1
|
* fix possible segfault in #38891Antony Dovgal2006-09-231-0/+5
|
* ChangeLog update2006-09-231-0/+80
|
* PHP6 UpdatesSara Golemon2006-09-221-22/+65
|
* Fix copy() from last commit and add a few more PHP6 updatesSara Golemon2006-09-221-21/+63
|
* Update copy() for PHP6Sara Golemon2006-09-221-11/+33
|
* Update stream_copy_to_stream() for PHP6Sara Golemon2006-09-223-11/+100
|
* Fix protos.Andrei Zmievski2006-09-221-2/+14
|
* Unicode upgrade for quotemeta(). Yes, I know it's ugly. You try makingAndrei Zmievski2006-09-222-37/+62
| | | | | it pretty.
* Update stream_get_contents() for PHP6Sara Golemon2006-09-221-8/+30
|
* Bring localeconv(), money_format(), and nl_langinfo() to standards. AddAndrei Zmievski2006-09-222-20/+26
| | | | | E_STRICT notices about them being deprecated in Unicode mode.
* Tweak file_get_contents()'s return value a littleSara Golemon2006-09-221-10/+21
|
* Unicode support in count_chars(). Note that due to the size of theAndrei Zmievski2006-09-222-58/+90
| | | | | Unicode character set only mode=1 is supported.
* MFB: Restore support for unquoted -d optionsIlia Alshanetsky2006-09-222-12/+40
|
* Prevent access to dead zvalDmitry Stogov2006-09-221-0/+2
|
* mark functionality unicode safeRob Richards2006-09-224-21/+135
| | | | | add test
* PHP6 UpdatesSara Golemon2006-09-222-56/+108
|
* ChangeLog update2006-09-222-0/+94
|
* Add missing function protosSara Golemon2006-09-212-2/+12
|
* PHP6 UpdatesSara Golemon2006-09-211-149/+278
|
* MFB: fix testIlia Alshanetsky2006-09-211-1/+1
|
* Update (most of) the functions in streamsfuncs.cSara Golemon2006-09-213-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 Zmievski2006-09-212-5/+4
|
* Add double-width ripemd tests to package2.xml as wellSara Golemon2006-09-211-0/+2
|
* Fix protos.Andrei Zmievski2006-09-212-58/+57
|
* Add double-width ripemd tests to package.xmlSara Golemon2006-09-211-0/+2
|
* fix domcomment property handler so it inherits from domcharacterdataRob Richards2006-09-218-15/+134
| | | | | | mark tested functions as unicode safe add tests
* finish unicode updatesRob Richards2006-09-213-13/+14
| | | | | update test
* ZTS fixDmitry Stogov2006-09-211-1/+1
|
* ChangeLog update2006-09-212-0/+130
|
* Backfill protos for ext/unicode functionsSara Golemon2006-09-204-1/+172
|
* Bug fixes for substr_replace().Andrei Zmievski2006-09-204-36/+6
|