]> granicus.if.org Git - php/log
php
18 years agoshould be RETURN_ not RETVAL_
Rob Richards [Mon, 7 Aug 2006 10:15:12 +0000 (10:15 +0000)]
should be RETURN_ not RETVAL_

18 years agoasXML() needs to return bool when serializing doc and filename is passed in
Rob Richards [Mon, 7 Aug 2006 10:09:52 +0000 (10:09 +0000)]
asXML() needs to return bool when serializing doc and filename is passed in
do not copy the content of the outputbuffer twice in asXML()
fix compiler warnings

18 years agonuke unused variable
Antony Dovgal [Mon, 7 Aug 2006 09:49:53 +0000 (09:49 +0000)]
nuke unused variable

18 years ago- Update
Marcus Boerger [Mon, 7 Aug 2006 08:34:40 +0000 (08:34 +0000)]
- Update

18 years ago- Fix bug #38290
Marcus Boerger [Mon, 7 Aug 2006 07:57:12 +0000 (07:57 +0000)]
- Fix bug #38290

18 years agouse -O0 with --enable-debug
Antony Dovgal [Sun, 6 Aug 2006 20:46:02 +0000 (20:46 +0000)]
use -O0 with --enable-debug

18 years agofix test
Antony Dovgal [Sun, 6 Aug 2006 20:17:51 +0000 (20:17 +0000)]
fix test

18 years agoadd test
Antony Dovgal [Sun, 6 Aug 2006 20:10:19 +0000 (20:10 +0000)]
add test

18 years agoFix #38354 (Unwanted reformatting of XML when using AsXML)
Christian Stocker [Sun, 6 Aug 2006 19:38:45 +0000 (19:38 +0000)]
Fix #38354 (Unwanted reformatting of XML when using AsXML)

18 years agoMFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXM...
Antony Dovgal [Sun, 6 Aug 2006 17:41:51 +0000 (17:41 +0000)]
MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)

18 years agolong -> int
Antony Dovgal [Sun, 6 Aug 2006 14:09:58 +0000 (14:09 +0000)]
long -> int

18 years ago- MFH Fix cvs access through SplFileObject
Marcus Boerger [Sun, 6 Aug 2006 13:47:51 +0000 (13:47 +0000)]
- MFH Fix cvs access through SplFileObject

18 years agoavoid extra strlen() call
Antony Dovgal [Sun, 6 Aug 2006 13:27:46 +0000 (13:27 +0000)]
avoid extra strlen() call

18 years agofix PECL bug #7827
Antony Dovgal [Sat, 5 Aug 2006 20:56:43 +0000 (20:56 +0000)]
fix PECL bug #7827
add small optimization

18 years agoMFH
Antony Dovgal [Sat, 5 Aug 2006 13:17:50 +0000 (13:17 +0000)]
MFH

18 years agoImproved fix for bug #37671
Ilia Alshanetsky [Fri, 4 Aug 2006 22:13:59 +0000 (22:13 +0000)]
Improved fix for bug #37671

18 years agorevert previous patch
Antony Dovgal [Fri, 4 Aug 2006 20:55:00 +0000 (20:55 +0000)]
revert previous patch

18 years agoFixed bug #37265 (Added missing safe_mode & open_basedir checks to
Ilia Alshanetsky [Fri, 4 Aug 2006 20:31:19 +0000 (20:31 +0000)]
Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
imap_body()).

18 years agoadd new test
Antony Dovgal [Fri, 4 Aug 2006 15:01:37 +0000 (15:01 +0000)]
add new test

18 years agoMFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution)
Antony Dovgal [Fri, 4 Aug 2006 11:50:15 +0000 (11:50 +0000)]
MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution)

18 years agofix test
Antony Dovgal [Fri, 4 Aug 2006 08:11:47 +0000 (08:11 +0000)]
fix test

18 years ago- There is a 2.3 now as well.
Derick Rethans [Fri, 4 Aug 2006 06:48:20 +0000 (06:48 +0000)]
- There is a 2.3 now as well.

18 years agofix leak in php_sapi_filter()
Antony Dovgal [Thu, 3 Aug 2006 19:35:23 +0000 (19:35 +0000)]
fix leak in php_sapi_filter()

18 years agoFixed bug #38303 (spl_autoload_register() supress all errors silently).
Ilia Alshanetsky [Thu, 3 Aug 2006 14:49:11 +0000 (14:49 +0000)]
Fixed bug #38303 (spl_autoload_register() supress all errors silently).

18 years agoMFH: fix #38276 (file_exists() works incorrectly with long filenames on Windows)
Antony Dovgal [Thu, 3 Aug 2006 14:17:58 +0000 (14:17 +0000)]
MFH: fix #38276 (file_exists() works incorrectly with long filenames on Windows)

18 years agoAdded version specific registry keys to allow different configurations for different...
Dmitry Stogov [Thu, 3 Aug 2006 13:54:05 +0000 (13:54 +0000)]
Added version specific registry keys to allow different configurations for different php version.

18 years agoIn addtion to path to php.ini, PHPRC now may specify full file name
Dmitry Stogov [Thu, 3 Aug 2006 11:04:52 +0000 (11:04 +0000)]
In addtion to path to php.ini, PHPRC now may specify full file name

18 years agomake it consistent
Antony Dovgal [Thu, 3 Aug 2006 10:57:41 +0000 (10:57 +0000)]
make it consistent

18 years agoMFH: improve error message
Antony Dovgal [Thu, 3 Aug 2006 10:53:15 +0000 (10:53 +0000)]
MFH: improve error message

18 years agoAdded "PHPINIDir" Apache directive to apache and apache_hooks SAPIs
Dmitry Stogov [Thu, 3 Aug 2006 09:56:50 +0000 (09:56 +0000)]
Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs

18 years agofix test
Antony Dovgal [Wed, 2 Aug 2006 23:29:17 +0000 (23:29 +0000)]
fix test

18 years agofix ZTS build
Antony Dovgal [Wed, 2 Aug 2006 22:03:47 +0000 (22:03 +0000)]
fix ZTS build

18 years agoFixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
Ilia Alshanetsky [Wed, 2 Aug 2006 15:44:33 +0000 (15:44 +0000)]
Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
characters).

18 years agoExpose the xml_utf8_encode function.
Ilia Alshanetsky [Wed, 2 Aug 2006 15:21:54 +0000 (15:21 +0000)]
Expose the xml_utf8_encode function.

18 years agoinit variable, eliminate compile warning
Antony Dovgal [Wed, 2 Aug 2006 10:04:11 +0000 (10:04 +0000)]
init variable, eliminate compile warning

18 years agoMFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)
Antony Dovgal [Wed, 2 Aug 2006 09:16:52 +0000 (09:16 +0000)]
MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)

18 years agoMFH: implement my own FR #36995
Antony Dovgal [Tue, 1 Aug 2006 22:42:11 +0000 (22:42 +0000)]
MFH: implement my own FR #36995
add missing ifdefs

18 years ago- update test
Michael Wallner [Tue, 1 Aug 2006 16:49:17 +0000 (16:49 +0000)]
- update test

18 years agoMFH: use library error message on time string parse failure
Michael Wallner [Tue, 1 Aug 2006 16:45:40 +0000 (16:45 +0000)]
MFH: use library error message on time string parse failure

18 years agoFixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).
Ilia Alshanetsky [Tue, 1 Aug 2006 16:31:29 +0000 (16:31 +0000)]
Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).

18 years agoMFH:
Michael Wallner [Tue, 1 Aug 2006 15:55:03 +0000 (15:55 +0000)]
MFH:
 - fix leaks on multiple calls to DateTime::__construct()
 - throw exception on unparseable time strings in DateTime::__construct()

18 years agoFixed memory leak on unused bound name parameters.
Ilia Alshanetsky [Tue, 1 Aug 2006 15:06:01 +0000 (15:06 +0000)]
Fixed memory leak on unused bound name parameters.

18 years agoMFH:
Michael Wallner [Tue, 1 Aug 2006 13:28:28 +0000 (13:28 +0000)]
MFH:
 - OO fixes:
  . no is_ref for objects in PHP5+
  . initialize objects when created with the `new` operator
  . check for proper initialization in child classes
 - fix typo: transistion -> transition
 - add test

18 years agoMFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrappers...
Antony Dovgal [Tue, 1 Aug 2006 13:28:03 +0000 (13:28 +0000)]
MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrappers enabled)

18 years agoimprove error message on Win32
Antony Dovgal [Tue, 1 Aug 2006 12:08:25 +0000 (12:08 +0000)]
improve error message on Win32

18 years agoBFN
Antony Dovgal [Tue, 1 Aug 2006 12:04:20 +0000 (12:04 +0000)]
BFN

18 years agoBFN
Antony Dovgal [Tue, 1 Aug 2006 08:32:59 +0000 (08:32 +0000)]
BFN

18 years agoMFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's session...
Antony Dovgal [Tue, 1 Aug 2006 08:32:07 +0000 (08:32 +0000)]
MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's session.cache_expire)

18 years agoFixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
Ilia Alshanetsky [Mon, 31 Jul 2006 20:18:11 +0000 (20:18 +0000)]
Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
destruction).

18 years agoFixed tests from being always skipped.
Ilia Alshanetsky [Mon, 31 Jul 2006 20:14:40 +0000 (20:14 +0000)]
Fixed tests from being always skipped.

18 years agoPrevented possible double call in case of fault
Dmitry Stogov [Mon, 31 Jul 2006 15:31:01 +0000 (15:31 +0000)]
Prevented possible double call in case of fault

18 years agoFixed crash in SoapClient::__setSoapHeaders()
Dmitry Stogov [Mon, 31 Jul 2006 13:41:34 +0000 (13:41 +0000)]
Fixed crash in SoapClient::__setSoapHeaders()

18 years agoreturn false instead of null, if it's an invalid document
Christian Stocker [Mon, 31 Jul 2006 13:05:35 +0000 (13:05 +0000)]
return false instead of null, if it's an invalid document

18 years agomake a NEWS entry about
Christian Stocker [Mon, 31 Jul 2006 12:56:52 +0000 (12:56 +0000)]
make a NEWS entry about
- Fixed XSLTProcessor::importStylesheet() to return TRUE on success

18 years agoreturn true, if xsl import did work
Christian Stocker [Mon, 31 Jul 2006 12:50:42 +0000 (12:50 +0000)]
return true, if xsl import did work

18 years agoMFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC...
Antony Dovgal [Mon, 31 Jul 2006 10:30:23 +0000 (10:30 +0000)]
MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC)

18 years agoFixed compiler warning.
Ilia Alshanetsky [Mon, 31 Jul 2006 03:41:20 +0000 (03:41 +0000)]
Fixed compiler warning.

18 years ago- #36732 entry
Pierre Joye [Mon, 31 Jul 2006 00:41:45 +0000 (00:41 +0000)]
- #36732 entry
- move openssl bug fixes

18 years ago- #36732, add req_extensions support to openssl_csr_new and _sign
Pierre Joye [Mon, 31 Jul 2006 00:33:42 +0000 (00:33 +0000)]
- #36732, add req_extensions support to openssl_csr_new and _sign
  (ben at psc dot edu)
- fix leaks in openssl_csr_new and sign

18 years agoMFH: fix #38173 (Freeing nested cursors causes OCI8 to segfault)
Antony Dovgal [Sun, 30 Jul 2006 20:51:24 +0000 (20:51 +0000)]
MFH: fix #38173 (Freeing nested cursors causes OCI8 to segfault)

18 years ago- group openssl entries
Pierre Joye [Sun, 30 Jul 2006 17:10:06 +0000 (17:10 +0000)]
- group openssl entries

18 years ago- #28382, add support for x509 extensions
Pierre Joye [Sun, 30 Jul 2006 17:03:13 +0000 (17:03 +0000)]
- #28382, add support for x509 extensions

18 years ago- 38261: openssl_x509_parse leaks with invalid certs
Pierre Joye [Sun, 30 Jul 2006 16:26:20 +0000 (16:26 +0000)]
- 38261: openssl_x509_parse leaks with invalid certs

18 years agoimprove checks and fix #38251
Antony Dovgal [Sun, 30 Jul 2006 11:54:17 +0000 (11:54 +0000)]
improve checks and fix #38251

18 years agoMFH: fix compile warnings (#38257)
Antony Dovgal [Sun, 30 Jul 2006 11:34:02 +0000 (11:34 +0000)]
MFH: fix compile warnings (#38257)

18 years agofix bug #38253 (PDO produces segfault with default fetch mode)
Antony Dovgal [Sun, 30 Jul 2006 11:19:56 +0000 (11:19 +0000)]
fix bug #38253 (PDO produces segfault with default fetch mode)
add test

18 years agoAdded testcase for bug #37090
Georg Richter [Sun, 30 Jul 2006 11:03:30 +0000 (11:03 +0000)]
Added testcase for bug #37090

18 years ago- silent compiler warnings (signess)
Pierre Joye [Sun, 30 Jul 2006 09:18:07 +0000 (09:18 +0000)]
- silent compiler warnings (signess)

18 years agoMake array_merge(_recursive) handle binary keys safely. (Patch by Matt W)
Andrei Zmievski [Sun, 30 Jul 2006 03:31:18 +0000 (03:31 +0000)]
Make array_merge(_recursive) handle binary keys safely. (Patch by Matt W)

18 years ago- MFH: make the test more obvious and add an explanation
Pierre Joye [Sat, 29 Jul 2006 23:03:56 +0000 (23:03 +0000)]
- MFH: make the test more obvious and add an explanation

18 years ago- vi happiness++
Pierre Joye [Sat, 29 Jul 2006 22:52:49 +0000 (22:52 +0000)]
- vi happiness++

18 years agoimprove test
Antony Dovgal [Sat, 29 Jul 2006 22:41:20 +0000 (22:41 +0000)]
improve test

18 years ago- #38255, fails on array as well
Pierre Joye [Sat, 29 Jul 2006 22:39:34 +0000 (22:39 +0000)]
- #38255, fails on array as well

18 years ago- entry for #37820 and leak
Pierre Joye [Sat, 29 Jul 2006 22:30:22 +0000 (22:30 +0000)]
- entry for #37820 and leak

18 years ago- forgot the tests
Pierre Joye [Sat, 29 Jul 2006 22:27:55 +0000 (22:27 +0000)]
- forgot the tests

18 years ago- fix leak when the key is not a valid key (like false or an array)
Pierre Joye [Sat, 29 Jul 2006 22:10:50 +0000 (22:10 +0000)]
- fix leak when the key is not a valid key (like false or an array)

18 years agofix tests.
Seiji Masugata [Sat, 29 Jul 2006 17:11:09 +0000 (17:11 +0000)]
fix tests.

18 years ago- #8315, flaot is affected too
Pierre Joye [Sat, 29 Jul 2006 12:43:21 +0000 (12:43 +0000)]
- #8315, flaot is affected too

18 years ago- #8315, NULL character stops the validation
Pierre Joye [Sat, 29 Jul 2006 01:26:55 +0000 (01:26 +0000)]
- #8315, NULL character stops the validation

18 years agoFix DateTime::RSS
Hannes Magnusson [Fri, 28 Jul 2006 16:32:31 +0000 (16:32 +0000)]
Fix DateTime::RSS
Update tests

18 years agocleanup of the phpinfo() output.
Ilia Alshanetsky [Fri, 28 Jul 2006 14:27:03 +0000 (14:27 +0000)]
cleanup of the phpinfo() output.

18 years agoext/standard/info.c ext/standard/info.h
Ilia Alshanetsky [Fri, 28 Jul 2006 14:23:35 +0000 (14:23 +0000)]
ext/standard/info.c ext/standard/info.h

18 years agoCleanup phpinfo() output
Ilia Alshanetsky [Fri, 28 Jul 2006 13:59:06 +0000 (13:59 +0000)]
Cleanup phpinfo() output

18 years agofix test
Antony Dovgal [Fri, 28 Jul 2006 13:47:56 +0000 (13:47 +0000)]
fix test

18 years agoMFH: disable --leak-check
Antony Dovgal [Fri, 28 Jul 2006 12:58:59 +0000 (12:58 +0000)]
MFH: disable --leak-check

18 years agoMFH: patch for #37846 (wordwrap() wraps incorrectly)
Antony Dovgal [Fri, 28 Jul 2006 12:23:18 +0000 (12:23 +0000)]
MFH: patch for #37846 (wordwrap() wraps incorrectly)
by Dmitry Kononov <ddk at krasn dot ru>

18 years agoFixed a bug in the filter extension that prevented magic_quotes_gpc from
Ilia Alshanetsky [Thu, 27 Jul 2006 18:14:55 +0000 (18:14 +0000)]
Fixed a bug in the filter extension that prevented magic_quotes_gpc from
being applied when RAW filter is used.

18 years agoBinary safe multipart request handling
Ilia Alshanetsky [Thu, 27 Jul 2006 17:04:15 +0000 (17:04 +0000)]
Binary safe multipart request handling

18 years agoFixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).
Ilia Alshanetsky [Thu, 27 Jul 2006 15:37:56 +0000 (15:37 +0000)]
Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).

18 years agoAn improved fix for bug #38224
Ilia Alshanetsky [Thu, 27 Jul 2006 15:33:16 +0000 (15:33 +0000)]
An improved fix for bug #38224

18 years agomake C++ compilers happy
Ilia Alshanetsky [Thu, 27 Jul 2006 14:13:30 +0000 (14:13 +0000)]
make C++ compilers happy

18 years agoremoved debug code
Ilia Alshanetsky [Thu, 27 Jul 2006 14:05:03 +0000 (14:05 +0000)]
removed debug code

18 years agoFixed bug #38224 (session extension can't handle broken cookies).
Ilia Alshanetsky [Thu, 27 Jul 2006 14:00:13 +0000 (14:00 +0000)]
Fixed bug #38224 (session extension can't handle broken cookies).

18 years agoFixed bug #38229 (strtotime() does not parse YYYY-MM format).
Ilia Alshanetsky [Thu, 27 Jul 2006 13:00:00 +0000 (13:00 +0000)]
Fixed bug #38229 (strtotime() does not parse YYYY-MM format).

18 years agoMFH: fix leak in php_local_infile_init() handler
Antony Dovgal [Thu, 27 Jul 2006 10:53:15 +0000 (10:53 +0000)]
MFH: fix leak in php_local_infile_init() handler

18 years agoFixed bug #38234 (Exception in __clone makes memory leak)
Dmitry Stogov [Thu, 27 Jul 2006 10:44:03 +0000 (10:44 +0000)]
Fixed bug #38234 (Exception in __clone makes memory leak)

18 years agoMFH: - Added PHP_VERSION_ID == PHP_VERSION as integer.
foobar [Thu, 27 Jul 2006 08:53:16 +0000 (08:53 +0000)]
MFH: - Added PHP_VERSION_ID == PHP_VERSION as integer.

18 years agoFixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error...
Dmitry Stogov [Thu, 27 Jul 2006 08:20:38 +0000 (08:20 +0000)]
Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)

18 years agofix test on 64bit machines
Antony Dovgal [Thu, 27 Jul 2006 08:11:47 +0000 (08:11 +0000)]
fix test on 64bit machines

18 years agoinitialize var
Antony Dovgal [Thu, 27 Jul 2006 08:00:54 +0000 (08:00 +0000)]
initialize var