]>
granicus.if.org Git - php/log
Marcus Boerger [Tue, 30 May 2006 19:41:04 +0000 (19:41 +0000)]
- MFH WS
Sara Golemon [Tue, 30 May 2006 19:06:22 +0000 (19:06 +0000)]
MFH: Minor fixes (bjori)
Michael Wallner [Tue, 30 May 2006 17:40:52 +0000 (17:40 +0000)]
- fix bug #37635 (parameter of pcntl signal handler is trashed)
Seiji Masugata [Tue, 30 May 2006 15:47:53 +0000 (15:47 +0000)]
added mb_stristr( ), mb_strrichr( ).
Seiji Masugata [Tue, 30 May 2006 15:45:35 +0000 (15:45 +0000)]
added mb_strstr( ), mb_strrchr( ).
Seiji Masugata [Tue, 30 May 2006 15:43:09 +0000 (15:43 +0000)]
added mb_stripos( ), mb_strripos( ).
Seiji Masugata [Tue, 30 May 2006 15:40:39 +0000 (15:40 +0000)]
added mb_list_encodings_alias_names( ), mb_list_mime_names( ).
Seiji Masugata [Tue, 30 May 2006 15:38:22 +0000 (15:38 +0000)]
added option parameter mb_list_encodings( ).
Hannes Magnusson [Tue, 30 May 2006 15:14:22 +0000 (15:14 +0000)]
MFH: Play nice, use 4digit years in DATE_RSS
Ilia Alshanetsky [Tue, 30 May 2006 14:51:20 +0000 (14:51 +0000)]
Added memory_get_peak_usage() function for retrieving peak memory usage of
a PHP script.
Hannes Magnusson [Tue, 30 May 2006 14:46:46 +0000 (14:46 +0000)]
MFH: Fixed DATE_COOKIE, DATE_RSS & tests
Antony Dovgal [Tue, 30 May 2006 13:16:48 +0000 (13:16 +0000)]
MFH: don't require libociei, this allows us to build ext/oci8 against basiclite OIC package
Derick Rethans [Tue, 30 May 2006 13:14:51 +0000 (13:14 +0000)]
- Now as text and not HTML.
Derick Rethans [Tue, 30 May 2006 13:12:21 +0000 (13:12 +0000)]
- MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by
Hannes Magnusson)
Antony Dovgal [Tue, 30 May 2006 09:46:59 +0000 (09:46 +0000)]
no need to call zend_is_callable() if callable is known to be invalid
free fname on failure and plug possible leak
Ilia Alshanetsky [Tue, 30 May 2006 02:40:33 +0000 (02:40 +0000)]
Convert E_ERROR to E_RECOVERABLE_ERROR
Antony Dovgal [Mon, 29 May 2006 21:31:49 +0000 (21:31 +0000)]
MFH: no need to check it for not-NULL
Antony Dovgal [Mon, 29 May 2006 21:28:29 +0000 (21:28 +0000)]
MFH: there is no ce at this point, revert this line to its previous state
Antony Dovgal [Mon, 29 May 2006 21:08:02 +0000 (21:08 +0000)]
fix tests
Antony Dovgal [Mon, 29 May 2006 20:31:48 +0000 (20:31 +0000)]
add test
Antony Dovgal [Mon, 29 May 2006 20:26:32 +0000 (20:26 +0000)]
MFH: return NULL in case of error
Marcus Boerger [Mon, 29 May 2006 20:07:39 +0000 (20:07 +0000)]
- BFN
Marcus Boerger [Mon, 29 May 2006 20:06:43 +0000 (20:06 +0000)]
- MFH Bugfix #37632 (Protected method access problem)
Antony Dovgal [Mon, 29 May 2006 18:12:55 +0000 (18:12 +0000)]
MFH: improve sed expressions
Michael Wallner [Mon, 29 May 2006 16:53:56 +0000 (16:53 +0000)]
- Fixed bug #36949 (invalid internal mysqli objects dtor)
Antony Dovgal [Mon, 29 May 2006 11:00:32 +0000 (11:00 +0000)]
BFN
Antony Dovgal [Mon, 29 May 2006 10:59:30 +0000 (10:59 +0000)]
MFH: fix #37531 (oci8 persistent connection corruption)
Antony Dovgal [Mon, 29 May 2006 10:42:54 +0000 (10:42 +0000)]
add test
Antony Dovgal [Mon, 29 May 2006 10:39:59 +0000 (10:39 +0000)]
initialize srcstream
Antony Dovgal [Mon, 29 May 2006 10:24:49 +0000 (10:24 +0000)]
MFH: prevent resource leaking when passing invalid stream resource as second argument
Georg Richter [Mon, 29 May 2006 05:38:50 +0000 (05:38 +0000)]
Fix for bug #37620
Michael Wallner [Sun, 28 May 2006 20:34:10 +0000 (20:34 +0000)]
- news entry for apache2handler ap_set_content_type() fix
Michael Wallner [Sun, 28 May 2006 20:32:00 +0000 (20:32 +0000)]
MFH: call ap_set_content_type() only once, else each time we call it,
configured output filters for that content type will be added
Ilia Alshanetsky [Sun, 28 May 2006 15:33:56 +0000 (15:33 +0000)]
Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssion
limit support).
Marcus Boerger [Sat, 27 May 2006 20:16:53 +0000 (20:16 +0000)]
- Revert until there is an ok for the full patch
Marcus Boerger [Sat, 27 May 2006 19:06:06 +0000 (19:06 +0000)]
- WS
Marcus Boerger [Sat, 27 May 2006 18:39:53 +0000 (18:39 +0000)]
- MFH: Fix bug #37212 (Access to protected property of common base class)
By adding "zend_class_entry *ce" to struct zend_property_info;
Johannes Schlüter [Sat, 27 May 2006 18:23:48 +0000 (18:23 +0000)]
- MFH Fix #37614 (Class name lowercased in error message)
Marcus Boerger [Sat, 27 May 2006 18:04:13 +0000 (18:04 +0000)]
- WS/CS
Rob Richards [Fri, 26 May 2006 18:23:50 +0000 (18:23 +0000)]
MFH: add C14N() and C14NFile() methods to perform XML canonicalization
add test
Dmitry Stogov [Fri, 26 May 2006 09:02:35 +0000 (09:02 +0000)]
Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24)
Marcus Boerger [Fri, 26 May 2006 00:36:13 +0000 (00:36 +0000)]
- MFH Sync error messages and simplify error message generation code
Pierre Joye [Fri, 26 May 2006 00:32:07 +0000 (00:32 +0000)]
- fix leaks in openssl context options
Ilia Alshanetsky [Thu, 25 May 2006 22:54:16 +0000 (22:54 +0000)]
Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters)
Edin Kadribasic [Thu, 25 May 2006 18:47:21 +0000 (18:47 +0000)]
Missing definition, patch by Steph Fox
Michael Wallner [Thu, 25 May 2006 12:41:35 +0000 (12:41 +0000)]
- implement standard http stream wrapper options, fixes bug #34180
- skip empty headers in on_header_available()
Antony Dovgal [Thu, 25 May 2006 11:46:38 +0000 (11:46 +0000)]
MFH: remove debug output and fix bug #37589
Marcus Boerger [Thu, 25 May 2006 10:46:53 +0000 (10:46 +0000)]
- Update test
Marcus Boerger [Thu, 25 May 2006 10:20:56 +0000 (10:20 +0000)]
- Update update news and sync with NEWS
Antony Dovgal [Thu, 25 May 2006 10:01:06 +0000 (10:01 +0000)]
fix error messages when converting objects to other types
add new function
MFB will follow soon
Marcus Boerger [Thu, 25 May 2006 09:59:25 +0000 (09:59 +0000)]
- MFH Bugfix 37587
Dmitry Stogov [Thu, 25 May 2006 08:14:28 +0000 (08:14 +0000)]
Fixed bug #37278 (SOAP not respecting uri in __soapCall)
Dmitry Stogov [Thu, 25 May 2006 07:46:25 +0000 (07:46 +0000)]
Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr)
Antony Dovgal [Thu, 25 May 2006 07:31:47 +0000 (07:31 +0000)]
reorder
Dmitry Stogov [Thu, 25 May 2006 06:40:04 +0000 (06:40 +0000)]
Fixed bug #37496 (FastCGI output buffer overrun)
Ilia Alshanetsky [Wed, 24 May 2006 23:14:08 +0000 (23:14 +0000)]
Fixed bug #37563 (array_key_exists performance is poor for &$array).
Antony Dovgal [Wed, 24 May 2006 23:04:58 +0000 (23:04 +0000)]
fix test
Edin Kadribasic [Wed, 24 May 2006 22:04:57 +0000 (22:04 +0000)]
BFN
Edin Kadribasic [Wed, 24 May 2006 22:00:15 +0000 (22:00 +0000)]
Initialize windows globals, fixes #37428
Antony Dovgal [Wed, 24 May 2006 21:24:29 +0000 (21:24 +0000)]
BFN
Antony Dovgal [Wed, 24 May 2006 21:22:13 +0000 (21:22 +0000)]
fix #37418 (tidy module crashes CLI version of PHP)
Antony Dovgal [Wed, 24 May 2006 20:21:02 +0000 (20:21 +0000)]
fix #37499 (CLI segmentation faults during cleanup (only with sybase-ct extension enabled))
Dmitry Stogov [Wed, 24 May 2006 13:28:59 +0000 (13:28 +0000)]
Fixed CGI tests.
Dmitry Stogov [Wed, 24 May 2006 09:42:21 +0000 (09:42 +0000)]
Fixed bug #37256 (php-fastcgi dosen't handle connection abort)
Dmitry Stogov [Wed, 24 May 2006 07:55:19 +0000 (07:55 +0000)]
Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).
Marcus Boerger [Tue, 23 May 2006 23:47:44 +0000 (23:47 +0000)]
- MFH Add more tests from Ligaya Turmelle
Ilia Alshanetsky [Tue, 23 May 2006 23:22:04 +0000 (23:22 +0000)]
Fixed handling of extremely long paths inside tempnam() function.
Marcus Boerger [Tue, 23 May 2006 22:31:25 +0000 (22:31 +0000)]
- MFH Fix feof()
Marcus Boerger [Tue, 23 May 2006 22:24:44 +0000 (22:24 +0000)]
- MFH Sync with head (namespace prefix handling)
Marcus Boerger [Tue, 23 May 2006 22:22:11 +0000 (22:22 +0000)]
- MFH Handle NULL in C argument parsing correct
Marcus Boerger [Tue, 23 May 2006 21:58:44 +0000 (21:58 +0000)]
- MFH Bugfix #37565
Marcus Boerger [Tue, 23 May 2006 21:50:29 +0000 (21:50 +0000)]
- Fix double error raising issue
Sebastian Bergmann [Tue, 23 May 2006 11:11:16 +0000 (11:11 +0000)]
MFH: Add bison 2.2 to the list of supported versions.
Marcus Boerger [Mon, 22 May 2006 19:04:19 +0000 (19:04 +0000)]
- Update
Rob Richards [Mon, 22 May 2006 17:12:26 +0000 (17:12 +0000)]
MFH: add registerNodeClass() method
- update attribute isID functionality
- add test
Rob Richards [Mon, 22 May 2006 17:09:05 +0000 (17:09 +0000)]
MFH: move document property struct from xml_common.h
Ilia Alshanetsky [Mon, 22 May 2006 14:22:26 +0000 (14:22 +0000)]
E_ERROR > E_RECOVERABLE_ERROR
Dmitry Stogov [Mon, 22 May 2006 09:22:20 +0000 (09:22 +0000)]
Fixed bug #37496 (FastCGI output buffer overrun)
Antony Dovgal [Mon, 22 May 2006 06:49:48 +0000 (06:49 +0000)]
fix typo
Antony Dovgal [Mon, 22 May 2006 04:17:42 +0000 (04:17 +0000)]
re-enable OCILobRead2() support
Marcus Boerger [Sun, 21 May 2006 18:13:37 +0000 (18:13 +0000)]
- MFH
. Make code exception safe
. Make RecursiveRegexIterator::getChildren pass regex to inner ctor
. Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
. Add CachingIterator::getCache()
. Add tests
Marcus Boerger [Sun, 21 May 2006 18:10:31 +0000 (18:10 +0000)]
- MFH improve error messages
Marcus Boerger [Sun, 21 May 2006 18:00:14 +0000 (18:00 +0000)]
- MFH Sync vm generation with head
- Regenerate vm
Ilia Alshanetsky [Sun, 21 May 2006 16:31:57 +0000 (16:31 +0000)]
Added control character checks for cURL extension's open_basedir/safe_mode
checks.
Ilia Alshanetsky [Sun, 21 May 2006 15:50:31 +0000 (15:50 +0000)]
Added a note about E_RECOVERABLE_ERROR being a part of E_ALL.
Marcus Boerger [Sun, 21 May 2006 13:37:19 +0000 (13:37 +0000)]
- MFH Handle corrupt base64 data in data: url
Marcus Boerger [Sun, 21 May 2006 09:12:34 +0000 (09:12 +0000)]
- Update
Marcus Boerger [Sat, 20 May 2006 21:02:44 +0000 (21:02 +0000)]
- MFH Improved error message
Marcus Boerger [Sat, 20 May 2006 21:01:42 +0000 (21:01 +0000)]
- MFH Sync with head fixes part of an issue with iterator_(to_array|count)
Antony Dovgal [Sat, 20 May 2006 13:46:59 +0000 (13:46 +0000)]
MFH: attempt to fix OCILobRead2() related problems
Marcus Boerger [Sat, 20 May 2006 11:35:38 +0000 (11:35 +0000)]
- MFH Add new tests
Marcus Boerger [Sat, 20 May 2006 09:12:28 +0000 (09:12 +0000)]
- MFH Use correct version
Marcus Boerger [Sat, 20 May 2006 09:08:35 +0000 (09:08 +0000)]
- MFH Add new tests
Dmitry Stogov [Fri, 19 May 2006 15:31:25 +0000 (15:31 +0000)]
Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).
Derick Rethans [Fri, 19 May 2006 14:52:30 +0000 (14:52 +0000)]
- Fixed bug #37514 (strtotime doesn't assume year correctly).
Michael Wallner [Fri, 19 May 2006 14:19:27 +0000 (14:19 +0000)]
- nuke compiler warnings
Antony Dovgal [Fri, 19 May 2006 10:57:48 +0000 (10:57 +0000)]
fix test
Antony Dovgal [Fri, 19 May 2006 10:24:05 +0000 (10:24 +0000)]
MFH: initialize factory
Antony Dovgal [Fri, 19 May 2006 07:44:24 +0000 (07:44 +0000)]
add new tests by Ligaya Turmelle
Dmitry Stogov [Fri, 19 May 2006 06:09:15 +0000 (06:09 +0000)]
Optimized zend_try/zend_catch macroses (eliminated memcpy())