]> granicus.if.org Git - php/log
php
18 years ago.. and add missing #ifdef
Antony Dovgal [Mon, 20 Mar 2006 23:06:00 +0000 (23:06 +0000)]
.. and add missing #ifdef

18 years agofix wrong mshutdown func params
Antony Dovgal [Mon, 20 Mar 2006 23:04:30 +0000 (23:04 +0000)]
fix wrong mshutdown func params

18 years agofix #36808 (syslog ident becomes garbage between requests)
Antony Dovgal [Mon, 20 Mar 2006 23:03:11 +0000 (23:03 +0000)]
fix #36808 (syslog ident becomes garbage between requests)

18 years agoMFH: fix #36741 (userstreams testcase have off-by-one error on fseek())
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())

18 years agoRemoved unreachable code
Dmitry Stogov [Mon, 20 Mar 2006 15:13:41 +0000 (15:13 +0000)]
Removed unreachable code

18 years agoMFH: fix buffer overrun
Antony Dovgal [Mon, 20 Mar 2006 14:10:35 +0000 (14:10 +0000)]
MFH: fix buffer overrun

18 years agoMFH: initialize retval
Antony Dovgal [Mon, 20 Mar 2006 13:54:16 +0000 (13:54 +0000)]
MFH: initialize retval

18 years agoFixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)
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)

18 years agoFixed register_argc_argv behavior. Now it behave in the same way as before in all...
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.

18 years agofirst check stream for NULL, then dereference
Antony Dovgal [Sun, 19 Mar 2006 22:33:10 +0000 (22:33 +0000)]
first check stream for NULL, then dereference

18 years agoMFH: make the code cleaner
Antony Dovgal [Sun, 19 Mar 2006 22:11:36 +0000 (22:11 +0000)]
MFH: make the code cleaner

18 years ago- Missing skipif
Marcus Boerger [Sun, 19 Mar 2006 18:25:51 +0000 (18:25 +0000)]
- Missing skipif

18 years agoProperly calculate the size of the result array.
Ilia Alshanetsky [Sun, 19 Mar 2006 17:35:36 +0000 (17:35 +0000)]
Properly calculate the size of the result array.

18 years ago- add comitters name
Michael Wallner [Sun, 19 Mar 2006 15:19:08 +0000 (15:19 +0000)]
- add comitters name

18 years ago- Fixed Apache2 SAPIs header handler modifying header strings.
Michael Wallner [Sun, 19 Mar 2006 15:18:20 +0000 (15:18 +0000)]
- Fixed Apache2 SAPIs header handler modifying header strings.

18 years ago- fix php_apache_sapi_header_handler() modifying sapi_header
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

18 years agofix several leaks in date_sun*() functions
Antony Dovgal [Sat, 18 Mar 2006 23:43:48 +0000 (23:43 +0000)]
fix several leaks in date_sun*() functions

18 years agoMFH: check stream for NULL before writing to it
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

18 years agoAdded support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes...
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)

18 years ago- MFH Fix seek/eof issue in temp streams
Marcus Boerger [Sat, 18 Mar 2006 19:57:00 +0000 (19:57 +0000)]
- MFH Fix seek/eof issue in temp streams

18 years agoBFN
Rob Richards [Sat, 18 Mar 2006 11:47:05 +0000 (11:47 +0000)]
BFN

18 years agoFixed bug #36756 (DOMDocument::removeChild corrupts node)
Rob Richards [Sat, 18 Mar 2006 11:44:49 +0000 (11:44 +0000)]
Fixed bug #36756 (DOMDocument::removeChild corrupts node)
add test

18 years agofix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined)
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)

18 years agoEliminated unnecessary getcwd() syscall
Dmitry Stogov [Fri, 17 Mar 2006 10:42:31 +0000 (10:42 +0000)]
Eliminated unnecessary getcwd() syscall

18 years agofix #36743 (In a class extending XMLReader array properties are not writable)
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)

18 years agoOptimized FastCGI SAPI check. Check for ini options only once.
Dmitry Stogov [Fri, 17 Mar 2006 09:32:30 +0000 (09:32 +0000)]
Optimized FastCGI SAPI check. Check for ini options only once.

18 years agoAllowed 'auto_globals_jit' work together with 'register_argc_argv'
Dmitry Stogov [Fri, 17 Mar 2006 08:58:51 +0000 (08:58 +0000)]
Allowed 'auto_globals_jit' work together with 'register_argc_argv'

18 years agoFIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGSEGV...
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.

18 years agoOptimization of module unloading (temporary modules can be only in the end)
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)

18 years agoAllow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor
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.

18 years ago- Fix test
Marcus Boerger [Thu, 16 Mar 2006 00:39:50 +0000 (00:39 +0000)]
- Fix test

18 years agoFixed Bug #36614 (Segfault when using Soap)
Dmitry Stogov [Wed, 15 Mar 2006 16:13:18 +0000 (16:13 +0000)]
Fixed Bug #36614 (Segfault when using Soap)

18 years agoFixed memory leak on unused bind var.
Ilia Alshanetsky [Wed, 15 Mar 2006 15:25:50 +0000 (15:25 +0000)]
Fixed memory leak on unused bind var.

18 years agoFix: incorrect string length passed
Dmitry Stogov [Wed, 15 Mar 2006 14:12:26 +0000 (14:12 +0000)]
Fix: incorrect string length passed

18 years agoAdded E_STRICT warning in case of calling non-static method from incompatible context...
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).

18 years agoEliminated run-time constant fetching for TRUE, FALSE and NULL
Dmitry Stogov [Wed, 15 Mar 2006 09:04:36 +0000 (09:04 +0000)]
Eliminated run-time constant fetching for TRUE, FALSE and NULL

18 years agoFixed "zend_vm_gen.php --without-specializer"
Dmitry Stogov [Wed, 15 Mar 2006 08:06:28 +0000 (08:06 +0000)]
Fixed "zend_vm_gen.php --without-specializer"

18 years agoFix Win32 compilation.
Frank M. Kromann [Tue, 14 Mar 2006 18:07:51 +0000 (18:07 +0000)]
Fix Win32 compilation.

18 years agofixed a 64-bit problem reported by Pierre
Georg Richter [Tue, 14 Mar 2006 15:53:16 +0000 (15:53 +0000)]
fixed a 64-bit problem reported by Pierre

18 years agoFixed bug #35988 (Unknown persistent list entry type in module shutdown)
Dmitry Stogov [Tue, 14 Mar 2006 15:16:07 +0000 (15:16 +0000)]
Fixed bug #35988 (Unknown persistent list entry type in module shutdown)

18 years agoMFH: add brackets and clarity
Antony Dovgal [Tue, 14 Mar 2006 15:15:22 +0000 (15:15 +0000)]
MFH: add brackets and clarity

18 years agoFixed offset/length parameter validation in substr_compare() function.
Ilia Alshanetsky [Tue, 14 Mar 2006 14:55:13 +0000 (14:55 +0000)]
Fixed offset/length parameter validation in substr_compare() function.

18 years agoFixed bug #36568 (memory_limit setting on win32 has no effect)
Dmitry Stogov [Tue, 14 Mar 2006 14:19:00 +0000 (14:19 +0000)]
Fixed bug #36568 (memory_limit setting on win32 has no effect)

18 years agozend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros
Dmitry Stogov [Tue, 14 Mar 2006 11:24:45 +0000 (11:24 +0000)]
zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros

18 years agoBe more verbose in phpinfo() output
Edin Kadribasic [Tue, 14 Mar 2006 10:49:18 +0000 (10:49 +0000)]
Be more verbose in phpinfo() output

18 years ago- bug #36625 fix
Marcus Boerger [Mon, 13 Mar 2006 22:56:20 +0000 (22:56 +0000)]
- bug #36625 fix

18 years ago- Add missing file extension
Marcus Boerger [Mon, 13 Mar 2006 22:55:27 +0000 (22:55 +0000)]
- Add missing file extension

18 years ago- #36697, Transparency is lost when using imagecreatetruecolor
Pierre Joye [Mon, 13 Mar 2006 21:56:38 +0000 (21:56 +0000)]
- #36697, Transparency is lost when using imagecreatetruecolor

18 years agoAdded overflow checks to wordwrap() function.
Ilia Alshanetsky [Mon, 13 Mar 2006 14:37:10 +0000 (14:37 +0000)]
Added overflow checks to wordwrap() function.

18 years agoFixed build
Edin Kadribasic [Mon, 13 Mar 2006 11:37:51 +0000 (11:37 +0000)]
Fixed build

18 years agoOptimized cleanup loops on request shutdown
Dmitry Stogov [Mon, 13 Mar 2006 11:13:42 +0000 (11:13 +0000)]
Optimized cleanup loops on request shutdown

18 years agoFixed realpath() cache for main script with FastCGI SAPI
Dmitry Stogov [Mon, 13 Mar 2006 09:35:45 +0000 (09:35 +0000)]
Fixed realpath() cache for main script with FastCGI SAPI

18 years ago- Fix news
Marcus Boerger [Mon, 13 Mar 2006 00:03:22 +0000 (00:03 +0000)]
- Fix news

18 years ago- MFH:
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

18 years agovar news
Ilia Alshanetsky [Sun, 12 Mar 2006 16:54:13 +0000 (16:54 +0000)]
var news

18 years agoAs per agreement during PDM, remove the E_STRICT deprecation notice from
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".

18 years ago- Prefix test names
Marcus Boerger [Sun, 12 Mar 2006 12:38:25 +0000 (12:38 +0000)]
- Prefix test names
- Add missing skipif

18 years agoMFH
Rui Hirokawa [Sun, 12 Mar 2006 07:54:42 +0000 (07:54 +0000)]
MFH

18 years ago- MFH Fix writing faillog with redirected tests
Marcus Boerger [Sat, 11 Mar 2006 18:13:37 +0000 (18:13 +0000)]
- MFH Fix writing faillog with redirected tests

18 years ago- MFH Fix test results with redirected tests
Marcus Boerger [Sat, 11 Mar 2006 17:58:24 +0000 (17:58 +0000)]
- MFH Fix test results with redirected tests

18 years ago- Load list of extensions to test from php that is being tested rather than
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

18 years agofix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144)
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)

18 years ago- Fix
Marcus Boerger [Fri, 10 Mar 2006 22:18:25 +0000 (22:18 +0000)]
- Fix

18 years ago MFH:
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

18 years ago- #36686, do not be quiet with the extern GD
Pierre Joye [Fri, 10 Mar 2006 18:07:27 +0000 (18:07 +0000)]
- #36686, do not be quiet with the extern GD

18 years agofixed different value was returned in mb_get_info.
Seiji Masugata [Fri, 10 Mar 2006 16:22:15 +0000 (16:22 +0000)]
fixed different value was returned in mb_get_info.

18 years agoFixed bug #36629 (SoapServer::handle() exits on SOAP faults)
Dmitry Stogov [Fri, 10 Mar 2006 11:46:52 +0000 (11:46 +0000)]
Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)

18 years agoFixed debug_zval_dump() to support private and protected members
Dmitry Stogov [Fri, 10 Mar 2006 08:42:56 +0000 (08:42 +0000)]
Fixed debug_zval_dump() to support private and protected members

18 years agoMFH: Move temporary local storage of primary file's realpath up one block to ensure...
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.

18 years agoBack to dev
Ilia Alshanetsky [Thu, 9 Mar 2006 14:22:59 +0000 (14:22 +0000)]
Back to dev

18 years ago5.1.3RC1
Ilia Alshanetsky [Thu, 9 Mar 2006 14:12:15 +0000 (14:12 +0000)]
5.1.3RC1

18 years agoMFH: Make spl_register_std_class() and spl_register_sub_class() available outside...
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.

18 years ago- MFH
Marcus Boerger [Wed, 8 Mar 2006 23:54:43 +0000 (23:54 +0000)]
- MFH

18 years ago- Fix bug #36656 (http_build_query generates invalid URIs due to use of square brackets)
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)

18 years ago- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's
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

18 years ago- remove declaration of non existant function php_treat_data
Michael Wallner [Wed, 8 Mar 2006 08:43:25 +0000 (08:43 +0000)]
- remove declaration of non existant function php_treat_data

18 years agoMFH Fix for RISC OS
Alex Waugh [Tue, 7 Mar 2006 22:37:53 +0000 (22:37 +0000)]
MFH Fix for RISC OS

18 years agoMFH Improve DOCUMENT_ROOT setting
Alex Waugh [Tue, 7 Mar 2006 22:35:30 +0000 (22:35 +0000)]
MFH Improve DOCUMENT_ROOT setting

18 years ago- Update
Marcus Boerger [Tue, 7 Mar 2006 19:29:04 +0000 (19:29 +0000)]
- Update

18 years agoupdated for simplexml changes
Rob Richards [Tue, 7 Mar 2006 15:27:01 +0000 (15:27 +0000)]
updated for simplexml changes

18 years ago- Synch with head
Rob Richards [Tue, 7 Mar 2006 15:22:48 +0000 (15:22 +0000)]
- Synch with head

18 years agoMFH
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)

18 years agostray text
Rasmus Lerdorf [Mon, 6 Mar 2006 23:26:28 +0000 (23:26 +0000)]
stray text

18 years agoFix build and sync parameters with config0.m4.
Sebastian Bergmann [Mon, 6 Mar 2006 22:49:16 +0000 (22:49 +0000)]
Fix build and sync parameters with config0.m4.

18 years ago- MFH Missed 'proto'
Marcus Boerger [Mon, 6 Mar 2006 22:22:54 +0000 (22:22 +0000)]
- MFH Missed 'proto'

18 years ago*** empty log message ***
Andrei Zmievski [Mon, 6 Mar 2006 21:59:18 +0000 (21:59 +0000)]
*** empty log message ***

18 years agoMFH (Import PCRE 6.6)
Andrei Zmievski [Mon, 6 Mar 2006 21:45:57 +0000 (21:45 +0000)]
MFH (Import PCRE 6.6)

18 years ago- MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1).
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)

18 years agofix win build
Rob Richards [Mon, 6 Mar 2006 20:21:52 +0000 (20:21 +0000)]
fix win build

18 years agofix logo (proper spacing between the letters)
Colin Viebrock [Mon, 6 Mar 2006 19:10:19 +0000 (19:10 +0000)]
fix logo (proper spacing between the letters)

18 years ago- Fix last %v, too
Marcus Boerger [Mon, 6 Mar 2006 10:56:41 +0000 (10:56 +0000)]
- Fix last %v, too

18 years ago- There is no %v in 5.1 (found by Tony)
Marcus Boerger [Mon, 6 Mar 2006 10:09:13 +0000 (10:09 +0000)]
- There is no %v in 5.1 (found by Tony)

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:06:25 +0000 (10:06 +0000)]
- MFH Proto fixes

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:00:59 +0000 (10:00 +0000)]
- MFH Proto fixes

18 years agoFixed compatibility with ext/hash
Dmitry Stogov [Mon, 6 Mar 2006 09:58:01 +0000 (09:58 +0000)]
Fixed compatibility with ext/hash

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 09:50:44 +0000 (09:50 +0000)]
- MFH Proto fixes

18 years ago- There is no ltouch.
Derick Rethans [Sun, 5 Mar 2006 19:01:37 +0000 (19:01 +0000)]
- There is no ltouch.

18 years ago- Added lchown() and lchgrp() to change user/group ownership of symlinks.
Derick Rethans [Sun, 5 Mar 2006 18:57:54 +0000 (18:57 +0000)]
- Added lchown() and lchgrp() to change user/group ownership of symlinks.

18 years ago- fix typo, reword slightly
Michael Wallner [Sun, 5 Mar 2006 17:56:16 +0000 (17:56 +0000)]
- fix typo, reword slightly

18 years ago- Update
Marcus Boerger [Sun, 5 Mar 2006 17:48:47 +0000 (17:48 +0000)]
- Update