Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bug #62396 'make test' crashes starting with 5.3.14 | Michael Wallner | 2013-10-01 | 1 | -0/+5 |
| | | | | (missing gzencode()) | ||||
* | Fixed bug #61548 | Michael Wallner | 2013-10-01 | 1 | -0/+4 |
| | |||||
* | Fix bug #65322: compile time errors won't trigger auto loading | Nikita Popov | 2013-09-29 | 1 | -0/+3 |
| | | | | | | | | | Also fixes duplicate bugs #54054 and #42098. Furthermore this fixes incorrect error messages thrown from code running inside an error handler when a compilation is in progress. The error file and line are now correctly associated with the file/line of the executor, rather than the compiler. | ||||
* | 5.4.20 release date | Stanislav Malyshev | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Copy dba_*() keys before converting to string. | Adam Harvey | 2013-09-22 | 1 | -0/+4 |
| | | | | | | | | | A nice Sunday afternoon project for somebody would be to refactor the dba functions to use zend_parse_parameters() reliably and try to untangle some of the macros in dba.c. Sadly, it is not a nice Sunday afternoon here. Fixes bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write). | ||||
* | Fix the broken sh syntax in ext/imap/config.m4. | Adam Harvey | 2013-09-20 | 1 | -0/+4 |
| | | | | | Patch by ryotakatsuki at gmail dot com. Fixes bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling imap). | ||||
* | Revert "EmptyIterator now implements Countable; fixes bug 60577" | David Soria Parra | 2013-09-18 | 1 | -3/+0 |
| | | | | This reverts commit 8a936e8eb938965b0daaf076c109ec60141e57a7. | ||||
* | NEWS for added reserved ip addresses according to RFC 6598 | David Soria Parra | 2013-09-17 | 1 | -0/+1 |
| | |||||
* | NEWS for #60577 | David Soria Parra | 2013-09-16 | 1 | -0/+3 |
| | |||||
* | NEWS for bug #64441 | David Soria Parra | 2013-09-16 | 1 | -0/+4 |
| | |||||
* | News for bugfix #64157 | David Soria Parra | 2013-09-16 | 1 | -0/+4 |
| | |||||
* | Handle CLI server request headers case insensitively. | Adam Harvey | 2013-09-09 | 1 | -0/+4 |
| | | | | Fixes bug #65633 (built-in server treat some http headers as case-sensitive). | ||||
* | 5.4.21 now | Stanislav Malyshev | 2013-09-03 | 1 | -0/+2 |
| | |||||
* | Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by ↵ | Remi Collet | 2013-08-30 | 1 | -0/+2 |
| | | | | AddressSanitizer | ||||
* | Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) | Xinchen Hui | 2013-08-30 | 1 | -0/+2 |
| | |||||
* | Fixed bug #61759 (class_alias() should accept classes with leading ↵ | Dmitry Stogov | 2013-08-29 | 1 | -0/+2 |
| | | | | backslashes). (Julien) | ||||
* | Fix bug #65579 (Using traits with get_class_methods causes segfault). | Adam Harvey | 2013-08-28 | 1 | -0/+2 |
| | | | | | | | Specifically, this checks if there are trait aliases defined in the class scope before attempting to dereference the first trait alias. This handles the case where a trait alias was used in a child trait but no aliases exist in the concrete class. | ||||
* | Fix bug #65554 in DateTime, when use it with D/l in format and textual day ↵ | gron1987 | 2013-08-25 | 1 | -0/+4 |
| | | | | have dot at the end | ||||
* | Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces | Michael M Slusarz | 2013-08-24 | 1 | -0/+2 |
| | |||||
* | Update NEWS | Christopher Jones | 2013-08-23 | 1 | -0/+2 |
| | |||||
* | Fix bug #64953 (Postgres prepared statement positional parameter casting) | Michael Wallner | 2013-08-20 | 1 | -0/+4 |
| | |||||
* | bump version | Stanislav Malyshev | 2013-08-19 | 1 | -2/+11 |
| | |||||
* | Update NEWS | Christopher Jones | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | fix bug #65481 (shutdown segfault due to serialize) | Michael Wallner | 2013-08-20 | 1 | -0/+1 |
| | |||||
* | Track created curl_slist structs by option so they can be updated in situ. | Adam Harvey | 2013-08-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | At present, when curl_setopt() is called with an option that requires the creation of a curl_slist, we simply push the new curl_slist onto a list to be freed when the curl handle is freed. This avoids a memory leak, but means that repeated calls to curl_setopt() on the same handle with the same option wastes previously allocated memory on curl_slist structs that will no longer be read. This commit changes the zend_llist that was previously used to track the lists to a HashTable keyed by the option number, which means that we can simply update the hash table each time curl_setopt() is called. Fixes bug #65458 (curl memory leak). | ||||
* | Fix bug #65470 Segmentation fault in zend_error() with --enable-dtrace | Stanislav Malyshev | 2013-08-18 | 1 | -0/+2 |
| | |||||
* | Fix for php bug #64802 includes test case | Mark Jones | 2013-08-18 | 1 | -0/+4 |
| | |||||
* | new for fix #65225 | Stanislav Malyshev | 2013-08-18 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Christopher Jones | 2013-08-16 | 1 | -2/+3 |
| | |||||
* | fix cve number | Stanislav Malyshev | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Fix CVE-2013-4073 - handling of certs with null bytes | Stanislav Malyshev | 2013-08-13 | 1 | -0/+4 |
| | |||||
* | Fix #61345: fix install of CGI binary | Michael Heimpold | 2013-08-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Update NEWS | Yasuo Ohgaki | 2013-08-11 | 1 | -0/+3 |
| | |||||
* | fix bug #65391 | Michael Wallner | 2013-08-09 | 1 | -0/+4 |
| | | | | | Unable to send vary header user-agent when ob_start('ob_gzhandler') is called | ||||
* | Update NEWS | Yasuo Ohgaki | 2013-08-09 | 1 | -0/+2 |
| | |||||
* | NEWS for recent DTrace merges. | Christopher Jones | 2013-08-05 | 1 | -0/+4 |
| | | | | Remove redundant 'cp' during DTrace install. | ||||
* | fix typo | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | Fixed bug Bug #65372 (Segfault in gc_zval_possible_root when return ↵ | Xinchen Hui | 2013-08-02 | 1 | -0/+2 |
| | | | | reference fails) | ||||
* | Fixed bug #65018 (SoapHeader problems with SoapServer) | Dmitry Stogov | 2013-07-31 | 1 | -0/+3 |
| | |||||
* | Fixed bug #65336 | Yasuo Ohgaki | 2013-07-27 | 1 | -0/+4 |
| | |||||
* | Upper section name | Xinchen Hui | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #65328 (Segfault when getting SplStack object Value) | Xinchen Hui | 2013-07-25 | 1 | -0/+3 |
| | |||||
* | fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some ↵ | Stanislav Malyshev | 2013-07-22 | 1 | -0/+4 |
| | | | | specific contents | ||||
* | Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix | Stanislav Malyshev | 2013-07-21 | 1 | -0/+3 |
| | |||||
* | Fixed bug #65304 (Use of max int in array_sum) | Xinchen Hui | 2013-07-21 | 1 | -0/+1 |
| | |||||
* | Reorder NEWS | Xinchen Hui | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait | Arpad Ray | 2013-07-19 | 1 | -0/+2 |
| | |||||
* | Properly fixed bug #63186 on NetBSD == 6.0 | Matteo Beccati | 2013-07-19 | 1 | -0/+3 |
| | |||||
* | 5.4.19 is next | Stanislav Malyshev | 2013-07-17 | 1 | -4/+8 |
| | |||||
* | Fixed bug #50308 - session id not appended properly for empty anchor tags | Arpad Ray | 2013-07-17 | 1 | -0/+2 |
| | | | | | | The issue was actually because a lack of space before a "/" marking the tag as empty. This was being swallowed in the rule for unquoted values. Fixed by making that rule exclude quotes (as per spec anyway). |