summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Stricter libc-client symlink checkOle Markus With2013-08-241-2/+2
* | Fix #65483: quoted-printable encode stream filter incorrectly encoding spacesMichael M Slusarz2013-08-243-1/+24
* | Update NEWSChristopher Jones2013-08-231-0/+2
* | Remove duplicate calls to set filename & lineno for the DTRACE_FUNCTION_ENTRY...Christopher Jones2013-08-231-2/+0
* | 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
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-211-1/+1
|\ \
| * | 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-204-31/+111
|\ \
| * | Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-204-31/+111
* | | 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
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-203-6/+15
|\ \ \ | |/ /
| * | bump versionStanislav Malyshev2013-08-193-6/+15
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-199-70/+200
|\ \ \ | |/ /
| * | Update NEWSChristopher Jones2013-08-191-1/+1
| * | fix bug #65481 (shutdown segfault due to serialize)Michael Wallner2013-08-205-58/+154
| * | Track created curl_slist structs by option so they can be updated in situ.Adam Harvey2013-08-194-6/+38
| * | Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendpa...Xinchen Hui2013-08-191-5/+7
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-1912-45/+315
|\ \ \ | |/ /
| * | 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 bug #65470 Segmentation fault in zend_error() with --enable-dtraceStanislav Malyshev2013-08-182-2/+6
| * | | Fix for php bug #64802 includes test caseMark Jones2013-08-184-30/+116
| * | | new for fix #65225Stanislav Malyshev2013-08-181-0/+1
| * | | Fixed #65225: PHP_BINARY incorrectly setPatrick Allaert2013-08-181-1/+6
| * | | Use pkg-config to detect iodbcOle Markus With2013-08-181-11/+26
| * | | Add -P option to use the current binaryStanislav Malyshev2013-08-181-0/+11
| * | | Create test to the extension xmlrpcroot2013-08-182-0/+128
| * | | Fixbug: phpize --clean will delete include/*.hTianfeng2013-08-181-1/+1
|/ / /
* | | Update NEWSChristopher Jones2013-08-161-2/+3
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-161-1/+1
|\ \ \
| * | | fix cve numberStanislav Malyshev2013-08-161-1/+1
* | | | With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris andChristopher Jones2013-08-161-4/+38
|/ / /
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-141-3/+3
|\ \ \
| * | | Fixed #65431 in zend_exception.c by SixdXinchen Hui2013-08-151-3/+3
* | | | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-1423-33/+31
|/ / /
* | | Skip test if SKIP_ONLINE_TESTS setChristopher Jones2013-08-141-0/+1
* | | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-08-130-0/+0
|\ \ \ | |/ /
| * | Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-134-2/+135