summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.5.3php-5.5.3PHP-5.5.3Stanislav Malyshev2013-08-193-30/+31
|
* fix using wrong buffer pointerStanislav Malyshev2013-08-191-0/+1
|
* PHP 5.5.2php-5.5.2David Soria Parra2013-08-152-3/+3
|
* Prepare news for PHP-5.5.2David Soria Parra2013-08-151-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-140-0/+0
|\ | | | | | | * PHP-5.4:
| * Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-141-3/+3
| |\ | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: Fixed #65431 in zend_exception.c by Sixd
* | \ Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-08-141-3/+3
|\ \ \ | | | | | | | | | | | | | | | | * 'PHP-5.5' of https://git.php.net/repository/php-src: Fixed #65431 in zend_exception.c by Sixd
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-151-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Fixed #65431 in zend_exception.c by SixdXinchen Hui2013-08-151-3/+3
| | | |
* | | | Reduce compiler noise by removing unused variables and labelsChristopher Jones2013-08-143-3/+2
| | | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-1421-31/+30
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
| * | Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-1423-33/+31
| |/ | | | | | | uninitialized' warnings.
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-0/+1
|\ \ | |/ | | | | | | * PHP-5.4: Skip test if SKIP_ONLINE_TESTS set
| * Skip test if SKIP_ONLINE_TESTS setChristopher Jones2013-08-141-0/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-134-2/+135
|\ \ | |/ | | | | | | | | * PHP-5.4: Fix CVE-2013-4073 - handling of certs with null bytes Fix CVE-2013-4073 - handling of certs with null bytes
| * Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-08-130-0/+0
| |\ | | | | | | | | | | | | * PHP-5.3: Fix CVE-2013-4073 - handling of certs with null bytes
| | * Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-134-2/+135
| | |
| * | Fix CVE-2013-4073 - handling of certs with null bytesStanislav Malyshev2013-08-134-2/+135
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-145-16/+16
|\ \ \ | |/ /
| * | Fixed #65431 (Discarded qualifiers from pointer target warnings when using ↵Xinchen Hui2013-08-145-16/+16
| | | | | | | | | | | | --enable-dtrace) by Sixd
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-2/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: removed unused vars
| * | removed unused varsAnatol Belski2013-08-121-2/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-08-121-3/+25
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: fixed strndup usage in the pgsql ext
| * | fixed strndup usage in the pgsql extAnatol Belski2013-08-121-3/+25
| | |
* | | use mysqlnd, some tests fail otherwiseStanislav Malyshev2013-08-111-3/+3
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-103-1/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: ensure notices are not ignored when tests need them
| * | ensure notices are not ignored when tests need themStanislav Malyshev2013-08-103-1/+5
| | |
* | | Embeds the content of the DTD in the DOCTYPE declaration of the XML files.Antonio Diaz Ruiz2013-08-103-3/+24
| | |
* | | Adds 2 new xml files which include the dtd path relative to the base ↵Antonio Diaz Ruiz2013-08-105-4/+33
| | | | | | | | | | | | | | | | | | directory for the php source code. It fixs the fail on the load of the dtd in the tests modified by this commit.
* | | Adds files: error 1 to 5 and variation 1 to 4Antonio Diaz Ruiz2013-08-1033-0/+628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests for error1: not well formed xml tests for error2: not well formed xml attribute without colon tests for error2: not well formed xml, typo tests for error4: wrong xml version tests for error5: extra content at the end of the doc tests libxml_dtd_load tests libxml_dtd_valid tests for libdtd_noerror tests for LIBXML_DTDATTR, LIBXML_NOCDATA, LIBXML_NOENT and LIBXML_NOBLANKS the basic behavior fix comments
* | | Merge branch 'pull-request/325' into PHP-5.5Stanislav Malyshev2013-08-1012-6/+137
|\ \ \ | | | | | | | | | | | | | | | | * pull-request/325: Add schema default/fixed value support
| * | | Add schema default/fixed value supportChris Wright2013-04-1211-10/+132
| | | | | | | | | | | | | | | | | | | | Added support for adding fixed/default values during XSD validation and added/updated associated tests
* | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-101-0/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-5.4: Fix #61345: fix install of CGI binary
| * | | Fix #61345: fix install of CGI binaryMichael Heimpold2013-08-102-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CLI was not built but only CGI binary, then a sequence of $ ./buildconf $ ./configure --prefix=/usr/local/phpcgi --disable-cli $ make -j8 $ sudo rm -rf /usr/local/phpcgi $ sudo make install results in the following error: /bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules Installing shared extensions: /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/ Installing PHP CGI binary: /usr/local/phpcgi/bin/ cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory make: *** [install-cgi] Fehler 1 The solution is to create the binary directory before copying the CGI binary as e.g. CLI does. Signed-off-by: Oliver Metz <oliver.metz@gmx.de> [extensive commit message] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-101-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix #61345: fix install of CGI binary
| * | | | Fix #61345: fix install of CGI binaryMichael Heimpold2013-08-101-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CLI was not built but only CGI binary, then a sequence of $ ./buildconf $ ./configure --prefix=/usr/local/phpcgi --disable-cli $ make -j8 $ sudo rm -rf /usr/local/phpcgi $ sudo make install results in the following error: /bin/bash /srv/smb/php-src.test/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /srv/smb/php-src.test/modules Installing shared extensions: /usr/local/phpcgi/lib/php/extensions/no-debug-non-zts-20121212/ Installing PHP CGI binary: /usr/local/phpcgi/bin/ cp: cannot create regular file `/usr/local/phpcgi/bin/#INST@28245#': No such file or directory make: *** [install-cgi] Fehler 1 The solution is to create the binary directory before copying the CGI binary as e.g. CLI does. Signed-off-by: Oliver Metz <oliver.metz@gmx.de> [extensive commit message] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-102-2/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-5.4: php.ini-development/production: remove php_zip.dll Update NEWS
| * | | php.ini-development/production: remove php_zip.dllJan Ehrhardt2013-08-102-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove the reference to php_zip.dll in php.ini-production and php.ini-development, because php_zip.dll does not exist anymore since PHP 5.3
| * | | Update NEWSYasuo Ohgaki2013-08-111-0/+3
| | | |
* | | | Update NEWSYasuo Ohgaki2013-08-111-0/+4
| | | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-111-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.4: Fixed possible buffer overflow under Windows. Note: Not a security fix.
| * | | Fixed possible buffer overflow under Windows. Note: Not a security fix.Yasuo Ohgaki2013-08-111-1/+1
| | | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-101-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.4: Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply wrong and never worked if the value is changed at runtime
| * | | Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply ↵Yasuo Ohgaki2013-08-101-1/+1
| | | | | | | | | | | | | | | | wrong and never worked if the value is changed at runtime
* | | | Replce ZEND_FETCH_* instructions with IS_CV if possibleDmitry Stogov2013-08-092-0/+81
| | | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-092-3/+31
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-5.4: fix bug #65391 Update NEWS
| * | | fix bug #65391Michael Wallner2013-08-093-3/+35
| | | | | | | | | | | | | | | | | | | | Unable to send vary header user-agent when ob_start('ob_gzhandler') is called
| * | | Update NEWSYasuo Ohgaki2013-08-091-0/+2
| | | |
* | | | Update NEWSYasuo Ohgaki2013-08-091-0/+3
| | | |
* | | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-08-080-0/+0
|\ \ \ \ | |/ / /