]>
granicus.if.org Git - php/log
Antony Dovgal [Fri, 15 Sep 2006 09:12:17 +0000 (09:12 +0000)]
MFH: fix leak when call to shutdown function fails
Antony Dovgal [Fri, 15 Sep 2006 08:18:36 +0000 (08:18 +0000)]
fix leak with `php -c /path -h`
Antony Dovgal [Fri, 15 Sep 2006 07:44:20 +0000 (07:44 +0000)]
MFH: free node pointer using correct function
fixes leak in ext/dom/tests/dom_create_element.phpt
Antony Dovgal [Fri, 15 Sep 2006 07:27:22 +0000 (07:27 +0000)]
MFH: fix double free(), add test
Dmitry Stogov [Fri, 15 Sep 2006 07:11:35 +0000 (07:11 +0000)]
Fixed memory leak
Ilia Alshanetsky [Thu, 14 Sep 2006 18:04:40 +0000 (18:04 +0000)]
Back to dev
Ilia Alshanetsky [Thu, 14 Sep 2006 17:49:12 +0000 (17:49 +0000)]
PHP 5.2.0RC4
Ilia Alshanetsky [Thu, 14 Sep 2006 17:47:00 +0000 (17:47 +0000)]
Make float filter handle things like 02.324 properly
Nuno Lopes [Thu, 14 Sep 2006 16:58:52 +0000 (16:58 +0000)]
add --STDIN-- support
Antony Dovgal [Thu, 14 Sep 2006 15:30:13 +0000 (15:30 +0000)]
separate zval only when needed (fixes 035.phpt and doesn't affect SAPI filtering)
Rob Richards [Thu, 14 Sep 2006 13:37:12 +0000 (13:37 +0000)]
BFN
Rob Richards [Thu, 14 Sep 2006 13:35:02 +0000 (13:35 +0000)]
fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)
Dmitry Stogov [Thu, 14 Sep 2006 10:32:45 +0000 (10:32 +0000)]
Reinamed variables to avoid name conflicts
Dmitry Stogov [Thu, 14 Sep 2006 09:58:27 +0000 (09:58 +0000)]
Removed unused macro USE_ZEND_ALLOC
Dmitry Stogov [Thu, 14 Sep 2006 08:01:48 +0000 (08:01 +0000)]
Write valid run-time value for Zend Memeory Manager
Dmitry Stogov [Thu, 14 Sep 2006 08:00:44 +0000 (08:00 +0000)]
Added is_zend_mm() to allow runtime check for zend memory manager
Stanislav Malyshev [Wed, 13 Sep 2006 17:47:20 +0000 (17:47 +0000)]
add for VC build
Stanislav Malyshev [Wed, 13 Sep 2006 17:33:24 +0000 (17:33 +0000)]
fix VC build:
- update PCRE defines
- create timelib_config.h
- update .def dependencies
Stanislav Malyshev [Wed, 13 Sep 2006 17:23:16 +0000 (17:23 +0000)]
fix fcgi build
Ilia Alshanetsky [Wed, 13 Sep 2006 15:54:51 +0000 (15:54 +0000)]
Fixed name
Ilia Alshanetsky [Wed, 13 Sep 2006 15:52:57 +0000 (15:52 +0000)]
Fixed test for systems without INFILE/OUTFILE support
Antony Dovgal [Wed, 13 Sep 2006 13:59:16 +0000 (13:59 +0000)]
fix tests on MacOS
Dmitry Stogov [Wed, 13 Sep 2006 13:25:50 +0000 (13:25 +0000)]
Fix memory leaks
Dmitry Stogov [Wed, 13 Sep 2006 13:03:01 +0000 (13:03 +0000)]
Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
Antony Dovgal [Wed, 13 Sep 2006 10:44:11 +0000 (10:44 +0000)]
MFH
Antony Dovgal [Tue, 12 Sep 2006 20:32:39 +0000 (20:32 +0000)]
new tests
Antony Dovgal [Tue, 12 Sep 2006 20:27:28 +0000 (20:27 +0000)]
declare oci_lob_seek()
Antony Dovgal [Tue, 12 Sep 2006 17:26:34 +0000 (17:26 +0000)]
MFH: improve spelling (fixes #38780)
Derick Rethans [Tue, 12 Sep 2006 16:10:33 +0000 (16:10 +0000)]
- Make passing filter flags as LONG work again.
- Make super globals filtering work again (as quick workaround).
#- Will merge to head later... need to get things sorted out first.
Ilia Alshanetsky [Tue, 12 Sep 2006 15:47:25 +0000 (15:47 +0000)]
Fixed bug #37779 (empty include_path leads to search for files inside /).
Pierre Joye [Tue, 12 Sep 2006 12:02:49 +0000 (12:02 +0000)]
- PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH,
it now uses expand_filepath
Antony Dovgal [Tue, 12 Sep 2006 11:42:44 +0000 (11:42 +0000)]
MFH: fix leak when binding a variable to the same placeholder several times
Dmitry Stogov [Tue, 12 Sep 2006 11:01:16 +0000 (11:01 +0000)]
Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts)
Antony Dovgal [Tue, 12 Sep 2006 10:54:01 +0000 (10:54 +0000)]
remove a leftover
Antony Dovgal [Tue, 12 Sep 2006 10:42:32 +0000 (10:42 +0000)]
fix test
Ilia Alshanetsky [Mon, 11 Sep 2006 23:11:18 +0000 (23:11 +0000)]
Typo fix from Steph
Added note about CLI and INI search path
Johannes Schlüter [Mon, 11 Sep 2006 21:21:43 +0000 (21:21 +0000)]
- MFH: Print the type of the original value
Ilia Alshanetsky [Mon, 11 Sep 2006 19:57:45 +0000 (19:57 +0000)]
BFN
Sara Golemon [Mon, 11 Sep 2006 19:18:07 +0000 (19:18 +0000)]
MFH: Bug #38687 - sockaddr local storage insufficient for all sock families
Johannes Schlüter [Mon, 11 Sep 2006 17:08:42 +0000 (17:08 +0000)]
- MFH: Fix #37923 (Display constant value in reflection::export)
Ilia Alshanetsky [Mon, 11 Sep 2006 14:52:21 +0000 (14:52 +0000)]
Fixed bug #38096 (large timeout values ignored on 32bit machines in
stream_socket_accept() and stream_socket_client()).
Antony Dovgal [Mon, 11 Sep 2006 14:30:17 +0000 (14:30 +0000)]
BFN
Antony Dovgal [Mon, 11 Sep 2006 14:30:08 +0000 (14:30 +0000)]
MFH: fix #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
Antony Dovgal [Mon, 11 Sep 2006 14:17:51 +0000 (14:17 +0000)]
fix tests
Antony Dovgal [Mon, 11 Sep 2006 14:13:25 +0000 (14:13 +0000)]
add tests
Ilia Alshanetsky [Mon, 11 Sep 2006 14:10:18 +0000 (14:10 +0000)]
Upgrading updates from Steph
Antony Dovgal [Mon, 11 Sep 2006 08:08:20 +0000 (08:08 +0000)]
fix test
Dmitry Stogov [Mon, 11 Sep 2006 07:22:40 +0000 (07:22 +0000)]
Don't try to do safe connection close in case of FastCGI protocol error
Ilia Alshanetsky [Mon, 11 Sep 2006 01:36:20 +0000 (01:36 +0000)]
Fixed a typo
Hannes Magnusson [Sun, 10 Sep 2006 22:59:28 +0000 (22:59 +0000)]
dissallowing->disallowing
Antony Dovgal [Sun, 10 Sep 2006 22:11:29 +0000 (22:11 +0000)]
new tests
Antony Dovgal [Sun, 10 Sep 2006 19:42:12 +0000 (19:42 +0000)]
add new test
Hannes Magnusson [Sun, 10 Sep 2006 17:01:51 +0000 (17:01 +0000)]
MFH: proots
Hannes Magnusson [Sun, 10 Sep 2006 16:34:08 +0000 (16:34 +0000)]
MFH: date_timezone_set() needs both arguments
MFH: throw exception in DateTimeZone::__construct() when no arguments are passed
Hannes Magnusson [Sun, 10 Sep 2006 14:03:00 +0000 (14:03 +0000)]
Add *.lo into .cvsignore
Hannes Magnusson [Sun, 10 Sep 2006 13:25:47 +0000 (13:25 +0000)]
Make ReflectionFunctionAbstract abstract
- Move ReflectionFunctionAbstract::__construct to ReflectionFunction
- Move ReflectionFunctionAbstract::__toString to ReflectionFuncion
- Delcare ReflectionFunctionAbstract::__toString abstract
- fix couple of typos
Antony Dovgal [Sun, 10 Sep 2006 13:01:37 +0000 (13:01 +0000)]
fix coverity issue #197
"I can't think of a reason to pass a NULL buf" (c) Wez
Nuno Lopes [Sun, 10 Sep 2006 12:37:44 +0000 (12:37 +0000)]
fix lcov processing with gcc 4.1 (some .h files were not copied)
Antony Dovgal [Sun, 10 Sep 2006 11:44:51 +0000 (11:44 +0000)]
more improvements
Antony Dovgal [Sun, 10 Sep 2006 11:26:53 +0000 (11:26 +0000)]
MFH: improve the script
Rasmus Lerdorf [Sat, 9 Sep 2006 22:06:27 +0000 (22:06 +0000)]
Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event
was only triggering when an input filter was applied. This simple change
makes the event also trigger when no filter is applied. The newlength
pointer is set to NULL to let a downstream module differentiate between
the two cases.
Hannes Magnusson [Sat, 9 Sep 2006 21:56:58 +0000 (21:56 +0000)]
- Remove register_globals from the "different" section
- Add allow_url_include = Off
- compatability -> compatibility and other typos
Hannes Magnusson [Sat, 9 Sep 2006 21:43:11 +0000 (21:43 +0000)]
Add E_RECOVERABLE
Hannes Magnusson [Sat, 9 Sep 2006 21:14:05 +0000 (21:14 +0000)]
Removed duplicated entry
Hannes Magnusson [Sat, 9 Sep 2006 20:04:50 +0000 (20:04 +0000)]
CURL->cURL
Rasmus Lerdorf [Sat, 9 Sep 2006 17:03:48 +0000 (17:03 +0000)]
Fix tense
Rasmus Lerdorf [Sat, 9 Sep 2006 17:02:56 +0000 (17:02 +0000)]
One more typo
Rasmus Lerdorf [Sat, 9 Sep 2006 16:54:01 +0000 (16:54 +0000)]
Cleanup
Derick Rethans [Sat, 9 Sep 2006 12:29:08 +0000 (12:29 +0000)]
- Update news.
Derick Rethans [Sat, 9 Sep 2006 12:26:33 +0000 (12:26 +0000)]
- MFH: The .c file is generated... so updating the .re file and cleaning up WS.
Antony Dovgal [Sat, 9 Sep 2006 10:59:05 +0000 (10:59 +0000)]
MFH: fix #38759 (PDO sqlite2 empty query causes segfault)
Antony Dovgal [Fri, 8 Sep 2006 20:22:47 +0000 (20:22 +0000)]
MFh: fix #38721 (date_parse() invalid read)
Antony Dovgal [Fri, 8 Sep 2006 20:10:47 +0000 (20:10 +0000)]
implement feature request #38731 (openssl_pkey_new does not support DSA key generation)
patch by marci at balabit dot hu
Hannes Magnusson [Fri, 8 Sep 2006 16:41:01 +0000 (16:41 +0000)]
Bump libxslt version to 1.1.0 (closes bug#35589)
Nuno Lopes [Fri, 8 Sep 2006 16:35:17 +0000 (16:35 +0000)]
add the script to run diagnostic tests on zend_parse_parameters*() usage, per Andrei's request
Dmitry Stogov [Fri, 8 Sep 2006 05:52:00 +0000 (05:52 +0000)]
Prevent opening of empty filename ""
Marcus Boerger [Thu, 7 Sep 2006 21:17:13 +0000 (21:17 +0000)]
- Fix tiny mistake
Michael Wallner [Thu, 7 Sep 2006 14:24:42 +0000 (14:24 +0000)]
- MFH: fix warnings
Ilia Alshanetsky [Thu, 7 Sep 2006 14:11:06 +0000 (14:11 +0000)]
Fixed memory leaks in openssl test #004
Antony Dovgal [Thu, 7 Sep 2006 11:48:30 +0000 (11:48 +0000)]
add new tests
Rob Richards [Thu, 7 Sep 2006 11:25:14 +0000 (11:25 +0000)]
MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27)
Rob Richards [Wed, 6 Sep 2006 23:49:00 +0000 (23:49 +0000)]
MFH: update def file (2.6.26)
Edin Kadribasic [Wed, 6 Sep 2006 21:44:45 +0000 (21:44 +0000)]
Fixed bug #38190 (threading issues on windows 2003)
Pierre Joye [Wed, 6 Sep 2006 17:38:36 +0000 (17:38 +0000)]
- bump version, 5.2.0 will have zip-2.0.0-stable
Ilia Alshanetsky [Wed, 6 Sep 2006 17:25:57 +0000 (17:25 +0000)]
Fixed bug #38464 (array_count_values() mishandles numeric strings).
Pierre Joye [Wed, 6 Sep 2006 17:24:41 +0000 (17:24 +0000)]
- wrong cast, strlen is int
Nuno Lopes [Wed, 6 Sep 2006 16:30:59 +0000 (16:30 +0000)]
fix memleak of pcre study data
Nuno Lopes [Wed, 6 Sep 2006 15:31:48 +0000 (15:31 +0000)]
fix one more parameter (int*->int)
Nuno Lopes [Wed, 6 Sep 2006 15:19:41 +0000 (15:19 +0000)]
MFH zend_parse_parameters() fixes
Pierre Joye [Wed, 6 Sep 2006 13:03:55 +0000 (13:03 +0000)]
- MFH: zip_open takes only one parameter (Thx Nuno L.)
Antony Dovgal [Wed, 6 Sep 2006 12:40:56 +0000 (12:40 +0000)]
fix leak in pg_copy_to() when invalid resource was passed
Antony Dovgal [Wed, 6 Sep 2006 12:07:32 +0000 (12:07 +0000)]
do not search for empty strings with strpos() and strrpos()
Nuno Lopes [Wed, 6 Sep 2006 11:54:29 +0000 (11:54 +0000)]
more int->zend_bool conversions
Antony Dovgal [Wed, 6 Sep 2006 11:34:43 +0000 (11:34 +0000)]
fix leaks & uninitialized vars
add test
Dmitry Stogov [Wed, 6 Sep 2006 11:03:45 +0000 (11:03 +0000)]
Fixed support for endpoint's URL without <path> part (Rob)
Dmitry Stogov [Wed, 6 Sep 2006 08:54:44 +0000 (08:54 +0000)]
Fixed php_admin* bypass by ini_restore()
Derick Rethans [Wed, 6 Sep 2006 07:34:51 +0000 (07:34 +0000)]
- MFH: Added support for the full ISO week number format. (2006-W52-7)
Dmitry Stogov [Wed, 6 Sep 2006 06:37:42 +0000 (06:37 +0000)]
Reverted last Ilia's patch (for bug #38579).
The patch didn't fix the bug and made new one.
Ilia Alshanetsky [Tue, 5 Sep 2006 15:50:37 +0000 (15:50 +0000)]
BFN
Ilia Alshanetsky [Tue, 5 Sep 2006 15:50:07 +0000 (15:50 +0000)]
Fixed bug #38579 require_once/include_once optimization causes files to be
loaded multiple times.