]>
granicus.if.org Git - php/log
Marcus Boerger [Sat, 18 Mar 2006 19:57:00 +0000 (19:57 +0000)]
- MFH Fix seek/eof issue in temp streams
Rob Richards [Sat, 18 Mar 2006 11:47:05 +0000 (11:47 +0000)]
BFN
Rob Richards [Sat, 18 Mar 2006 11:44:49 +0000 (11:44 +0000)]
Fixed bug #36756 (DOMDocument::removeChild corrupts node)
add test
Antony Dovgal [Fri, 17 Mar 2006 22:15:57 +0000 (22:15 +0000)]
fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined)
Dmitry Stogov [Fri, 17 Mar 2006 10:42:31 +0000 (10:42 +0000)]
Eliminated unnecessary getcwd() syscall
Antony Dovgal [Fri, 17 Mar 2006 10:15:58 +0000 (10:15 +0000)]
fix #36743 (In a class extending XMLReader array properties are not writable)
Dmitry Stogov [Fri, 17 Mar 2006 09:32:30 +0000 (09:32 +0000)]
Optimized FastCGI SAPI check. Check for ini options only once.
Dmitry Stogov [Fri, 17 Mar 2006 08:58:51 +0000 (08:58 +0000)]
Allowed 'auto_globals_jit' work together with 'register_argc_argv'
Dmitry Stogov [Fri, 17 Mar 2006 08:47:41 +0000 (08:47 +0000)]
FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGSEGV related code is commented.
Dmitry Stogov [Fri, 17 Mar 2006 08:34:16 +0000 (08:34 +0000)]
Optimization of module unloading (temporary modules can be only in the end)
Ilia Alshanetsky [Fri, 17 Mar 2006 00:15:09 +0000 (00:15 +0000)]
Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor
Allow getAttribute() to fetch MySQL specific attributes.
Eliminate unnecessary auto-commit call on connect.
Marcus Boerger [Thu, 16 Mar 2006 00:39:50 +0000 (00:39 +0000)]
- Fix test
Dmitry Stogov [Wed, 15 Mar 2006 16:13:18 +0000 (16:13 +0000)]
Fixed Bug #36614 (Segfault when using Soap)
Ilia Alshanetsky [Wed, 15 Mar 2006 15:25:50 +0000 (15:25 +0000)]
Fixed memory leak on unused bind var.
Dmitry Stogov [Wed, 15 Mar 2006 14:12:26 +0000 (14:12 +0000)]
Fix: incorrect string length passed
Dmitry Stogov [Wed, 15 Mar 2006 11:12:45 +0000 (11:12 +0000)]
Added E_STRICT warning in case of calling non-static method from incompatible context (this feature is staying for BC with php-4).
Dmitry Stogov [Wed, 15 Mar 2006 09:04:36 +0000 (09:04 +0000)]
Eliminated run-time constant fetching for TRUE, FALSE and NULL
Dmitry Stogov [Wed, 15 Mar 2006 08:06:28 +0000 (08:06 +0000)]
Fixed "zend_vm_gen.php --without-specializer"
Frank M. Kromann [Tue, 14 Mar 2006 18:07:51 +0000 (18:07 +0000)]
Fix Win32 compilation.
Georg Richter [Tue, 14 Mar 2006 15:53:16 +0000 (15:53 +0000)]
fixed a 64-bit problem reported by Pierre
Dmitry Stogov [Tue, 14 Mar 2006 15:16:07 +0000 (15:16 +0000)]
Fixed bug #35988 (Unknown persistent list entry type in module shutdown)
Antony Dovgal [Tue, 14 Mar 2006 15:15:22 +0000 (15:15 +0000)]
MFH: add brackets and clarity
Ilia Alshanetsky [Tue, 14 Mar 2006 14:55:13 +0000 (14:55 +0000)]
Fixed offset/length parameter validation in substr_compare() function.
Dmitry Stogov [Tue, 14 Mar 2006 14:19:00 +0000 (14:19 +0000)]
Fixed bug #36568 (memory_limit setting on win32 has no effect)
Dmitry Stogov [Tue, 14 Mar 2006 11:24:45 +0000 (11:24 +0000)]
zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros
Edin Kadribasic [Tue, 14 Mar 2006 10:49:18 +0000 (10:49 +0000)]
Be more verbose in phpinfo() output
Marcus Boerger [Mon, 13 Mar 2006 22:56:20 +0000 (22:56 +0000)]
- bug #36625 fix
Marcus Boerger [Mon, 13 Mar 2006 22:55:27 +0000 (22:55 +0000)]
- Add missing file extension
Pierre Joye [Mon, 13 Mar 2006 21:56:38 +0000 (21:56 +0000)]
- #36697, Transparency is lost when using imagecreatetruecolor
Ilia Alshanetsky [Mon, 13 Mar 2006 14:37:10 +0000 (14:37 +0000)]
Added overflow checks to wordwrap() function.
Edin Kadribasic [Mon, 13 Mar 2006 11:37:51 +0000 (11:37 +0000)]
Fixed build
Dmitry Stogov [Mon, 13 Mar 2006 11:13:42 +0000 (11:13 +0000)]
Optimized cleanup loops on request shutdown
Dmitry Stogov [Mon, 13 Mar 2006 09:35:45 +0000 (09:35 +0000)]
Fixed realpath() cache for main script with FastCGI SAPI
Marcus Boerger [Mon, 13 Mar 2006 00:03:22 +0000 (00:03 +0000)]
- Fix news
Marcus Boerger [Sun, 12 Mar 2006 17:22:34 +0000 (17:22 +0000)]
- MFH:
- Fix ReflectionParameter
. Reintroduce getClass()
. Change getDeclaringClass() to return what it suggests
. (inactive but tested) Add getDeclaringFunction()
. (inactive but tested) Add getPosition()
- Fix tests accordingly
# This also fixes Bug #36687 ReflectionParameter::getDeclaringClass returns
# wrong result
Ilia Alshanetsky [Sun, 12 Mar 2006 16:54:13 +0000 (16:54 +0000)]
var news
Ilia Alshanetsky [Sun, 12 Mar 2006 16:52:18 +0000 (16:52 +0000)]
As per agreement during PDM, remove the E_STRICT deprecation notice from
"var".
Marcus Boerger [Sun, 12 Mar 2006 12:38:25 +0000 (12:38 +0000)]
- Prefix test names
- Add missing skipif
Rui Hirokawa [Sun, 12 Mar 2006 07:54:42 +0000 (07:54 +0000)]
MFH
Marcus Boerger [Sat, 11 Mar 2006 18:13:37 +0000 (18:13 +0000)]
- MFH Fix writing faillog with redirected tests
Marcus Boerger [Sat, 11 Mar 2006 17:58:24 +0000 (17:58 +0000)]
- MFH Fix test results with redirected tests
Marcus Boerger [Sat, 11 Mar 2006 16:37:53 +0000 (16:37 +0000)]
- Load list of extensions to test from php that is being tested rather than
from php running the tests
Georg Richter [Sat, 11 Mar 2006 11:16:03 +0000 (11:16 +0000)]
fix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144)
Marcus Boerger [Fri, 10 Mar 2006 22:18:25 +0000 (22:18 +0000)]
- Fix
Brian France [Fri, 10 Mar 2006 18:19:29 +0000 (18:19 +0000)]
MFH:
for the primary file only lookup the real file path and
add it to the included_files list if already opened
otherwise it will get opened and added to the included_files list in zend_execute_scripts
Pierre Joye [Fri, 10 Mar 2006 18:07:27 +0000 (18:07 +0000)]
- #36686, do not be quiet with the extern GD
Seiji Masugata [Fri, 10 Mar 2006 16:22:15 +0000 (16:22 +0000)]
fixed different value was returned in mb_get_info.
Dmitry Stogov [Fri, 10 Mar 2006 11:46:52 +0000 (11:46 +0000)]
Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)
Dmitry Stogov [Fri, 10 Mar 2006 08:42:56 +0000 (08:42 +0000)]
Fixed debug_zval_dump() to support private and protected members
Sara Golemon [Thu, 9 Mar 2006 20:32:22 +0000 (20:32 +0000)]
MFH: Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.
Ilia Alshanetsky [Thu, 9 Mar 2006 14:22:59 +0000 (14:22 +0000)]
Back to dev
Ilia Alshanetsky [Thu, 9 Mar 2006 14:12:15 +0000 (14:12 +0000)]
5.1.3RC1
Sebastian Bergmann [Thu, 9 Mar 2006 11:43:45 +0000 (11:43 +0000)]
MFH: Make spl_register_std_class() and spl_register_sub_class() available outside of SPL, for instance in SPL_Types.
Marcus Boerger [Wed, 8 Mar 2006 23:54:43 +0000 (23:54 +0000)]
- MFH
Michael Wallner [Wed, 8 Mar 2006 22:00:21 +0000 (22:00 +0000)]
- Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)
Marcus Boerger [Wed, 8 Mar 2006 21:54:48 +0000 (21:54 +0000)]
- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's
Michael Wallner [Wed, 8 Mar 2006 08:43:25 +0000 (08:43 +0000)]
- remove declaration of non existant function php_treat_data
Alex Waugh [Tue, 7 Mar 2006 22:37:53 +0000 (22:37 +0000)]
MFH Fix for RISC OS
Alex Waugh [Tue, 7 Mar 2006 22:35:30 +0000 (22:35 +0000)]
MFH Improve DOCUMENT_ROOT setting
Marcus Boerger [Tue, 7 Mar 2006 19:29:04 +0000 (19:29 +0000)]
- Update
Rob Richards [Tue, 7 Mar 2006 15:27:01 +0000 (15:27 +0000)]
updated for simplexml changes
Rob Richards [Tue, 7 Mar 2006 15:22:48 +0000 (15:22 +0000)]
- Synch with head
Antony Dovgal [Tue, 7 Mar 2006 07:47:43 +0000 (07:47 +0000)]
MFH
add workaround for Oracle server crash, use OCIServerVersion() instead of OCIPing()
fix #36250 (PHP Causes ORA-07445 Core dump in Oracle server 9.2.x)
Rasmus Lerdorf [Mon, 6 Mar 2006 23:26:28 +0000 (23:26 +0000)]
stray text
Sebastian Bergmann [Mon, 6 Mar 2006 22:49:16 +0000 (22:49 +0000)]
Fix build and sync parameters with config0.m4.
Marcus Boerger [Mon, 6 Mar 2006 22:22:54 +0000 (22:22 +0000)]
- MFH Missed 'proto'
Andrei Zmievski [Mon, 6 Mar 2006 21:59:18 +0000 (21:59 +0000)]
*** empty log message ***
Andrei Zmievski [Mon, 6 Mar 2006 21:45:57 +0000 (21:45 +0000)]
MFH (Import PCRE 6.6)
Derick Rethans [Mon, 6 Mar 2006 21:44:58 +0000 (21:44 +0000)]
- MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).
(Derick)
Rob Richards [Mon, 6 Mar 2006 20:21:52 +0000 (20:21 +0000)]
fix win build
Colin Viebrock [Mon, 6 Mar 2006 19:10:19 +0000 (19:10 +0000)]
fix logo (proper spacing between the letters)
Marcus Boerger [Mon, 6 Mar 2006 10:56:41 +0000 (10:56 +0000)]
- Fix last %v, too
Marcus Boerger [Mon, 6 Mar 2006 10:09:13 +0000 (10:09 +0000)]
- There is no %v in 5.1 (found by Tony)
Marcus Boerger [Mon, 6 Mar 2006 10:06:25 +0000 (10:06 +0000)]
- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:00:59 +0000 (10:00 +0000)]
- MFH Proto fixes
Dmitry Stogov [Mon, 6 Mar 2006 09:58:01 +0000 (09:58 +0000)]
Fixed compatibility with ext/hash
Marcus Boerger [Mon, 6 Mar 2006 09:50:44 +0000 (09:50 +0000)]
- MFH Proto fixes
Derick Rethans [Sun, 5 Mar 2006 19:01:37 +0000 (19:01 +0000)]
- There is no ltouch.
Derick Rethans [Sun, 5 Mar 2006 18:57:54 +0000 (18:57 +0000)]
- Added lchown() and lchgrp() to change user/group ownership of symlinks.
Michael Wallner [Sun, 5 Mar 2006 17:56:16 +0000 (17:56 +0000)]
- fix typo, reword slightly
Marcus Boerger [Sun, 5 Mar 2006 17:48:47 +0000 (17:48 +0000)]
- Update
Marcus Boerger [Sun, 5 Mar 2006 17:39:49 +0000 (17:39 +0000)]
- Fix issues with not/double calling of constructors of SPL iterators
- Fix issues with info-class/file-class in SPL directory handling classes
- Add SimpleXMLElement::count()
- Drop erroneous RecursiveDirectoryIterator::getSubPathInfo()
- Drop dead code
- Add tests
- Update docu
Ilia Alshanetsky [Sun, 5 Mar 2006 17:18:01 +0000 (17:18 +0000)]
MFH:
Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
set when executing internal queries such as "show master status" via MySQL).
Added missing constant for MAX_BUFFER_SIZE.
Antony Dovgal [Sun, 5 Mar 2006 16:12:48 +0000 (16:12 +0000)]
add test
Marcus Boerger [Sun, 5 Mar 2006 16:12:24 +0000 (16:12 +0000)]
- Add missing function for completeness
Antony Dovgal [Sun, 5 Mar 2006 15:36:03 +0000 (15:36 +0000)]
fix #36611 (assignment to SimpleXML object attribute changes argument type to string)
Antony Dovgal [Sun, 5 Mar 2006 13:35:52 +0000 (13:35 +0000)]
MFH: fix #36606 (pg_query_params() changes arguments type to string)
Rob Richards [Fri, 3 Mar 2006 20:15:10 +0000 (20:15 +0000)]
fix crashes using notations and entity decls
add test
Edin Kadribasic [Fri, 3 Mar 2006 14:34:34 +0000 (14:34 +0000)]
Sync with source distro, enable hash by default
Dmitry Stogov [Fri, 3 Mar 2006 12:06:29 +0000 (12:06 +0000)]
Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()
Dmitry Stogov [Fri, 3 Mar 2006 10:29:29 +0000 (10:29 +0000)]
Fixed crash
Dmitry Stogov [Fri, 3 Mar 2006 10:09:21 +0000 (10:09 +0000)]
Remove "called at [(null):0]" from debug backtrace
Dmitry Stogov [Fri, 3 Mar 2006 09:20:33 +0000 (09:20 +0000)]
Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)
Derick Rethans [Fri, 3 Mar 2006 07:53:21 +0000 (07:53 +0000)]
- Added the test case for bug #36599
Derick Rethans [Fri, 3 Mar 2006 07:52:55 +0000 (07:52 +0000)]
- Fixed bug #36599 (DATE_W3C format constant incorrect).
Ilia Alshanetsky [Thu, 2 Mar 2006 21:32:32 +0000 (21:32 +0000)]
give credit where it is due.
Dmitry Stogov [Thu, 2 Mar 2006 14:07:48 +0000 (14:07 +0000)]
Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)
Marcus Boerger [Thu, 2 Mar 2006 00:45:28 +0000 (00:45 +0000)]
- MFH Use object handler get in the same way as the rest of the engine does
Yasuo Ohgaki [Thu, 2 Mar 2006 00:37:22 +0000 (00:37 +0000)]
MFH add safe_mode num of parameter check
Ilia Alshanetsky [Wed, 1 Mar 2006 18:37:11 +0000 (18:37 +0000)]
Remove no longer needed check (checked at a higher level now).