summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Parameter type and name fixes in ext/standardMáté Kocsis2020-10-271-1/+1
* Don't accept dir handle in Directory methodsNikita Popov2020-09-291-14/+16
* Fix UNKNOWN default values in ext/standardMáté Kocsis2020-09-071-4/+4
* Remove proto comments from C filesMax Semenik2020-07-061-20/+10
* Improve a last couple of argument error messagesMáté Kocsis2020-04-201-1/+1
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-2/+2
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-141-8/+1
* Improve some ValueError messagesMáté Kocsis2020-04-061-1/+1
* Do not include the same stub multiple timesMáté Kocsis2020-04-031-1/+1
* Avoid used of "named fn" in ext/standardNikita Popov2020-02-251-2/+2
* Throw an exception if default_dir not set, but requiredNikita Popov2020-01-281-2/+4
* Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-3/+3
* Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-1/+1
* Use RETURN_THROWS() after zend_type_error()Máté Kocsis2020-01-011-3/+3
* Use RETURN_THROWS() when an exception is thrownMáté Kocsis2019-12-301-1/+1
* Convert zend_parse_parameters_none() to fast ZPP in standard libMáté Kocsis2019-12-301-3/+1
* Convert Errors to ValueErrorsGeorge Peter Banyard2019-12-051-1/+1
* Add stubs for directory and file functionsMáté Kocsis2019-10-301-9/+4
* Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-2/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Promote warnings to errors in dir stdlib extensionGeorge Peter Banyard2019-08-301-8/+8
* Promote Directory handler warning to errorGeorge Peter Banyard2019-08-291-5/+5
* Fix typoPeter Kokot2019-06-281-1/+1
* Finish func_info updates for ext/standardNikita Popov2019-06-031-6/+6
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove AC_HEADER_DIRENTPeter Kokot2018-09-041-4/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Keep the compile time condition for the label useAnatol Belski2017-11-171-0/+2
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* Kill compiler warnings in ext/standardKalle Sommer Nielsen2017-08-241-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-18/+26
* Path handling related refactoringsAnatol Belski2016-12-221-2/+2
* Drop some pieces of commented-out codeNikita Popov2016-09-041-9/+0
* Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-31/+31
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-31/+31
| | |\
| | | * Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-101-31/+31
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | |/
| | * fixed glob() edge case on windows, ref bug #47358Anatol Belski2014-08-141-0/+7
| | * - fix bug #47358, glob returns error, should be empty array()Pierre Joye2014-08-141-3/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1