summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #29334 (mail() provides incorrect message time header)foobar2005-08-071-1/+1
* Skip test on solarisfoobar2005-08-051-0/+5
* Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP)Dmitry Stogov2005-08-042-2/+12
* - Bumber up yearfoobar2005-08-03123-123/+123
* update creditsfoobar2005-08-031-2/+0
* Added test for bug #25359foobar2005-07-301-0/+32
* - Fixed bug #33899 (CLI: setting extension_dir=some/path extension=foobar.so ...foobar2005-07-291-6/+5
* - Fixed bug #33917 (number_format() output with > 1 char separators)foobar2005-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
* ext/standard/fsock.hAnantha Kesari H Y2005-07-252-6/+0
* Fixed bug in str_word_count() when charlist if specified and "word" startsIlia Alshanetsky2005-07-232-9/+11
* Recursion protectionDmitry Stogov2005-07-211-0/+8
* MFB4_4: Fix compile problem with --regex=system on some systemsfoobar2005-07-181-1/+15
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-1/+1
* Pass context parameter through to xport_createSara Golemon2005-07-151-2/+2
* ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.Anantha Kesari H Y2005-07-153-2/+32
* Properly recognize redirect code 303.Ilia Alshanetsky2005-07-141-2/+32
* Route ftp:// wrapper via transports layer.\nFix typo in datastream crypto sta...Sara Golemon2005-07-131-4/+12
* Added support for LOCK_EX flag for file_put_contents().Ilia Alshanetsky2005-07-121-0/+5
* fix tsrm buildAntony Dovgal2005-07-081-2/+2
* Missing bit of the previous patch.Ilia Alshanetsky2005-07-081-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-07-081-2/+1
* make use of T tokenAntony Dovgal2005-07-081-4/+3
* fix #33597 (setcookie() "expires" date format doesn't comply with RFC)Antony Dovgal2005-07-081-3/+5
* fix #33605 (substr_compare() crashes with negative offset & length)Antony Dovgal2005-07-071-0/+8
* - Fixed crash in serialize() + classes. (64bit only)foobar2005-07-052-5/+5
* Fixed crash inside stream_get_line() when length parameter equals 0.Ilia Alshanetsky2005-07-052-0/+21
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-042-6/+32
* - Reimplemented time(), getdate() and localtime() functions with new datetimeDerick Rethans2005-07-032-116/+1
* - Fixed bug #33532 (Different output for strftime() and date()).Derick Rethans2005-07-033-111/+0
* - Move mktime/gmmktime related tests from ext/standard to ext/date.Derick Rethans2005-07-034-180/+0
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-036-209/+6
* As fork implementation of NetWare LibC still in experimental stages making th...Anantha Kesari H Y2005-07-011-40/+40
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-305-440/+4
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-1/+1
* - Unify (+ spl can't be build shared so COMPILE_DL_SPLfoobar2005-06-301-2/+2
* - Fix TSRM buildJohannes Schlüter2005-06-291-1/+1
* - Regenerated with re2c 0.9.8foobar2005-06-282-67/+78
* fix handling of non-PHP classes (John Coggeshall)Stanislav Malyshev2005-06-282-14/+20
* Fixed bug #32160 (copying a file into itself leads to data loss).Ilia Alshanetsky2005-06-223-0/+65
* "64M should be enough for everyone." -- Jani, 2005 :)foobar2005-06-221-1/+1
* Fixed bug #31213 (Sideeffects caused by fix of bug #29493)Dmitry Stogov2005-06-211-2/+6
* typofoobar2005-06-201-1/+1
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-196-1196/+2
* make substr_count() 30% when counting instances of 1 byte long strings.Ilia Alshanetsky2005-06-191-5/+4
* Added offset & length parameters to substr_count() function.Ilia Alshanetsky2005-06-182-3/+26
* Make sure $_ENV is populatedfoobar2005-06-181-0/+2
* - This is no bug.foobar2005-06-181-44/+0
* Added offset parameter to the stream_copy_to_stream() function.Ilia Alshanetsky2005-06-171-3/+8