summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre1'.php-4.3.0pre1SVN Migration2002-10-111-2/+4
* This patch fixes handling of floats on locales where decimal point is not aIlia Alshanetsky2002-10-102-10/+15
* - Fix the text alignment to be about same in any browser.foobar2002-10-102-2/+5
* Revert previous change, it did not fix anything.foobar2002-10-091-4/+3
* overrule <center>James Cox2002-10-091-3/+3
* clean these functions up using zend_parse_parameters and nuke the use ofSterling Hughes2002-10-091-57/+37
* small cleanups...Sterling Hughes2002-10-091-4/+1
* no charsets, only basic entity escapingColin Viebrock2002-10-091-1/+9
* ws fixes.Andrey Hristov2002-10-091-10/+7
* Optimizations to various php string functions substr_count(), strrev(),Ilia Alshanetsky2002-10-092-120/+110
* Test case for str_shuffle().Andrey Hristov2002-10-091-0/+13
* Returning to the old behavior of str_shuffle() a bit. Now the passed string isAndrey Hristov2002-10-091-6/+9
* Added nl2br() testIlia Alshanetsky2002-10-081-0/+60
* Added test for strrev() function.Ilia Alshanetsky2002-10-081-0/+21
* don't define fonts ... use the browser defaultsColin Viebrock2002-10-081-3/+3
* Now str_shuffle() has the randomization characteristics of shuffle().Andrey Hristov2002-10-081-18/+28
* - Skip if the function is not available (in case pcre was not compiled in).Derick Rethans2002-10-081-0/+2
* - Use error_reporting E_ALLDerick Rethans2002-10-081-1/+5
* Fix for bug #19798 (submitted by mclap@simpage.mv.ru)Dan Kalowsky2002-10-071-1/+1
* Added tests for strstr(), strpos() and substr_count() functions.Ilia Alshanetsky2002-10-073-0/+90
* readdir() was returning NULL instead of FALSE when used on an invalidRasmus Lerdorf2002-10-071-1/+3
* We're testing stripCslashes() here :)Sander Roobol2002-10-061-1/+1
* Some more weird tests on Derick's request :)Sander Roobol2002-10-061-0/+8
* Some string testsSander Roobol2002-10-067-1/+104
* - Add new tests for: array_change_key_case, array_chunk andDerick Rethans2002-10-063-0/+6196
* Fix another leak in implode()Sander Roobol2002-10-061-4/+4
* Add php_ini_scanned_files() so "make test" can tell you when you haveRasmus Lerdorf2002-10-063-0/+11
* You can't detect NULL nicely - false is better and more PHPish.Sander Roobol2002-10-061-1/+1
* Fixed getopt() - made it actually workSander Roobol2002-10-061-8/+20
* Added expected data to parse_url() testIlia Alshanetsky2002-10-061-0/+482
* Added a much faster parse_url() implementation. This also fixes a numberIlia Alshanetsky2002-10-061-83/+119
* Revert the implicit_flush mess.Zeev Suraski2002-10-062-4/+0
* Fixed segfault and memory leak in the new implementation of implode()Sander Roobol2002-10-061-0/+6
* Add testcases for implode() and str_repeat()Sander Roobol2002-10-062-0/+47
* Begin the cleanup - remove ob_flush_all()Zeev Suraski2002-10-061-1/+0
* - Add parse_url() tests (expect will follow later)url_t.phptDerick Rethans2002-10-051-0/+66
* EOF related fixes.Wez Furlong2002-10-051-1/+1
* Revert. The problem lies elsewhere.Wez Furlong2002-10-051-2/+0
* Fix Win32 build as PHP_CONFIG_FILE_SCAN_DIR is not #defined.Wez Furlong2002-10-051-0/+2
* This seems to resolve the issues with fgets.Wez Furlong2002-10-052-3/+5
* some broken ftp servers return 32bit port numbers.Stefan Esser2002-10-041-3/+3
* have implode use the smart_str_*() functions, this should speed things upSterling Hughes2002-10-041-29/+15
* Kill a few more warningsRasmus Lerdorf2002-10-041-0/+2
* return FALSE on errorMarcus Boerger2002-10-041-7/+7
* Fixed a bug in the new implementation of str_repeat()Sander Roobol2002-10-041-2/+2
* - dot :)Derick Rethans2002-10-041-1/+1
* fix a memory leak in implode()Sterling Hughes2002-10-041-0/+4
* @ Make the glue argument to implode() optional, if it is not specifiedSterling Hughes2002-10-041-15/+30
* As discussed, add --with-config-file-scan-dir compile-time switch definingRasmus Lerdorf2002-10-041-0/+8
* Add missing ?>Sean Bright2002-10-041-0/+2