summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_0_9_0'.RELEASE_0_9_0SVN Migration2005-10-054557-1139544/+0
* - Update package files.Derick Rethans2005-10-052-0/+111
* - strip_tags(): some fixes, still AWiPRolland Santimano2005-10-051-18/+21
* - Remove README, everything is implemented now.Derick Rethans2005-10-051-2/+0
* fix testAntony Dovgal2005-10-051-2/+2
* Fixed throwing exceptions derived from SoapFaultDmitry Stogov2005-10-052-10/+50
* ChangeLog update2005-10-051-0/+41
* MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.Ilia Alshanetsky2005-10-051-15/+10
* fix #34723 (array_count_values() strips leading zeroes)Antony Dovgal2005-10-041-3/+4
* - Implemented user level data filter.Derick Rethans2005-10-041-1/+30
* - Add a function that returns whether a specific input variable exists or not.Derick Rethans2005-10-042-4/+46
* MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)Antony Dovgal2005-10-041-15/+27
* Unicode supportDmitry Stogov2005-10-041-0/+6
* - MFB Add optional deps for SPLMarcus Boerger2005-10-042-0/+2
* Fixed compilation error (gcc-4).Dmitry Stogov2005-10-041-20/+20
* ChangeLog update2005-10-042-0/+164
* nuke warningAntony Dovgal2005-10-031-0/+1
* MFB5.1: include the header, eliminate warningAntony Dovgal2005-10-031-0/+1
* Generated files are included like this..foobar2005-10-031-1/+1
* Add include path to the timelib headersfoobar2005-10-031-0/+4
* - In a conditional statement "a ? b ? c", a and b MUST have the same typeMarcus Boerger2005-10-031-1/+1
* - Fix ZTS BuildMarcus Boerger2005-10-031-0/+4
* - Add easy way to test in unicode modeMarcus Boerger2005-10-031-1/+10
* - Throw an exception if an illegal string value is being used in ArrayObject:...Marcus Boerger2005-10-032-0/+54
* - Unicode impl of strip_tags()Rolland Santimano2005-10-031-29/+307
* - Really allow SXE being shared by not using anything from it directly in SPLMarcus Boerger2005-10-033-11/+16
* - Add missing test from baseMarcus Boerger2005-10-0333-32/+71
* GLOBALS protection for extract() function.Ilia Alshanetsky2005-10-031-0/+4
* - Add more sorting funcs to ArrayObject/IteratorMarcus Boerger2005-10-033-11/+100
* - Make prefixing more genericMarcus Boerger2005-10-031-4/+48
* update changelogAntony Dovgal2005-10-031-4/+12
* fix PECL bug #5571 (oci_new_connect() not closed by oci_close())Antony Dovgal2005-10-033-2/+7
* - Add sorting to ArrayObject/IteratorMarcus Boerger2005-10-032-26/+61
* - Allow uncached global functions tooMarcus Boerger2005-10-031-0/+1
* - Add propper castingMarcus Boerger2005-10-031-4/+4
* fix BLOAT newsfoobar2005-10-031-2/+2
* - Add --rclass and --rextension arguments to CLIJohannes Schlüter2005-10-032-0/+68
* - Only load external database when it is newer.Derick Rethans2005-10-031-2/+6
* - Allow an external Timezone Database to be used.Derick Rethans2005-10-039-140/+199
* - UpdateMarcus Boerger2005-10-031-4/+20
* - Allow to use currnet() and key() in __toString()Marcus Boerger2005-10-031-1/+25
* - Make reflection class pointers available for othersMarcus Boerger2005-10-034-20/+44
* MFH (Bug #34643 wsdl default value)Dmitry Stogov2005-10-032-1/+3
* - Rewrite flags as hex valuesMarcus Boerger2005-10-031-7/+9
* - Fix issue with RecursiveArrayIterator::getChildren()Marcus Boerger2005-10-033-6/+9
* Fixed bug #34678 (__call(), is_callable() and static methods)Dmitry Stogov2005-10-032-1/+26
* Fixed bug #34358 (Fatal error: Cannot re-assign $this)Dmitry Stogov2005-10-032-2/+19
* levenshtein(), similar_text()Rolland Santimano2005-10-031-0/+2
* - Unicode impl of similar_text()Rolland Santimano2005-10-031-10/+86
* ChangeLog update2005-10-032-0/+33