summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* MFH: revert copy patch.Ilia Alshanetsky2005-03-271-6/+0
|
* MFHfoobar2005-03-221-0/+6
|
* MFHfoobar2005-03-221-0/+50
|
* - MFHMarcus Boerger2005-03-102-52/+60
|
* - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick,Derick Rethans2005-03-091-10/+13
| | | | | Benjamin Greiner)
* MFH: Fixed bug #29424 (width and height inverted for JPEG2000 files).Ilia Alshanetsky2005-03-061-1/+1
|
* - Remove <b>-Tag from error messageJohannes Schlüter2005-03-031-1/+1
|
* MFH: Fixed bug #32160 (file truncation in copy() when source & destination areIlia Alshanetsky2005-03-031-0/+6
| | | | | the same).
* touchfoobar2005-03-011-26/+30
|
* MFH: Fixed bug #31792 (getrusage() does not provide ru_nswap value).Ilia Alshanetsky2005-03-011-0/+1
|
* MFHStefan Esser2005-03-011-0/+5
|
* MFHStefan Esser2005-02-281-0/+4
|
* - MFHMarcus Boerger2005-02-241-38/+75
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2005-02-181-0/+14
|
* - MFHMarcus Boerger2005-02-152-31/+47
|
* fix testfoobar2005-02-041-2/+2
|
* MFH: Fixed bug #31842 (*date('r') does not return RFC2822 conforming date ↵foobar2005-02-041-2/+2
| | | | string).
* MFH: Fix handling of INF/NAN in unserialize().Ilia Alshanetsky2005-01-302-23/+19
|
* improve CS & error messagesAntony Dovgal2005-01-281-18/+17
|
* MFB: explain why ftok() failedAntony Dovgal2005-01-281-0/+3
|
* MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)Ilia Alshanetsky2005-01-272-1/+12
|
* MFH: Fixed bug #31699 (unserialize() float problem on non-English locales).Ilia Alshanetsky2005-01-262-47/+47
|
* MFH: Fixed bug #29733 (printf() handles repeated placeholders wrong).Ilia Alshanetsky2005-01-261-12/+7
|
* MFH: Fixed bug #31465 (False warning in unpack() when working with *).Ilia Alshanetsky2005-01-251-1/+3
|
* Fix several egregious leaks in ext/browscap and sapi/embed.Andrei Zmievski2005-01-251-5/+11
|
* MFH: Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with 'Ilia Alshanetsky2005-01-201-1/+1
| | | | | get cutoff).
* MFH: Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).Ilia Alshanetsky2005-01-181-0/+4
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2005-01-181-0/+72
|
* - Files generated with re2c 0.9.2foobar2005-01-182-85/+225
|
* MFH: - Move hash table destruction to proper locationfoobar2005-01-182-3/+4
|
* Fixed bug #31580 (fgetcsv() problematic with "" escape sequences).Ilia Alshanetsky2005-01-181-3/+0
|
* MFH: 64bit fixesStefan Esser2005-01-172-5/+5
|
* Fix compiler warning.Stefan Esser2005-01-172-7/+7
|
* MFHStefan Esser2005-01-153-9/+83
|
* - MFH: Fix the fixMoriyoshi Koizumi2005-01-111-4/+4
|
* - MFH: fix htmlentities() / html_decode_entity() UTF-8 related bugsMoriyoshi Koizumi2005-01-111-33/+32
| | | | | | | initially reported by Kamesh Jayachandrana # UTF-8 feature doesn't work in PHP 4.3 anyway, so I'm not going to add the # testcase.
* MFH: update test to include negative floats as strings toofoobar2005-01-101-0/+3
|
* MFH: - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* MFH: - Fix leaks with registered shutdown functions.foobar2005-01-091-3/+10
|
* MFH: - Fix possible crash (PR#26223). Leaks remain.foobar2005-01-081-0/+1
|
* MFH: remove duplicated includeAntony Dovgal2005-01-071-1/+0
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2005-01-022-0/+170
|
* - Quote macro names in AC_DEFUN()foobar2004-12-301-3/+3
| | | | | | # Fixes also bug #29160 # for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;
* Update descZeev Suraski2004-12-281-1/+1
|
* MFH: destroy return_value and fix leak in array_fill()Antony Dovgal2004-12-231-0/+2
|
* MFH: Fix test so it doesn't hang make test on HP-UX.Magnus M��tt�2004-12-211-0/+1
|
* Fixed bug #31174 (compile warning in url.c).Ilia Alshanetsky2004-12-201-1/+1
|
* MFH: Use FREE_HASHTABLE() instead of efree()foobar2004-12-201-1/+1
|
* - Fixed bug #31072 (var_export() does not output an array element with an emptyDerick Rethans2004-12-172-11/+7
| | | | | string key). (Derick)
* MFH: fix leak (init array only if we got valid start key)Antony Dovgal2004-12-161-3/+3
|