summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFB: remove unused ini optionsHannes Magnusson2006-09-282-49/+0
* MFB; new ini optionsHannes Magnusson2006-09-282-0/+68
* MFB: Added handling for virtual_file_ex() failures.Ilia Alshanetsky2006-09-281-13/+39
* MFB: Fixed bug #38859 (parse_url() fails if passing '@' in passwd).Ilia Alshanetsky2006-09-282-3/+20
* fix #38981 (using FTP URLs in get_headers() causes crash)Antony Dovgal2006-09-281-0/+5
* new testsAntony Dovgal2006-09-282-0/+58
* fix testHannes Magnusson2006-09-281-3/+6
* add new testsAntony Dovgal2006-09-282-0/+58
* fix some compiler warningsRob Richards2006-09-281-16/+21
* - MFB: imagefill(), infinite loop with wrong color indexPierre Joye2006-09-282-0/+29
* fix compile warningAntony Dovgal2006-09-281-1/+1
* Fixed wrong pipe detection codeDmitry Stogov2006-09-281-2/+1
* Fixed wrong return valueDmitry Stogov2006-09-281-1/+1
* ChangeLog update2006-09-282-0/+85
* MFB: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).Ilia Alshanetsky2006-09-271-1/+10
* - Return timezone's names as Unicode strings.Derick Rethans2006-09-273-4/+4
* - Updated the Apache 1.3 sapi as add_assoc_string's signature has been changed.Derick Rethans2006-09-271-6/+2
* use if() instead of ?: and avoid possible optimization problemsAntony Dovgal2006-09-271-1/+6
* ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff)Georg Richter2006-09-276-327/+194
* MFB: fix bug #38949 (Cannot get xmlns value attribute)Rob Richards2006-09-273-27/+120
* fix testAntony Dovgal2006-09-271-2/+2
* fix #38961 (metaphone() results in segmentation fault on NetBSD)Antony Dovgal2006-09-271-3/+3
* ChangeLog update2006-09-272-0/+129
* MFB: 64bit fix (Possible fix for bug #38961)Ilia Alshanetsky2006-09-261-4/+2
* added unicode support for mysqli extensionGeorg Richter2006-09-2655-518/+956
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-264-39/+39
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-264-5/+84
* ChangeLog update2006-09-261-0/+83
* Fix arginfo&protoHannes Magnusson2006-09-251-2/+2
* MFB: Fixed bug #38891 (get_headers() do not work with curl-wrappers).Ilia Alshanetsky2006-09-251-5/+18
* MFB: Fixed bug #38904 (apache2filter changes cwd to /).Ilia Alshanetsky2006-09-251-2/+1
* change CXXFLAGS along with CFLAGS as there might be C++ codeAntony Dovgal2006-09-251-0/+4
* - fix test, php6 displays the classPierre Joye2006-09-251-2/+2
* - MFB: #38944, freshly created archive has no comment or cdirPierre Joye2006-09-251-3/+5
* add testAntony Dovgal2006-09-251-0/+40
* Removed warning about unreferenced local variableDmitry Stogov2006-09-251-0/+4
* ZTS fixDmitry Stogov2006-09-252-8/+8
* PHP6 Updates and some very minor feature add in dns_get_record()Sara Golemon2006-09-251-165/+126
* Make settype($var, 'string'); behave like $var = (string)$var;Sara Golemon2006-09-251-2/+8
* 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
* 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
* PHP6 Updates w/ minor refactoringSara Golemon2006-09-241-303/+248