| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* PHP-5.4:
fix cve number
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
* PHP-5.4:
|
| |\
| | |
| | |
| | |
| | | |
* 'PHP-5.4' of https://git.php.net/repository/php-src:
Fixed #65431 in zend_exception.c by Sixd
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 'PHP-5.5' of https://git.php.net/repository/php-src:
Fixed #65431 in zend_exception.c by Sixd
|
| |\ \ \
| | | |/
| | |/| |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/|
| | |
| | |
| | | |
* PHP-5.4:
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
Conflicts:
ext/dba/libinifile/inifile.c
|
| |/
| |
| |
| | |
uninitialized' warnings.
|
|\ \
| |/
| |
| |
| | |
* PHP-5.4:
Skip test if SKIP_ONLINE_TESTS set
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.4:
Fix CVE-2013-4073 - handling of certs with null bytes
Fix CVE-2013-4073 - handling of certs with null bytes
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.3:
Fix CVE-2013-4073 - handling of certs with null bytes
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
--enable-dtrace) by Sixd
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
removed unused vars
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
fixed strndup usage in the pgsql ext
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.4:
ensure notices are not ignored when tests need them
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
directory for the php source code.
It fixs the fail on the load of the dtd in the tests modified by this commit.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* pull-request/325:
Add schema default/fixed value support
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Added support for adding fixed/default values during XSD validation
and added/updated associated tests
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* PHP-5.4:
Fix #61345: fix install of CGI binary
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.4:
Fix #61345: fix install of CGI binary
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
php.ini-development/production: remove php_zip.dll
Update NEWS
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-5.4:
Fixed possible buffer overflow under Windows. Note: Not a security fix.
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* 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
|
| | | |
| | | |
| | | |
| | | | |
wrong and never worked if the value is changed at runtime
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
fix bug #65391
Update NEWS
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Unable to send vary header user-agent when
ob_start('ob_gzhandler') is called
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|