summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* MFH: link zlib only if neededEdin Kadribasic2005-09-031-1/+4
|
* MFH: added missing exportEdin Kadribasic2005-09-031-1/+1
|
* MFh: Resolved bug #34240.Ilia Alshanetsky2005-09-021-1/+1
|
* MFHDmitry Stogov2005-09-011-1/+1
|
* Fixed bug #34277 (array_filter() crashes with references and objects)Dmitry Stogov2005-09-012-5/+107
|
* MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).Ilia Alshanetsky2005-08-301-6/+7
|
* - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).Derick Rethans2005-08-301-1/+1
|
* - MFH Fix #34299: ReflectionClass::isInstantiable() returns true for ↵Marcus Boerger2005-08-301-1/+1
| | | | abstract classes
* Fixes --enable-sqlite=shared when doing so as part of the php distroWez Furlong2005-08-281-1/+1
|
* MFH: pcrelib updateEdin Kadribasic2005-08-251-2/+2
|
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-245-6/+16
| | | | | Fixed support for missing nillable elements of sequnces.
* - MFH: Fix alphabetic orderJohannes Schlüter2005-08-241-1/+1
|
* MFH: removed unused varsIlia Alshanetsky2005-08-231-2/+0
|
* MFH: Make dba extension support BerkleyDB 4.3.Ilia Alshanetsky2005-08-221-1/+1
|
* Upgrade to PCRE 6.0.Andrei Zmievski2005-08-2273-6562/+35939
|
* Backport Mike's patch for user sort functionsZeev Suraski2005-08-213-44/+62
|
* MFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).Ilia Alshanetsky2005-08-211-0/+1
|
* MFH..thank god this ext is NOT in PHP_4_4 branch too..foobar2005-08-171-3/+3
|
* Fixed bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 ↵Dmitry Stogov2005-08-172-1/+2
| | | | seg fault)
* Add SoapClient::__setSoapHeaders()Zeev Suraski2005-08-171-17/+96
|
* MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).Ilia Alshanetsky2005-08-162-2/+14
|
* MFH: Input validation part 2.Ilia Alshanetsky2005-08-161-1/+1
|
* MFH: Chunk the outputIlia Alshanetsky2005-08-151-1/+1
|
* MFH: input validation.Ilia Alshanetsky2005-08-151-0/+15
|
* MF5.1: fix #34078 (Reflection API problems in methods with boolean or null ↵Antony Dovgal2005-08-111-1/+1
| | | | default values)
* Fixed bug #33940 (array_map() fails to pass by reference when called ↵Dmitry Stogov2005-08-102-0/+63
| | | | recursively)
* Fixed bug #29253 (array_diff with $GLOBALS argument fails)Dmitry Stogov2005-08-102-0/+31
|
* - fix int-long issue on 64bit (MFH)Andrey Hristov2005-08-061-1/+11
| | | | | | - add data checking (MFH) - add a comment
* MFHfoobar2005-08-051-18/+6
|
* MFB_4_4foobar2005-08-051-0/+1
|
* NetWare specific stat structure issues.Anantha Kesari H Y2005-08-051-0/+4
| | | | | --Kamesh
* Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)Dmitry Stogov2005-08-042-2/+12
|
* MFHfoobar2005-07-291-2/+2
|
* defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than ↵Anantha Kesari H Y2005-07-281-1/+2
| | | | | | | including a sysexits.h --Kamesh
* ext/pcre/pcrelib/internal.hAnantha Kesari H Y2005-07-263-6/+0
| | | | | | | | | | | | | | | | NetWare can make use autoconf based build. main/php_sprintf.c NetWare can make use autoconf based build. ext/bcmath/libbcmath/src/config.h NetWare can make use autoconf based build. ext/mcve/mcve.c NetWare can make use autoconf based build. -- Kamesh
* - Add new testMarcus Boerger2005-07-251-0/+33
|
* - MFH: Synch (0.2a, 0.3 suport)Marcus Boerger2005-07-255-28/+167
|
* ext/standard/fsock.hAnantha Kesari H Y2005-07-252-6/+0
| | | | | | | | | | Removing redundant inclusion of headers for NetWare ext/standard/lcg.c NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing special needed for NetWare here. --Kamesh
* MFB4_4: Fix compile problem with --regex=system on some systemsfoobar2005-07-182-2/+30
|
* BACKPORT FROM HEAD: sync missing functions from libmonetra-5Brad House2005-07-182-0/+63
|
* NetWare specific dirname fixes.Anantha Kesari H Y2005-07-161-0/+28
| | | | | --Kamesh
* ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.Anantha Kesari H Y2005-07-155-22/+8
| | | | | | | | | | ext/standard/filestat.c Removing redundant CLIB_STAT_PATCH and fixing some NetWare specific stat structure. ext/standard/link.c Removing redundant CLIB_STAT_PATCH. ext/standard/pageinfo.c Removing redundant CLIB_STAT_PATCH and fixing some NetWare specific stat structure. ext/standard/syslog.c Except LOG_SYSLOG NetWare LibC has other macros defined. -- Kamesh
* MFHfoobar2005-07-091-3/+0
|
* MFHfoobar2005-07-091-11/+21
|
* Fixed HTTP basic authentication headers during subrequsts to xsd filesDmitry Stogov2005-07-083-34/+87
|
* Fixed support for <any> in base type of extensionDmitry Stogov2005-07-081-37/+69
|
* Fixed SIGSEGV on decoding <any> elementsDmitry Stogov2005-07-071-1/+4
|
* MFH: Export missing symbolEdin Kadribasic2005-07-061-0/+1
|
* Fixed possible crashDmitry Stogov2005-07-061-1/+1
|
* Fixed test to support 64-bit platformsDmitry Stogov2005-07-061-2/+2
|