summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: add missing exportRob Richards2008-01-271-0/+1
|
* - Minor rearrange and fix potential issue with double addingMarcus Boerger2008-01-271-27/+42
|
* - MFH revert over constfyingMarcus Boerger2008-01-274-4/+4
|
* MFH: TypoEtienne Kneuss2008-01-271-1/+1
|
* MFH: -Pointer doesn't move if we're moving forward and shifting at the same timeEtienne Kneuss2008-01-275-47/+259
| | | | | | -Userland implementation -Doxygen doc
* MFH: Iterator implementation in SplDoublyLinkedList, SplStack, SplQueueEtienne Kneuss2008-01-262-36/+136
|
* more const kewywordingNuno Lopes2008-01-254-11/+4
| | | | | remove spl_functions_none var (wast used anywhere
* const more 216 bytes (on a 32-bits host)Nuno Lopes2008-01-251-2/+2
|
* const'ify more 372 bytesNuno Lopes2008-01-252-10/+10
|
* const'ify more 768 bytesNuno Lopes2008-01-251-2/+2
|
* move about 3K of data to the const area. also reduce memory usage (~ -266 ↵Nuno Lopes2008-01-251-4/+4
| | | | bytes :P)
* spread some static keywordsNuno Lopes2008-01-252-17/+9
|
* Fix html_entity_decode when converting numeric html entities, the numeric ↵Scott MacVicar2008-01-252-2/+4
| | | | values for the extended characters don't correspond to that of windows-1251 and cp866.
* backport functionality to call user functions within XPathRob Richards2008-01-255-16/+353
| | | | | add test
* MFH: fix win32 compileRob Richards2008-01-251-2/+2
|
* MFH: fix zts buildRob Richards2008-01-251-3/+3
|
* MFH: endless loop (and stack overflow) protection in compact()Antony Dovgal2008-01-251-0/+8
|
* Adjust new chr() param handling to address chr("") callsIlia Alshanetsky2008-01-251-2/+7
|
* - Add a basic test for array_shuffle()Robert Nicholson2008-01-251-0/+99
|
* - add some basic tests for array diff and intersection functionsRobert Nicholson2008-01-2513-0/+466
|
* MFHAntony Dovgal2008-01-243-3/+3
|
* Fixed comilation warningsDmitry Stogov2008-01-245-21/+20
|
* - New tests for compact()Robert Nicholson2008-01-242-0/+116
|
* MFH: fix zts buildRob Richards2008-01-242-3/+3
|
* Increased Zend MM cache sizeDmitry Stogov2008-01-241-1/+1
|
* Fixed possible GC failure because of EG(object_store).object_buckets ↵Dmitry Stogov2008-01-241-0/+1
| | | | reallocation
* Fixed GC bugDmitry Stogov2008-01-243-11/+29
|
* - MFH: Show GC statistics if GC benchmarking is enabled.Derick Rethans2008-01-241-0/+14
| | | | | #- Discussed this with Dmitry.
* Fixed bug #43426 (crash on nested call_user_func() calls)Dmitry Stogov2008-01-242-0/+40
|
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-2413-229/+282
|
* Fixed error messageDmitry Stogov2008-01-243-262/+105
|
* Added myself as pdo_mysql & pdo_pgsql maintainerIlia Alshanetsky2008-01-231-2/+2
|
* fix buildStanislav Malyshev2008-01-232-2/+2
|
* Merge with internal versionAndrey Hristov2008-01-2316-115/+300
|
* Additional executor specializationDmitry Stogov2008-01-234-680/+1497
|
* BFNAntony Dovgal2008-01-231-0/+2
|
* MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with ↵Antony Dovgal2008-01-232-3/+15
| | | | | | | duplicate NULL values) patch by Felipe
* use expectFAntony Dovgal2008-01-231-1/+1
|
* fix testAntony Dovgal2008-01-231-0/+3
|
* fix leak appearing when appending data to unnamed attributeAntony Dovgal2008-01-232-7/+28
|
* Fixed bug #43912 (Interbase column names are truncated to 31 characters)Ilia Alshanetsky2008-01-231-1/+1
|
* - MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)Marcus Boerger2008-01-223-4/+21
|
* MFH: Typos (Dan Scott)Etienne Kneuss2008-01-221-25/+76
| | | | | ctor inside the structure. dtor/ctor used on push/pop for better potential interoperability
* add new testAntony Dovgal2008-01-221-0/+15
|
* Added garbage collectorDmitry Stogov2008-01-2241-10/+1432
|
* use new param parsing APIIlia Alshanetsky2008-01-221-9/+7
|
* MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueueEtienne Kneuss2008-01-215-4/+198
|
* Changed exception handling. Now each op_array doesn't contain ↵Dmitry Stogov2008-01-217-14/+30
| | | | ZEND_HANDLE_EXCEPTION opcode in the end
* Yet another comparison optimisation for usual casesDmitry Stogov2008-01-211-48/+51
|
* - Added lcfirst() announcement.David Coallier2008-01-211-0/+1
|