Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #53226 (file_exists fails on big filenames). | Adam Harvey | 2010-11-05 | 3 | -0/+40 |
| | |||||
* | - Added CLEAN section to recently committed test. | Gustavo André dos Santos Lopes | 2010-11-05 | 1 | -0/+5 |
| | |||||
* | - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails | Gustavo André dos Santos Lopes | 2010-11-05 | 5 | -2/+78 |
| | | | | with streams opened with, inter alia, the 'xb' mode). | ||||
* | - expose php_sys_(l)stat, doing will prevent me to have to provide pecl's ↵ | Pierre Joye | 2010-11-04 | 2 | -2/+14 |
| | | | | builds for <5.3.3 and another set for 5.3.4+. Trunk remains the same, A(B/P)I can be broken there | ||||
* | - fix type and silent warning | Pierre Joye | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | - add stat support for zip:// | Pierre Joye | 2010-11-03 | 2 | -1/+80 |
| | |||||
* | - add CVE | Pierre Joye | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | Fixed covariance of return-by-ref constraints | Etienne Kneuss | 2010-11-03 | 3 | -1/+45 |
| | |||||
* | - BFN | Felipe Pena | 2010-11-03 | 1 | -0/+3 |
| | |||||
* | - Reverted fix for bug #51176 | Felipe Pena | 2010-11-03 | 6 | -17/+17 |
| | |||||
* | - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes) | Felipe Pena | 2010-11-02 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #53141 (autoload misbehaves if called from closing session) | Felipe Pena | 2010-11-02 | 3 | -0/+29 |
| | | | | | patch by: ladislav at marek dot su | ||||
* | Fixed a possible double free in imap extension (Identified by Mateusz ↵ | Ilia Alshanetsky | 2010-11-02 | 2 | -0/+4 |
| | | | | Kocielski). | ||||
* | - add CVE id | Pierre Joye | 2010-11-02 | 1 | -1/+1 |
| | |||||
* | - Fixed -g adding for gcc and g++ (former got it twice, latter not at all) | Jani Taskinen | 2010-11-02 | 2 | -2/+2 |
| | |||||
* | MFH fixed bug #52784 (Race condition when handling many | Arnaud Le Blanc | 2010-11-01 | 4 | -4/+27 |
| | | | | | concurrent signals) | ||||
* | MFH Fix bug #52173 (ext/pcntl doesn't store/report errors) | Arnaud Le Blanc | 2010-11-01 | 4 | -0/+145 |
| | | | | | (patch by nick dot telford at gmail dot com) | ||||
* | - Updated to version 2010.15 (2010o) | Derick Rethans | 2010-11-01 | 1 | -3/+3 |
| | |||||
* | - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4) | Felipe Pena | 2010-11-01 | 2 | -2/+4 |
| | |||||
* | - Fixed bug #53198 (changing INI setting "from" with ini_set did not have any | Gustavo André dos Santos Lopes | 2010-10-29 | 6 | -6/+65 |
| | | | | | | | effect) #Made "from" a proper INI setting and bound it to a global variable. #Previously, it was simply read from the hash table with the parsed ini file #by using cfg_get_string (I wonder why this mechanism still exists...) | ||||
* | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 3 | -51/+212 |
| | | | | | | | | | | | on file close. - Also add a trace modifier to switch on and off the profiling. - With additional compiler switch the profiling can be completely omitted, of course it makes sense only when --enable-debug. Because otherwise there is no tracing, thus no profiling. - Added a fix for Windows for handling trace files on different devices (special handing of ':' ) | ||||
* | gettimeofday for windows | Andrey Hristov | 2010-10-28 | 1 | -6/+9 |
| | |||||
* | show tracing | Andrey Hristov | 2010-10-28 | 1 | -0/+2 |
| | |||||
* | fix windows debug build | Andrey Hristov | 2010-10-28 | 2 | -7/+9 |
| | | | | | better zlib detection | ||||
* | - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number | Gustavo André dos Santos Lopes | 2010-10-27 | 3 | -30/+136 |
| | | | | | | | | of reported malformed sequences). (Gustavo) #Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode. #In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's #get_next_char is different and is not prepared to recover appropriately from #errors. | ||||
* | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 3 | -2/+24 |
| | | | | type is application/x-www-form-urlencoded or is not registered with PHP). | ||||
* | - Fixed ReflectionProperty::isDefault() giving a wrong result for properties | Gustavo André dos Santos Lopes | 2010-10-26 | 3 | -0/+37 |
| | | | | obtained with ReflectionClass::getProperties(). | ||||
* | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 3 | -0/+27 |
| | | | | | | | | | | | disabled when the header "Content-length" is set. #One could argue that any output handler could change the size of the #response, so this exception for zlib.output_compression is an #inconsistency. However, zlib.output_compression is presented as a #performance setting, whose value should have no effect on the #correctness of the scripts. This was not the case. Setting the #header "content-length" and enabling zlib.output_compression was #a recipe for infringing section 4.4 of RFC 2616. | ||||
* | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 2 | -4/+3 |
| | |||||
* | - Small optimization of the fix of bug #53071. It's not necessary to destroy | Gustavo André dos Santos Lopes | 2010-10-25 | 1 | -7/+0 |
| | | | | | the debug info as it's not holding references anymore (the fix removed the refcount increments). | ||||
* | - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles). | Gustavo André dos Santos Lopes | 2010-10-25 | 3 | -2/+90 |
| | |||||
* | - fix Isotopp | Pierre Joye | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | - BFN | Felipe Pena | 2010-10-24 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #53144 (SplObjectStorage::removeAll()) | Felipe Pena | 2010-10-24 | 2 | -8/+28 |
| | |||||
* | profiling in trace mode | Andrey Hristov | 2010-10-22 | 4 | -13/+67 |
| | |||||
* | last piece to enable trace logging on windows | Andrey Hristov | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | enable debug logging on windows, in debug builds, of course | Andrey Hristov | 2010-10-22 | 1 | -1/+2 |
| | |||||
* | Upgraded bundled sqlite to version 3.7.3 | Ilia Alshanetsky | 2010-10-20 | 3 | -3493/+5794 |
| | |||||
* | - update #52929 and zip NULL deref | Pierre Joye | 2010-10-19 | 1 | -2/+4 |
| | |||||
* | - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵ | Pierre Joye | 2010-10-19 | 1 | -0/+3 |
| | | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz | ||||
* | Fix bug #53089 (php.ini should use portable example of find) by using POSIX | Adam Harvey | 2010-10-18 | 2 | -2/+2 |
| | | | | | | compliant syntax in the suggested find command for cleaning up session files in the shipped php.ini files. | ||||
* | - Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path ↵ | Felipe Pena | 2010-10-16 | 1 | -0/+4 |
| | | | | crashes php) | ||||
* | - Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed. | Gustavo André dos Santos Lopes | 2010-10-15 | 1 | -0/+2 |
| | |||||
* | - Three tests were "broken" by rev #304404, not two. Commit the change | Gustavo André dos Santos Lopes | 2010-10-14 | 1 | -1/+1 |
| | | | | to remaining one. | ||||
* | - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting | Gustavo André dos Santos Lopes | 2010-10-14 | 5 | -7/+92 |
| | | | | certain ill-formed UTF-8 sequences. | ||||
* | - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to | Gustavo André dos Santos Lopes | 2010-10-14 | 1 | -4/+14 |
| | | | | | | | fix the erratic behavior without breaking backwards compatibility. Namely, $offset retains SEEK_SET behavior but actually SEEK_CUR is passed to _php_stream_seek, if possible, by moving the offset stream->position bytes. - Addresses bug #53006. | ||||
* | Fix vim marker folds. | Adam Harvey | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF) | Dmitry Stogov | 2010-10-13 | 3 | -1/+16 |
| | |||||
* | - Fixed forward stream seeking emulation in streams that don't support seeking | Gustavo André dos Santos Lopes | 2010-10-13 | 2 | -9/+12 |
| | | | | | | | | | in situations where the read operation gives back less data than requested and when there was data in the buffer before the emulation started. Also made more consistent its behavior -- should return failure every time less data than was requested was skipped. - Small performance improvement by correcting off-by-one error that generate an invalid call to the seek handler or read handler. in _php_stream_seek. | ||||
* | Added test | Dmitry Stogov | 2010-10-12 | 1 | -0/+28 |
| |