]> granicus.if.org Git - php/log
php
18 years agofix bug #38949 (Cannot get xmlns value attribute)
Rob Richards [Wed, 27 Sep 2006 10:31:24 +0000 (10:31 +0000)]
fix bug #38949 (Cannot get xmlns value attribute)
add test

18 years agofix test
Antony Dovgal [Wed, 27 Sep 2006 08:44:19 +0000 (08:44 +0000)]
fix test

18 years agoMFH: fix #38961 (metaphone() results in segmentation fault on NetBSD)
Antony Dovgal [Wed, 27 Sep 2006 08:32:24 +0000 (08:32 +0000)]
MFH: fix #38961 (metaphone() results in segmentation fault on NetBSD)

18 years ago64bit fix (Possible fix for bug #38961)
Ilia Alshanetsky [Tue, 26 Sep 2006 15:40:45 +0000 (15:40 +0000)]
64bit fix (Possible fix for bug #38961)

18 years agoFixed bug #38808 ("maybe ref" issue for current() and others)
Dmitry Stogov [Tue, 26 Sep 2006 10:30:51 +0000 (10:30 +0000)]
Fixed bug #38808 ("maybe ref" issue for current() and others)

18 years agoFixed bug #38942 (Double old-style-ctor inheritance)
Dmitry Stogov [Tue, 26 Sep 2006 07:55:21 +0000 (07:55 +0000)]
Fixed bug #38942 (Double old-style-ctor inheritance)

18 years agoFixed bug #38891 (get_headers() do not work with curl-wrappers).
Ilia Alshanetsky [Mon, 25 Sep 2006 16:00:43 +0000 (16:00 +0000)]
Fixed bug #38891 (get_headers() do not work with curl-wrappers).

18 years agoFixed bug #38904 (apache2filter changes cwd to /).
Ilia Alshanetsky [Mon, 25 Sep 2006 14:48:33 +0000 (14:48 +0000)]
Fixed bug #38904 (apache2filter changes cwd to /).

18 years agoMFH: change CXXFLAGS along with CFLAGS as there might be C++ code
Antony Dovgal [Mon, 25 Sep 2006 11:05:49 +0000 (11:05 +0000)]
MFH: change CXXFLAGS along with CFLAGS as there might be C++ code

18 years ago- #38944, freshly created archive has no comment or cdir
Pierre Joye [Mon, 25 Sep 2006 09:00:16 +0000 (09:00 +0000)]
- #38944, freshly created archive has no comment or cdir

18 years agoadd test
Antony Dovgal [Mon, 25 Sep 2006 08:45:08 +0000 (08:45 +0000)]
add test

18 years agoRemoved warning about unreferenced local variable
Dmitry Stogov [Mon, 25 Sep 2006 08:15:03 +0000 (08:15 +0000)]
Removed warning about unreferenced local variable

18 years ago- #38943, properties in extended class cannot be set
Pierre Joye [Sun, 24 Sep 2006 22:27:57 +0000 (22:27 +0000)]
- #38943, properties in extended class cannot be set
- use zend_object_std_init instead of a manual initialisation

18 years agoFixed bug #38941 (imap extension does not compile against new version of
Ilia Alshanetsky [Sun, 24 Sep 2006 18:06:37 +0000 (18:06 +0000)]
Fixed bug #38941 (imap extension does not compile against new version of
the imap library).

18 years agodisabled mb_list_*_names() and mb_list_encodings(arg) which are introduced in PHP...
Rui Hirokawa [Sun, 24 Sep 2006 07:10:54 +0000 (07:10 +0000)]
disabled mb_list_*_names() and mb_list_encodings(arg) which are introduced in PHP 5.2.0RC to reconsider/discuss the specification.

18 years agofix CGI build
Antony Dovgal [Sat, 23 Sep 2006 12:27:40 +0000 (12:27 +0000)]
fix CGI build

18 years agoMFH: fix possible segfault in #38891
Antony Dovgal [Sat, 23 Sep 2006 11:58:58 +0000 (11:58 +0000)]
MFH: fix possible segfault in #38891

18 years agofixed build problem of some extensions which depend on ext/mbstring.
Rui Hirokawa [Sat, 23 Sep 2006 10:55:58 +0000 (10:55 +0000)]
fixed build problem of some extensions which depend on ext/mbstring.

18 years agoRestore support for unquoted -d options
Ilia Alshanetsky [Fri, 22 Sep 2006 17:41:09 +0000 (17:41 +0000)]
Restore support for unquoted -d options

18 years agoPrevent access to dead zval
Dmitry Stogov [Fri, 22 Sep 2006 13:39:32 +0000 (13:39 +0000)]
Prevent access to dead zval

18 years agoFixed test
Ilia Alshanetsky [Thu, 21 Sep 2006 23:06:52 +0000 (23:06 +0000)]
Fixed test

18 years agoUpdated bundled oniguruma library (used for multibyte regular expression) to 4.4...
Seiji Masugata [Thu, 21 Sep 2006 16:37:20 +0000 (16:37 +0000)]
Updated bundled oniguruma library (used for multibyte regular expression) to 4.4.4. fixed some Segmentation Fault, and build fails in OSX(Xcode 2.4/gcc 4.0.1 problem). See #38452.

18 years agofixed compilation problem on Mac OS/X. (bug #38892,38778,38452)
Rui Hirokawa [Wed, 20 Sep 2006 23:10:37 +0000 (23:10 +0000)]
fixed compilation problem on Mac OS/X. (bug #38892,38778,38452)

18 years agoAdded ability to make SOAP call userspace PHP<->XML converters
Dmitry Stogov [Wed, 20 Sep 2006 13:42:52 +0000 (13:42 +0000)]
Added ability to make SOAP call userspace PHP<->XML converters

18 years agoFixed bug #38579 (include_once() may include the same file twice)
Dmitry Stogov [Wed, 20 Sep 2006 07:35:59 +0000 (07:35 +0000)]
Fixed bug #38579 (include_once() may include the same file twice)

18 years agomake input_get_args() not modify the original values.
Ilia Alshanetsky [Tue, 19 Sep 2006 23:57:48 +0000 (23:57 +0000)]
make input_get_args() not modify the original values.

18 years agoarray_key_exists() should not work by by-ref
Ilia Alshanetsky [Tue, 19 Sep 2006 23:44:30 +0000 (23:44 +0000)]
array_key_exists() should not work by by-ref

18 years agoFixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)
Dmitry Stogov [Tue, 19 Sep 2006 21:36:54 +0000 (21:36 +0000)]
Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)

18 years agoMFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants...
Dmitry Stogov [Tue, 19 Sep 2006 20:33:12 +0000 (20:33 +0000)]
MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).

18 years agoFixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
Ilia Alshanetsky [Tue, 19 Sep 2006 15:45:22 +0000 (15:45 +0000)]
Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors).
Fixed test for bug #38253 not to use faulty SQL that generates errors in
PostgreSQL

18 years agofix test
Hannes Magnusson [Tue, 19 Sep 2006 12:25:27 +0000 (12:25 +0000)]
fix test

18 years agoDelete empty temporary files if file upload hook forbids the upload
Stefan Esser [Tue, 19 Sep 2006 11:34:19 +0000 (11:34 +0000)]
Delete empty temporary files if file upload hook forbids the upload

18 years agoargh.. nuke UEXPECTF
Antony Dovgal [Tue, 19 Sep 2006 09:40:00 +0000 (09:40 +0000)]
argh.. nuke UEXPECTF

18 years agosupport objects in array_walk*()
Antony Dovgal [Tue, 19 Sep 2006 09:35:27 +0000 (09:35 +0000)]
support objects in array_walk*()

18 years agofix tests
Antony Dovgal [Tue, 19 Sep 2006 09:07:56 +0000 (09:07 +0000)]
fix tests

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)