summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-0564-222/+228
* MFH: fix testJani Taskinen2007-10-051-0/+1
* lcov 1.6 also works correctlyNuno Lopes2007-10-051-1/+1
* - Sync with configure.in from HEAD (the CGI stuff is as ini options nowadays)Jani Taskinen2007-10-051-17/+2
* WS fix. Space instead of tab.David Soria Parra2007-10-051-1/+1
* WS/Indent fixDavid Soria Parra2007-10-051-48/+47
* Generated files that are part of the previous patchIlia Alshanetsky2007-10-041-6/+6
* Fixed bug #42817 (clone() on a non-object does not result in a fatal error)Ilia Alshanetsky2007-10-044-6/+13
* Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)Ilia Alshanetsky2007-10-032-2/+43
* MFH: fix CURLOPT_TIMEOUT_MS supportMichael Wallner2007-10-031-4/+4
* MFH:- Removed the %destructor declaration (requires bison 1.875 or above)Jani Taskinen2007-10-031-2/+0
* MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.David Soria Parra2007-10-038-27/+83
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-036-8/+48
* Fixed bug #42818 ($foo = clone(array()); leaks memory)Dmitry Stogov2007-10-033-2/+11
* Fixed bug #42772 (Storing $this in a static var fails while handling a cast t...Dmitry Stogov2007-10-033-25/+88
* wsDmitry Stogov2007-10-032-16/+16
* MFB utf testStanislav Malyshev2007-10-031-0/+34
* MFB do not accept partial multibyte sequences in html* functionsStanislav Malyshev2007-10-031-10/+44
* fix testAntony Dovgal2007-10-021-6/+6
* - There really is no point in mentioned fixed bugs in something that has neve...Jani Taskinen2007-10-021-3/+1
* MF5_2: improved recursion detection in array_walk()Antony Dovgal2007-10-021-1/+3
* Fixed access to freed memory in tests/classes/__call_001.phptDmitry Stogov2007-10-022-4/+2
* Fixed bug #42819 (namespaces in indexes of constant arrays)Dmitry Stogov2007-10-027-5/+290
* - Added xsl->setProfiling() for profiling stylesheets.Christian Stocker2007-10-025-2/+49
* - pass the adress not the valueJohannes Schlüter2007-10-011-1/+1
* Added test for bug #42785Ilia Alshanetsky2007-10-011-0/+26
* Fixed bug #42785 (json_encode() formats doubles according to locale ratherIlia Alshanetsky2007-10-013-3/+5
* - Fix testJohannes Schlüter2007-10-011-2/+2
* Fixed typo in the previous patchIlia Alshanetsky2007-10-011-1/+1
* Refactor code to make fixes for coverity issues #385 and #386 a bit moreIlia Alshanetsky2007-10-012-12/+17
* - ws + cs + sync HEADJani Taskinen2007-10-011-5/+3
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-0122-753/+561
* MFH: sync (adds php_prefix_varname() API function)Jani Taskinen2007-10-012-118/+116
* MFH: Fixed bug #42789Jani Taskinen2007-10-014-27/+27
* Late Static Binding make no sense in compile-time constants.Dmitry Stogov2007-10-011-1/+5
* Fixed bug #42802 (Namespace not supported in typehints)Dmitry Stogov2007-10-017-19/+67
* Fixed bug #42798 (__autoload() not triggered for classes used in method signa...Dmitry Stogov2007-10-014-3/+23
* - Fix tests (too many dots in error messages :)Jani Taskinen2007-09-303-18/+18
* Nuke unused varsIlia Alshanetsky2007-09-301-2/+1
* fix testAntony Dovgal2007-09-301-0/+2
* fix testsAntony Dovgal2007-09-3025-53/+113
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-3014-28/+27
* - Nuked ending dots from error messagesJani Taskinen2007-09-301-29/+29
* smaller tests already existsRaghubansh Kumar2007-09-291-27/+0
* New testcases for strrchr() functionRaghubansh Kumar2007-09-2914-0/+1151
* New testcases for stripos() functionRaghubansh Kumar2007-09-2918-0/+2009
* New testcases for sprintf() functionRaghubansh Kumar2007-09-2959-0/+9390
* New testcases for join() functionRaghubansh Kumar2007-09-298-0/+607
* New testcases for htmlspecialchars_decode() functionRaghubansh Kumar2007-09-298-0/+683
* New testcases for chunk_split() functionRaghubansh Kumar2007-09-2915-0/+1299