summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* It looks like i should've taken joint response on ext/fileinfo long agoAnatol Belski2017-10-111-1/+1
* Bugfix #74556 stream_socket_get_name() returns null bytes on MacOSSara Golemon2017-10-071-1/+1
* Fixed #75220 - Segfault when calling is_callable on parentNester2017-09-271-0/+28
* Fix test failure on 32-bitAnatol Belski2017-09-121-1/+1
* From documentation, only the sign of returned value is relevantRemi Collet2017-08-241-8/+8
* Fixed bug #75097 (gethostname fails if your host name is 64 chars long)Andrea Faulds2017-08-191-2/+2
* Fixed bug #75075 (unpack with X* causes infinity loop)Xinchen Hui2017-08-152-0/+14
* Test cleanup improvements, files might be locked in the test processAnatol Belski2017-08-144-6/+21
* fix test cleanupAnatol Belski2017-08-141-2/+6
* Fixed bug #74103 and bug #75054Nikita Popov2017-08-124-508/+531
* Increase expected timing on TravisAnatol Belski2017-08-031-1/+1
* Shrink another large imageChristoph M. Becker2017-07-302-3/+3
* relax test on travisAnatol Belski2017-07-281-12/+13
* fix dir separator in testAnatol Belski2017-07-191-1/+1
* Do not allow using traits/interfaces/abstract classes as stream wrappersSara Golemon2017-07-191-0/+12
* #73594 tests only check the extra params if dns_get_record is successfulPedro Magalhães2017-07-102-4/+6
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-042-2/+2
|\
| * Fix testsStanislav Malyshev2017-07-041-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-0/+10
|\ \ | |/
| * Fixed bug #74111Nikita Popov2017-07-044-517/+501
| * fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
* | Fixed bug #74111Nikita Popov2017-07-043-519/+493
* | Adapt for 32-bits which fails at different offset (49 vs 38)Remi Collet2017-07-041-1/+1
* | fix datatypeAnatol Belski2017-07-042-2/+2
* | Fixed bug #74101 and bug #74614Nikita Popov2017-07-044-34/+62
* | Fix error if compiled without -fpermissive flag.ideal2017-06-231-1/+1
* | fix bug #74780 parse_url() borken when query string contains colonjhdxr2017-06-222-0/+43
* | Fix bug #73648 - integer overflow in substrStanislav Malyshev2017-06-201-6/+6
* | Fixes bug #74708 reflection signatures for random_bytes+random_intTyson Andre2017-06-132-2/+21
* | Bugfix #74556 stream_socket_get_name() returns empty stringSara Golemon2017-05-282-0/+27
* | Bugfix #74598 ftp:// ignores contextSara Golemon2017-05-271-4/+4
* | Remove typo from test headerSara Golemon2017-05-101-1/+1
* | Tests to ensure BC with undocumented behavior used in hacksAnatol Belski2017-05-011-0/+32
* | Revert "Detect invalid port in xp_socket parse ip address"Anatol Belski2017-04-271-37/+0
* | Fix bug #74409Sebastian Bergmann2017-04-111-0/+1
* | Fixed condition checkXinchen Hui2017-04-108-10/+10
* | Fixed bug #72071: Prevent Max-Age from being negativeCraig Duncan2017-04-093-2/+22
* | explicitly ignore php.ini for proc open testsAnatol Belski2017-03-216-9/+9
* | Fix bug #74265Nikita Popov2017-03-171-4/+4
* | Return FALSE if error_log fails to write all bytesAdam Saponara2017-03-161-1/+5
* | Detect invalid port in xp_socket parse ip addressSara Golemon2017-03-071-0/+37
* | Fixed bug #74148 (ReflectionFunction incorrectly reports the number of argume...Xinchen Hui2017-02-231-0/+1
* | Fixed bug #74105Benjamin Robin2017-02-171-41/+45
* | Fix memory errors in url rewriterNikita Popov2017-02-162-234/+179
* | Add json dep to testNikita Popov2017-02-161-0/+4
* | Fixed bug #74090 stream_get_contents maxlength>-1 returns empty stringAnatol Belski2017-02-151-0/+22
* | Fixed bug #73118Adam Saponara2017-02-123-46/+62
* | Fix detection of isnan and isinfChristian Schmidt2017-02-082-7/+36
* | Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-062-34/+6
* | Fix detection of isnan and isinfChristian Schmidt2017-02-052-6/+34