summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity issue reporting wrong sizeof()Yasuo Ohgaki2013-10-221-1/+1
* add tests for bug #62523Michael Wallner2013-10-216-0/+73
* Merged PR #293 (Exif crash on unknown encoding was fixed)Michael Wallner2013-10-213-5/+21
* Just SKIP that test on travisMichael Wallner2013-10-211-0/+4
* fix memory leak on error (from Coverity scan)Stanislav Malyshev2013-10-211-0/+1
* Fix coverity issue with -1 returned by findOffset not being handled by getPre...Stanislav Malyshev2013-10-201-0/+3
* When src->src is null this doesn't get initializedRasmus Lerdorf2013-10-201-1/+1
* Clean up this weird safe_emalloc() callRasmus Lerdorf2013-10-201-1/+1
* Minor Coverity tweaksRasmus Lerdorf2013-10-201-3/+3
* - Moved NULL check before dereferencingFelipe Pena2013-10-201-4/+4
* - Fixed possible NULL ptr dereferenceFelipe Pena2013-10-201-2/+4
* Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4Felipe Pena2013-10-201-1/+1
|\
| * Remove senseless check hereRasmus Lerdorf2013-10-191-1/+1
* | - Fixed possible uninitialized scalar variable usage (spotted by Coverity)Felipe Pena2013-10-204-4/+4
|/
* - Fix extern declaration according to definitionFelipe Pena2013-10-201-1/+1
* - Fix possible memory leakFelipe Pena2013-10-201-4/+5
* - Moved allocation to if block to make Coverity happyFelipe Pena2013-10-191-9/+10
* - Fixed possible memory leakFelipe Pena2013-10-191-0/+1
* Fix unitialized opened_path here - found by CoverityRasmus Lerdorf2013-10-191-3/+6
* Merge branch 'pull-request/499'Rasmus Lerdorf2013-10-192-2/+2
* fixed skeleton to produce the normalized ext version macrosAnatol Belski2013-10-142-1/+3
* C89 compatibilityMichael Wallner2013-10-091-12/+14
* Fixed segfault when built with OpenSSL >= 1.0.1Daniel Lowrey2013-10-091-5/+6
* FIX BUG #65219 - Typo correctionStanley Sufficool2013-10-051-1/+1
* Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4Stanley Sufficool2013-10-0515-852/+1402
|\
| * Fix bug #65667: ftp_nb_continue produces segfaultPhilip Hofstetter2013-10-043-1/+192
| * fix bug #64146 (serialize incorrectly saving objects when they areMichael Wallner2013-10-042-4/+62
| * such a weird hack probably helps in finding regressions in the futureMichael Wallner2013-10-041-0/+83
| * Fixed bug #64230 (XMLReader does not suppress errors)Michael Wallner2013-10-042-2/+50
| * typo: really fix bug #51936 Crash with clone xmlreaderMichael Wallner2013-10-031-1/+1
| * fix bug #59613 (Crash with clone XMLReader)Michael Wallner2013-10-032-0/+23
| * fix bug #65808 the socket_connect() won't work with IPv6 addressMichael Wallner2013-10-021-17/+42
| * Fixed bug #61548Michael Wallner2013-10-012-30/+149
| * fix testMichael Wallner2013-09-301-4/+16
| * fix memleak on resetting rebind_procMichael Wallner2013-09-301-0/+1
| * - Updated to version 2013.6 (2013f)Derick Rethans2013-09-271-794/+784
* | FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92Stanley Sufficool2013-10-051-18/+12
|/
* FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driverStanley Sufficool2013-09-261-0/+2
* Copy dba_*() keys before converting to string.Adam Harvey2013-09-222-6/+57
* Fix the broken sh syntax in ext/imap/config.m4.Adam Harvey2013-09-201-2/+2
* Revert "EmptyIterator now implements Countable; fixes bug 60577"David Soria Parra2013-09-183-31/+2
* RFC 6598 reserved ip range starts at 100.64.0.0David Soria Parra2013-09-181-1/+1
* Add RFC 6598 IPs to reserved addressesSebastian Nohn2013-09-172-0/+5
* Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)Alex Bobrov2013-09-162-4/+11
* EmptyIterator now implements Countable; fixes bug 60577Levi Morrison2013-09-163-2/+31
* Bug 64157Boro Sitnikovski2013-09-163-2/+16
* Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by Addres...Remi Collet2013-08-301-5/+5
* Fix bug #65554 in DateTime, when use it with D/l in format and textual day ha...gron19872013-08-253-102/+133
* Fix DateInterval->days value when object was created not from DateTime::diff()Alexander Moskalev2013-08-242-1/+15
* Test extension xmlrpc encode type double and string decode type string and introot2013-08-243-0/+105