summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).Ilia Alshanetsky2005-01-181-0/+4
* Add test for bug #31402foobar2005-01-181-0/+72
* Touch the generated file.foobar2005-01-181-1/+1
* Fixed bug #31190 (exceptions in call_user_func_array())Dmitry Stogov2005-01-182-2/+30
* Fix compiler warning.Stefan Esser2005-01-172-2/+2
* and use it...Stefan Esser2005-01-152-8/+8
* Restore unserialize() speedStefan Esser2005-01-153-1/+75
* CS fixfoobar2005-01-151-2/+3
* Fixed SIGSEGV in ext/standard/tests/network/tcp4loop.phpt and ext/standard/te...Dmitry Stogov2005-01-141-1/+1
* - Fix the fix :)Moriyoshi Koizumi2005-01-111-4/+4
* - Fix htmlentities() / html_decode_entity() UTF-8 related bugsMoriyoshi Koizumi2005-01-112-33/+82
* update test to include negative floats as strings toofoobar2005-01-101-0/+3
* Missing $Id$ tagfoobar2005-01-106-30/+42
* - Update creditsfoobar2005-01-102-3/+0
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* - Fix leaks with registered shutdown functions.foobar2005-01-091-3/+10
* - Fix possible crash (PR#26223). Leaks remain.foobar2005-01-081-0/+1
* - Add new testMarcus Boerger2005-01-081-0/+8
* - UnifyMarcus Boerger2005-01-081-1/+1
* remove duplicated includeAntony Dovgal2005-01-071-1/+0
* Fix #31408: memory leak in stream_socket_recvfromWez Furlong2005-01-041-0/+1
* - Add testcases for bug #29493 and #31213.Moriyoshi Koizumi2005-01-022-0/+170
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-2/+2
* Fixed proto.Ilia Alshanetsky2004-12-301-1/+1
* MFB - description fixZeev Suraski2004-12-271-1/+1
* When a socket is non-blocking, don't block ssl enabled sockets.Wez Furlong2004-12-251-2/+13
* really don't blow upWez Furlong2004-12-231-5/+2
* destroy return_value and fix leak in array_fill()Antony Dovgal2004-12-231-0/+2
* don't crash...Wez Furlong2004-12-231-1/+1
* Fix test so it doesn't hang make test on HP-UX.Magnus M��tt�2004-12-211-0/+1
* - MF43: Fixed bug #31072 (var_export() does not output an array element with anDerick Rethans2004-12-172-14/+7
* Fixed bug #31087 (broken php_url_encode_hash macro).Ilia Alshanetsky2004-12-161-1/+1
* fix leak (init array only if we got valid start key)Antony Dovgal2004-12-161-3/+3
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* MFB: test fix.Ilia Alshanetsky2004-12-141-1/+1
* Fixed bug #28228 (NULL decimal separator is not being handled correctly).Ilia Alshanetsky2004-12-141-10/+15
* Make it really build...Wez Furlong2004-12-131-4/+5
* Add missing constants for socketpair().Wez Furlong2004-12-121-0/+33
* Add stream_socket_pair(), a streams based version of socketpair().Wez Furlong2004-12-124-0/+47
* Fixed bug #31056 (php_std_date() returns invalid formatted date ifIlia Alshanetsky2004-12-121-1/+1
* fix buffer overrun & segfault in get_meta_tags() when there is no tag valueAntony Dovgal2004-12-101-1/+1
* Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).Ilia Alshanetsky2004-12-061-0/+8
* fix array_walk_recursive() so it doesn't reuse cached fci between callsAntony Dovgal2004-12-032-0/+28
* Handle already existing elements correctlyStefan Esser2004-12-032-4/+20
* revert my previous patch as it breaks more than fixesAntony Dovgal2004-12-021-1/+0
* Beware of negative indicesStefan Esser2004-12-012-2/+2
* - Added testcase for bug #30695Derick Rethans2004-11-291-0/+54
* fix #29954 (array_reduce segfaults when initial value is array)Antony Dovgal2004-11-281-0/+1
* Fixed: removed possible integer over-/underflowsStefan Esser2004-11-281-7/+23