summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stricter libc-client symlink checkOle Markus With2013-08-241-2/+2
* Fix #65483: quoted-printable encode stream filter incorrectly encoding spacesMichael M Slusarz2013-08-242-1/+22
* Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-221-1/+1
* Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efre...Christopher Jones2013-08-221-1/+1
* Fixed other compiler warningsMatteo Beccati2013-08-223-3/+6
* Suppress compiler warning "warning: variable ‘length’ set but not used [-...Christopher Jones2013-08-211-2/+0
* Suppress compiler warning "warning: variable ‘retcount’ set but not used ...Christopher Jones2013-08-211-0/+4
* Suppress compliation warning "warning: passing argument 1 of ‘_efree’ dis...Christopher Jones2013-08-211-1/+1
* Fix pointer sign warning showing up in EVERY buildMichael Wallner2013-08-211-1/+1
* Fixed compiler warnings in ext/pgsqlMatteo Beccati2013-08-211-16/+25
* Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-212-5/+5
* Fixed compiler warningMatteo Beccati2013-08-211-4/+4
* Quash compile warning "warning: 'flags' may be used uninitialized in this fun...Christopher Jones2013-08-201-1/+1
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-203-31/+107
|\
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-203-31/+107
* | Eliminate compiler warnings: "warning: pointer targets in initialization diff...Christopher Jones2013-08-201-4/+4
* | Eliminate compiler warnings "warning: pointer targets in initialization diffe...Christopher Jones2013-08-201-103/+103
* | Remove some compilation warnings:Christopher Jones2013-08-204-3/+15
|/
* fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-204-58/+153
* Track created curl_slist structs by option so they can be updated in situ.Adam Harvey2013-08-193-6/+35
* added new glob() testAnatol Belski2013-08-191-0/+19
* Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-08-191-0/+1
|\
| * fix using wrong buffer pointerStanislav Malyshev2013-08-191-0/+1
| * Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-133-2/+131
* | Fix for php bug #64802 includes test caseMark Jones2013-08-183-30/+112
* | Use pkg-config to detect iodbcOle Markus With2013-08-181-11/+26
* | Create test to the extension xmlrpcroot2013-08-182-0/+128
* | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-1420-30/+28
* | Skip test if SKIP_ONLINE_TESTS setChristopher Jones2013-08-141-0/+1
* | Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-133-2/+131
* | removed unused varsAnatol Belski2013-08-121-2/+1
* | fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
* | ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
* | Fixed possible buffer overflow under Windows. Note: Not a security fix.Yasuo Ohgaki2013-08-111-1/+1
* | Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply w...Yasuo Ohgaki2013-08-101-1/+1
* | fix bug #65391Michael Wallner2013-08-092-3/+31
* | Merge branch 'PHP-5.4'Kalle Sommer Nielsen2013-08-051-2/+6
* | Fixed bug #62978. pg_select()/etc may allow SQL injection when table name is ...Yasuo Ohgaki2013-08-0515-62/+184
* | First fixes for a 64bit compatible ftp extensionAndreas Streichardt2013-08-046-57/+107
* | non living code related typo fixesVeres Lajos2013-08-0433-33/+33
* | We shouldn't load any local ini files for these testsRasmus Lerdorf2013-08-022-2/+2
* | pcre_quote? No such thing. How did this ever pass?Rasmus Lerdorf2013-08-021-1/+1
* | This test needs local infile enabledRasmus Lerdorf2013-08-021-0/+1
* | This test will only work if gc is enabledRasmus Lerdorf2013-08-021-0/+2
* | Add user contributed test. Bug #61748Yasuo Ohgaki2013-08-021-0/+17
* | Improved fix for bug #44686 (SOAP-ERROR: Parsing WSDL)Dmitry Stogov2013-07-311-5/+49