]> granicus.if.org Git - php/log
php
18 years agoMFH: fix #34066 (recursive array_walk causes segfault)
Antony Dovgal [Tue, 19 Sep 2006 09:04:16 +0000 (09:04 +0000)]
MFH: fix #34066 (recursive array_walk causes segfault)
add tests

18 years agoAvoid generating php_errormsg twice in some instances.
Ilia Alshanetsky [Mon, 18 Sep 2006 23:08:36 +0000 (23:08 +0000)]
Avoid generating php_errormsg twice in some instances.

18 years agoadd PHP version detection to this branch too, since I'm using this branch to make...
Antony Dovgal [Mon, 18 Sep 2006 21:23:42 +0000 (21:23 +0000)]
add PHP version detection to this branch too, since I'm using this branch to make PECL releases

18 years agoAdd .libs to .cvsignore
Hannes Magnusson [Mon, 18 Sep 2006 17:22:53 +0000 (17:22 +0000)]
Add .libs to .cvsignore

18 years agoFix tests
Hannes Magnusson [Mon, 18 Sep 2006 16:12:13 +0000 (16:12 +0000)]
Fix tests

18 years agoFixed bug #38574 (missing curl constants and improper constant detection).
Ilia Alshanetsky [Mon, 18 Sep 2006 16:11:50 +0000 (16:11 +0000)]
Fixed bug #38574 (missing curl constants and improper constant detection).

18 years agoSmall optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)
Dmitry Stogov [Mon, 18 Sep 2006 14:23:52 +0000 (14:23 +0000)]
Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)

18 years agofix test (the error message is different across the systems)
Antony Dovgal [Mon, 18 Sep 2006 12:35:49 +0000 (12:35 +0000)]
fix test (the error message is different across the systems)

18 years agoFixed non-specialized executor
Dmitry Stogov [Mon, 18 Sep 2006 12:03:10 +0000 (12:03 +0000)]
Fixed non-specialized executor

18 years agoFixed memory leak on require() error
Ilia Alshanetsky [Mon, 18 Sep 2006 03:29:21 +0000 (03:29 +0000)]
Fixed memory leak on require() error

18 years ago- add test for callback and input_get and input_get_args
Pierre Joye [Sun, 17 Sep 2006 18:03:45 +0000 (18:03 +0000)]
- add test for callback and input_get and input_get_args
  this test fails now, the callback never worked with input_get or args
  fix already done, will be applied with the api shake up.

18 years agofix compiler warnings introduced in my previous commit
Nuno Lopes [Sat, 16 Sep 2006 19:07:46 +0000 (19:07 +0000)]
fix compiler warnings introduced in my previous commit

18 years agoOne last expand_filepath() check
Ilia Alshanetsky [Sat, 16 Sep 2006 19:07:35 +0000 (19:07 +0000)]
One last expand_filepath() check

18 years agoAdditional expand_filepath() checks
Ilia Alshanetsky [Sat, 16 Sep 2006 18:30:03 +0000 (18:30 +0000)]
Additional expand_filepath() checks

18 years agoplug leaks that in the previous patch
Nuno Lopes [Sat, 16 Sep 2006 18:18:55 +0000 (18:18 +0000)]
plug leaks that in the previous patch

18 years agoadd missing checks around expand_filepath()
Nuno Lopes [Sat, 16 Sep 2006 18:15:25 +0000 (18:15 +0000)]
add missing checks around expand_filepath()

18 years agoAdded missing validation checks around expand_filepath()
Ilia Alshanetsky [Sat, 16 Sep 2006 18:10:32 +0000 (18:10 +0000)]
Added missing validation checks around expand_filepath()

18 years agofix possible crash in posix_access()
Nuno Lopes [Sat, 16 Sep 2006 17:41:57 +0000 (17:41 +0000)]
fix possible crash in posix_access()

18 years agouse relative paths, so that we dont break the lcov reports
Nuno Lopes [Sat, 16 Sep 2006 14:17:36 +0000 (14:17 +0000)]
use relative paths, so that we dont break the lcov reports

18 years agoBFN
Rob Richards [Sat, 16 Sep 2006 13:57:17 +0000 (13:57 +0000)]
BFN

18 years agoimplement workaround for bug #38823 (DOMComment->appendData does nothing)
Rob Richards [Sat, 16 Sep 2006 13:54:52 +0000 (13:54 +0000)]
implement workaround for bug #38823 (DOMComment->appendData does nothing)
fix bug #38850 (lookupNamespaceURI doesn't return default namespace)
add test

18 years agofix mem leak. hash keys dont need to be strdup'ed
Nuno Lopes [Sat, 16 Sep 2006 12:05:13 +0000 (12:05 +0000)]
fix mem leak. hash keys dont need to be strdup'ed

18 years agoAdded a check for PQftable() function
Ilia Alshanetsky [Fri, 15 Sep 2006 19:47:50 +0000 (19:47 +0000)]
Added a check for PQftable() function

18 years agofix a valgrind warning. this also provides a 5x speedup in the imagefttext.phpt test...
Nuno Lopes [Fri, 15 Sep 2006 16:11:39 +0000 (16:11 +0000)]
fix a valgrind warning. this also provides a 5x speedup in the imagefttext.phpt test, because without this patch it never got cache hits

18 years agoMFH: missing part of the fix for #38844
Antony Dovgal [Fri, 15 Sep 2006 15:42:53 +0000 (15:42 +0000)]
MFH: missing part of the fix for #38844

18 years agostill output an error, even if there is no curl_easy_strerror()
Antony Dovgal [Fri, 15 Sep 2006 15:33:14 +0000 (15:33 +0000)]
still output an error, even if there is no curl_easy_strerror()

18 years agomark some huge arrays as read-only
Nuno Lopes [Fri, 15 Sep 2006 15:11:54 +0000 (15:11 +0000)]
mark some huge arrays as read-only

18 years agoMFH: fix segfault in curl_multi_info_read()
Antony Dovgal [Fri, 15 Sep 2006 15:04:59 +0000 (15:04 +0000)]
MFH: fix segfault in curl_multi_info_read()

18 years agoremove warning. thanks Tony for noticing
Nuno Lopes [Fri, 15 Sep 2006 14:57:52 +0000 (14:57 +0000)]
remove warning. thanks Tony for noticing

18 years agoremove more old code and macros. also remove the module global 'inst' (not needed...
Nuno Lopes [Fri, 15 Sep 2006 14:33:34 +0000 (14:33 +0000)]
remove more old code and macros. also remove the module global 'inst' (not needed anymore)

18 years agoMFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)
Antony Dovgal [Fri, 15 Sep 2006 13:44:50 +0000 (13:44 +0000)]
MFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)

18 years ago- MFH: PECL Bug #8700, zipArchive::getFromIndex() fails
Pierre Joye [Fri, 15 Sep 2006 12:12:25 +0000 (12:12 +0000)]
- MFH: PECL Bug #8700, zipArchive::getFromIndex() fails

18 years agoMFH: fix leak when call to shutdown function fails
Antony Dovgal [Fri, 15 Sep 2006 09:12:17 +0000 (09:12 +0000)]
MFH: fix leak when call to shutdown function fails

18 years agofix leak with `php -c /path -h`
Antony Dovgal [Fri, 15 Sep 2006 08:18:36 +0000 (08:18 +0000)]
fix leak with `php -c /path -h`

18 years agoMFH: free node pointer using correct function
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

18 years agoMFH: fix double free(), add test
Antony Dovgal [Fri, 15 Sep 2006 07:27:22 +0000 (07:27 +0000)]
MFH: fix double free(), add test

18 years agoFixed memory leak
Dmitry Stogov [Fri, 15 Sep 2006 07:11:35 +0000 (07:11 +0000)]
Fixed memory leak

18 years agoBack to dev
Ilia Alshanetsky [Thu, 14 Sep 2006 18:04:40 +0000 (18:04 +0000)]
Back to dev

18 years agoPHP 5.2.0RC4
Ilia Alshanetsky [Thu, 14 Sep 2006 17:49:12 +0000 (17:49 +0000)]
PHP 5.2.0RC4

18 years agoMake float filter handle things like 02.324 properly
Ilia Alshanetsky [Thu, 14 Sep 2006 17:47:00 +0000 (17:47 +0000)]
Make float filter handle things like 02.324 properly

18 years agoadd --STDIN-- support
Nuno Lopes [Thu, 14 Sep 2006 16:58:52 +0000 (16:58 +0000)]
add --STDIN-- support

18 years agoseparate zval only when needed (fixes 035.phpt and doesn't affect SAPI filtering)
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)

18 years agoBFN
Rob Richards [Thu, 14 Sep 2006 13:37:12 +0000 (13:37 +0000)]
BFN

18 years agofix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)
Rob Richards [Thu, 14 Sep 2006 13:35:02 +0000 (13:35 +0000)]
fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)

18 years agoReinamed variables to avoid name conflicts
Dmitry Stogov [Thu, 14 Sep 2006 10:32:45 +0000 (10:32 +0000)]
Reinamed variables to avoid name conflicts

18 years agoRemoved unused macro USE_ZEND_ALLOC
Dmitry Stogov [Thu, 14 Sep 2006 09:58:27 +0000 (09:58 +0000)]
Removed unused macro USE_ZEND_ALLOC

18 years agoWrite valid run-time value for Zend Memeory Manager
Dmitry Stogov [Thu, 14 Sep 2006 08:01:48 +0000 (08:01 +0000)]
Write valid run-time value for Zend Memeory Manager

18 years agoAdded is_zend_mm() to allow runtime check for zend memory 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

18 years agoadd for VC build
Stanislav Malyshev [Wed, 13 Sep 2006 17:47:20 +0000 (17:47 +0000)]
add for VC build

18 years agofix 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

18 years agofix fcgi build
Stanislav Malyshev [Wed, 13 Sep 2006 17:23:16 +0000 (17:23 +0000)]
fix fcgi build

18 years agoFixed name
Ilia Alshanetsky [Wed, 13 Sep 2006 15:54:51 +0000 (15:54 +0000)]
Fixed name

18 years agoFixed test for systems without INFILE/OUTFILE support
Ilia Alshanetsky [Wed, 13 Sep 2006 15:52:57 +0000 (15:52 +0000)]
Fixed test for systems without INFILE/OUTFILE support

18 years agofix tests on MacOS
Antony Dovgal [Wed, 13 Sep 2006 13:59:16 +0000 (13:59 +0000)]
fix tests on MacOS

18 years agoFix memory leaks
Dmitry Stogov [Wed, 13 Sep 2006 13:25:50 +0000 (13:25 +0000)]
Fix memory leaks

18 years agoFix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
Dmitry Stogov [Wed, 13 Sep 2006 13:03:01 +0000 (13:03 +0000)]
Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)

18 years agoMFH
Antony Dovgal [Wed, 13 Sep 2006 10:44:11 +0000 (10:44 +0000)]
MFH

18 years agonew tests
Antony Dovgal [Tue, 12 Sep 2006 20:32:39 +0000 (20:32 +0000)]
new tests

18 years agodeclare oci_lob_seek()
Antony Dovgal [Tue, 12 Sep 2006 20:27:28 +0000 (20:27 +0000)]
declare oci_lob_seek()

18 years agoMFH: improve spelling (fixes #38780)
Antony Dovgal [Tue, 12 Sep 2006 17:26:34 +0000 (17:26 +0000)]
MFH: improve spelling (fixes #38780)

18 years ago- Make passing filter flags as LONG work again.
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.

18 years agoFixed bug #37779 (empty include_path leads to search for files inside /).
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 /).

18 years ago- PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH,
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

18 years agoMFH: fix leak when binding a variable to the same placeholder several times
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

18 years agoFixed bug #38772 (inconsistent overriding of methods in different visibility contexts)
Dmitry Stogov [Tue, 12 Sep 2006 11:01:16 +0000 (11:01 +0000)]
Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts)

18 years agoremove a leftover
Antony Dovgal [Tue, 12 Sep 2006 10:54:01 +0000 (10:54 +0000)]
remove a leftover

18 years agofix test
Antony Dovgal [Tue, 12 Sep 2006 10:42:32 +0000 (10:42 +0000)]
fix test

18 years agoTypo fix from Steph
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

18 years ago- MFH: Print the type of the original value
Johannes Schlüter [Mon, 11 Sep 2006 21:21:43 +0000 (21:21 +0000)]
- MFH: Print the type of the original value

18 years agoBFN
Ilia Alshanetsky [Mon, 11 Sep 2006 19:57:45 +0000 (19:57 +0000)]
BFN

18 years agoMFH: Bug #38687 - sockaddr local storage insufficient for all sock families
Sara Golemon [Mon, 11 Sep 2006 19:18:07 +0000 (19:18 +0000)]
MFH: Bug #38687 - sockaddr local storage insufficient for all sock families

18 years ago- MFH: Fix #37923 (Display constant value in reflection::export)
Johannes Schlüter [Mon, 11 Sep 2006 17:08:42 +0000 (17:08 +0000)]
- MFH: Fix #37923 (Display constant value in reflection::export)

18 years agoFixed bug #38096 (large timeout values ignored on 32bit machines in
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()).

18 years agoBFN
Antony Dovgal [Mon, 11 Sep 2006 14:30:17 +0000 (14:30 +0000)]
BFN

18 years agoMFH: fix #38779 (engine crashes when require()'ing file with syntax error through...
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)

18 years agofix tests
Antony Dovgal [Mon, 11 Sep 2006 14:17:51 +0000 (14:17 +0000)]
fix tests

18 years agoadd tests
Antony Dovgal [Mon, 11 Sep 2006 14:13:25 +0000 (14:13 +0000)]
add tests

18 years agoUpgrading updates from Steph
Ilia Alshanetsky [Mon, 11 Sep 2006 14:10:18 +0000 (14:10 +0000)]
Upgrading updates from Steph

18 years agofix test
Antony Dovgal [Mon, 11 Sep 2006 08:08:20 +0000 (08:08 +0000)]
fix test

18 years agoDon't try to do safe connection close in case of FastCGI protocol error
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

18 years agoFixed a typo
Ilia Alshanetsky [Mon, 11 Sep 2006 01:36:20 +0000 (01:36 +0000)]
Fixed a typo

18 years agodissallowing->disallowing
Hannes Magnusson [Sun, 10 Sep 2006 22:59:28 +0000 (22:59 +0000)]
dissallowing->disallowing

18 years agonew tests
Antony Dovgal [Sun, 10 Sep 2006 22:11:29 +0000 (22:11 +0000)]
new tests

18 years agoadd new test
Antony Dovgal [Sun, 10 Sep 2006 19:42:12 +0000 (19:42 +0000)]
add new test

18 years agoMFH: proots
Hannes Magnusson [Sun, 10 Sep 2006 17:01:51 +0000 (17:01 +0000)]
MFH: proots

18 years agoMFH: date_timezone_set() needs both arguments
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

18 years agoAdd *.lo into .cvsignore
Hannes Magnusson [Sun, 10 Sep 2006 14:03:00 +0000 (14:03 +0000)]
Add *.lo into .cvsignore

18 years agoMake ReflectionFunctionAbstract abstract
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

18 years agofix coverity issue #197
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

18 years agofix lcov processing with gcc 4.1 (some .h files were not copied)
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)

18 years agomore improvements
Antony Dovgal [Sun, 10 Sep 2006 11:44:51 +0000 (11:44 +0000)]
more improvements

18 years agoMFH: improve the script
Antony Dovgal [Sun, 10 Sep 2006 11:26:53 +0000 (11:26 +0000)]
MFH: improve the script

18 years agoMinor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event
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.

18 years ago - Remove register_globals from the "different" section
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

18 years agoAdd E_RECOVERABLE
Hannes Magnusson [Sat, 9 Sep 2006 21:43:11 +0000 (21:43 +0000)]
Add E_RECOVERABLE

18 years agoRemoved duplicated entry
Hannes Magnusson [Sat, 9 Sep 2006 21:14:05 +0000 (21:14 +0000)]
Removed duplicated entry

18 years agoCURL->cURL
Hannes Magnusson [Sat, 9 Sep 2006 20:04:50 +0000 (20:04 +0000)]
CURL->cURL

18 years agoFix tense
Rasmus Lerdorf [Sat, 9 Sep 2006 17:03:48 +0000 (17:03 +0000)]
Fix tense

18 years agoOne more typo
Rasmus Lerdorf [Sat, 9 Sep 2006 17:02:56 +0000 (17:02 +0000)]
One more typo

18 years agoCleanup
Rasmus Lerdorf [Sat, 9 Sep 2006 16:54:01 +0000 (16:54 +0000)]
Cleanup