]>
granicus.if.org Git - php/log
Antony Dovgal [Mon, 20 Mar 2006 23:06:00 +0000 (23:06 +0000)]
.. and add missing #ifdef
Antony Dovgal [Mon, 20 Mar 2006 23:04:30 +0000 (23:04 +0000)]
fix wrong mshutdown func params
Antony Dovgal [Mon, 20 Mar 2006 23:03:11 +0000 (23:03 +0000)]
fix #36808 (syslog ident becomes garbage between requests)
Antony Dovgal [Mon, 20 Mar 2006 22:09:11 +0000 (22:09 +0000)]
MFH: fix #36741 (userstreams testcase have off-by-one error on fseek())
Dmitry Stogov [Mon, 20 Mar 2006 15:13:41 +0000 (15:13 +0000)]
Removed unreachable code
Antony Dovgal [Mon, 20 Mar 2006 14:10:35 +0000 (14:10 +0000)]
MFH: fix buffer overrun
Antony Dovgal [Mon, 20 Mar 2006 13:54:16 +0000 (13:54 +0000)]
MFH: initialize retval
Dmitry Stogov [Mon, 20 Mar 2006 10:36:55 +0000 (10:36 +0000)]
Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)
Dmitry Stogov [Mon, 20 Mar 2006 10:15:02 +0000 (10:15 +0000)]
Fixed register_argc_argv behavior. Now it behave in the same way as before in all combinations with register_globals, register_long_arrays, variables_order and auto_globals_jit.
Antony Dovgal [Sun, 19 Mar 2006 22:33:10 +0000 (22:33 +0000)]
first check stream for NULL, then dereference
Antony Dovgal [Sun, 19 Mar 2006 22:11:36 +0000 (22:11 +0000)]
MFH: make the code cleaner
Marcus Boerger [Sun, 19 Mar 2006 18:25:51 +0000 (18:25 +0000)]
- Missing skipif
Ilia Alshanetsky [Sun, 19 Mar 2006 17:35:36 +0000 (17:35 +0000)]
Properly calculate the size of the result array.
Michael Wallner [Sun, 19 Mar 2006 15:19:08 +0000 (15:19 +0000)]
- add comitters name
Michael Wallner [Sun, 19 Mar 2006 15:18:20 +0000 (15:18 +0000)]
- Fixed Apache2 SAPIs header handler modifying header strings.
Michael Wallner [Sun, 19 Mar 2006 14:54:53 +0000 (14:54 +0000)]
- fix php_apache_sapi_header_handler() modifying sapi_header
# already taken care of in apcache1 sapi
Antony Dovgal [Sat, 18 Mar 2006 23:43:48 +0000 (23:43 +0000)]
fix several leaks in date_sun*() functions
Antony Dovgal [Sat, 18 Mar 2006 22:24:05 +0000 (22:24 +0000)]
MFH: check stream for NULL before writing to it
remove unnecessary semicolons
Antony Dovgal [Sat, 18 Mar 2006 22:06:31 +0000 (22:06 +0000)]
Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764)
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