]> granicus.if.org Git - php/log
php
14 years agoFix line wrapping.
Adam Harvey [Tue, 9 Nov 2010 14:54:10 +0000 (14:54 +0000)]
Fix line wrapping.

14 years agoFix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
Adam Harvey [Tue, 9 Nov 2010 14:53:23 +0000 (14:53 +0000)]
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).

14 years ago- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).
Moriyoshi Koizumi [Tue, 9 Nov 2010 03:23:04 +0000 (03:23 +0000)]
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).

14 years ago- Fix the fix (wrong behavior)
Felipe Pena [Mon, 8 Nov 2010 20:26:14 +0000 (20:26 +0000)]
- Fix the fix (wrong behavior)

14 years agoFixed WSDL loading using https through proxy
Dmitry Stogov [Mon, 8 Nov 2010 11:34:32 +0000 (11:34 +0000)]
Fixed WSDL loading using https through proxy

14 years ago- Fixed tests not passing under windows because of the directory separator
Patrick Allaert [Mon, 8 Nov 2010 09:29:15 +0000 (09:29 +0000)]
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)

14 years agoUpdate the tests committed in r305098 (as part of the fix for bug #53226) to
Adam Harvey [Mon, 8 Nov 2010 09:14:48 +0000 (09:14 +0000)]
Update the tests committed in r305098 (as part of the fix for bug #53226) to
use the PHP_MAXPATHLEN constant, as recommended by Pierre.

14 years ago- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
Gustavo André dos Santos Lopes [Mon, 8 Nov 2010 04:36:15 +0000 (04:36 +0000)]
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
  belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
  and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
  addresses and ::).

14 years ago- correct time comparison for determining the last idle child
Jérôme Loyet [Sun, 7 Nov 2010 21:47:14 +0000 (21:47 +0000)]
- correct time comparison for determining the last idle child

14 years ago- change signal from SIGTERM to SIGQUIT for killing a child process by the dynamic...
Jérôme Loyet [Sun, 7 Nov 2010 19:41:28 +0000 (19:41 +0000)]
- change signal from SIGTERM to SIGQUIT for killing a child process by the dynamic process manager

14 years ago- Fixed bug #52512 (Broken error handling in odbc_execute)
Felipe Pena [Sun, 7 Nov 2010 18:13:53 +0000 (18:13 +0000)]
- Fixed bug #52512 (Broken error handling in odbc_execute)
  patch by: mkoegler at auto dot tuwien dot ac dot at

14 years ago- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
Felipe Pena [Sun, 7 Nov 2010 12:59:22 +0000 (12:59 +0000)]
- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
  patch by: Justin Martin (frozenfire@php)

14 years ago- Coding standards
Felipe Pena [Sat, 6 Nov 2010 18:35:38 +0000 (18:35 +0000)]
- Coding standards

14 years ago- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns...
Felipe Pena [Sat, 6 Nov 2010 18:32:10 +0000 (18:32 +0000)]
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
  patch by: slugonamission at gmail dot com

14 years ago- Fixed bug #47199 (pg_delete() fails on NULL)
Felipe Pena [Sat, 6 Nov 2010 17:43:25 +0000 (17:43 +0000)]
- Fixed bug #47199 (pg_delete() fails on NULL)
  patch by: ewgraf at gmail dot com

14 years ago- Fixed bug #50579 (RegexIterator::REPLACE doesn't work)
Felipe Pena [Sat, 6 Nov 2010 00:09:50 +0000 (00:09 +0000)]
- Fixed bug #50579 (RegexIterator::REPLACE doesn't work)

14 years agotwo new stats
Andrey Hristov [Fri, 5 Nov 2010 20:07:34 +0000 (20:07 +0000)]
two new stats

14 years ago- Renamed php_stream_rep_nonstand_mode to
Gustavo André dos Santos Lopes [Fri, 5 Nov 2010 18:53:48 +0000 (18:53 +0000)]
- Renamed php_stream_rep_nonstand_mode to
  php_stream_mode_sanitize_fdopen_fopencookie, made it not
  exported and movied it from php_streams.h to
  php_streams_int.h.

14 years agoFix bug #53226 (file_exists fails on big filenames).
Adam Harvey [Fri, 5 Nov 2010 05:28:07 +0000 (05:28 +0000)]
Fix bug #53226 (file_exists fails on big filenames).

14 years ago- Added CLEAN section to recently committed test.
Gustavo André dos Santos Lopes [Fri, 5 Nov 2010 01:56:28 +0000 (01:56 +0000)]
- Added CLEAN section to recently committed test.

14 years ago- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
Gustavo André dos Santos Lopes [Fri, 5 Nov 2010 01:29:08 +0000 (01:29 +0000)]
- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
  with streams opened with, inter alia, the 'xb' mode).

14 years ago- expose php_sys_(l)stat, doing will prevent me to have to provide pecl's builds...
Pierre Joye [Thu, 4 Nov 2010 01:16:20 +0000 (01:16 +0000)]
- expose php_sys_(l)stat, doing will prevent me to have to provide pecl's builds for <5.3.3 and another set for 5.3.4+. Trunk remains the same, A(B/P)I can be broken there

14 years ago- fix type and silent warning
Pierre Joye [Wed, 3 Nov 2010 21:50:03 +0000 (21:50 +0000)]
- fix type and silent warning

14 years ago- add stat support for zip://
Pierre Joye [Wed, 3 Nov 2010 21:48:08 +0000 (21:48 +0000)]
- add stat support for zip://

14 years ago- add CVE
Pierre Joye [Wed, 3 Nov 2010 20:22:08 +0000 (20:22 +0000)]
- add CVE

14 years agoFixed covariance of return-by-ref constraints
Etienne Kneuss [Wed, 3 Nov 2010 15:40:24 +0000 (15:40 +0000)]
Fixed covariance of return-by-ref constraints

14 years ago- BFN
Felipe Pena [Wed, 3 Nov 2010 01:46:52 +0000 (01:46 +0000)]
- BFN

14 years ago- Reverted fix for bug #51176
Felipe Pena [Wed, 3 Nov 2010 01:35:26 +0000 (01:35 +0000)]
- Reverted fix for bug #51176

14 years ago- Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)
Felipe Pena [Tue, 2 Nov 2010 20:51:02 +0000 (20:51 +0000)]
- Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes)

14 years ago- Fixed bug #53141 (autoload misbehaves if called from closing session)
Felipe Pena [Tue, 2 Nov 2010 18:34:56 +0000 (18:34 +0000)]
- Fixed bug #53141 (autoload misbehaves if called from closing session)
  patch by: ladislav at marek dot su

14 years agoFixed a possible double free in imap extension (Identified by Mateusz Kocielski).
Ilia Alshanetsky [Tue, 2 Nov 2010 17:50:39 +0000 (17:50 +0000)]
Fixed a possible double free in imap extension (Identified by Mateusz Kocielski).

14 years ago- add CVE id
Pierre Joye [Tue, 2 Nov 2010 15:33:49 +0000 (15:33 +0000)]
- add CVE id

14 years ago- Fixed -g adding for gcc and g++ (former got it twice, latter not at all)
Jani Taskinen [Tue, 2 Nov 2010 09:58:08 +0000 (09:58 +0000)]
- Fixed -g adding for gcc and g++ (former got it twice, latter not at all)

14 years agoMFH fixed bug #52784 (Race condition when handling many
Arnaud Le Blanc [Mon, 1 Nov 2010 22:43:59 +0000 (22:43 +0000)]
MFH fixed bug #52784 (Race condition when handling many
concurrent signals)

14 years agoMFH Fix bug #52173 (ext/pcntl doesn't store/report errors)
Arnaud Le Blanc [Mon, 1 Nov 2010 20:22:23 +0000 (20:22 +0000)]
MFH Fix bug #52173 (ext/pcntl doesn't store/report errors)
(patch by nick dot telford at gmail dot com)

14 years ago- Updated to version 2010.15 (2010o)
Derick Rethans [Mon, 1 Nov 2010 17:55:42 +0000 (17:55 +0000)]
- Updated to version 2010.15 (2010o)

14 years ago- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)
Felipe Pena [Mon, 1 Nov 2010 17:16:47 +0000 (17:16 +0000)]
- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)

14 years ago- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
Gustavo André dos Santos Lopes [Fri, 29 Oct 2010 15:29:15 +0000 (15:29 +0000)]
- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
  effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply read from the hash table with the parsed ini file
#by using cfg_get_string (I wonder why this mechanism still exists...)

14 years ago- More features for the profiling, create aggregates and dump them
Andrey Hristov [Fri, 29 Oct 2010 15:02:39 +0000 (15:02 +0000)]
- More features for the profiling, create aggregates and dump them
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With additional compiler switch the profiling can be completely omitted,
of course it makes sense only when --enable-debug. Because otherwise
there is no tracing, thus no profiling.
- Added a fix for Windows for handling trace files on different devices
 (special handing of ':' )

14 years agogettimeofday for windows
Andrey Hristov [Thu, 28 Oct 2010 14:14:06 +0000 (14:14 +0000)]
gettimeofday for windows

14 years agoshow tracing
Andrey Hristov [Thu, 28 Oct 2010 14:07:36 +0000 (14:07 +0000)]
show tracing

14 years agofix windows debug build
Andrey Hristov [Thu, 28 Oct 2010 13:46:54 +0000 (13:46 +0000)]
fix windows debug build
better zlib detection

14 years ago- Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number
Gustavo André dos Santos Lopes [Wed, 27 Oct 2010 18:13:25 +0000 (18:13 +0000)]
- Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number
  of reported malformed sequences). (Gustavo)
#Made a public interface for get_next_char/utf-8 in trunk to use in utf8_decode.
#In PHP 5.3, trunk's get_next_char was copied to xml.c because 5.3's
#get_next_char is different and is not prepared to recover appropriately from
#errors.

14 years ago- Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
Gustavo André dos Santos Lopes [Wed, 27 Oct 2010 14:56:51 +0000 (14:56 +0000)]
- Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
  type is application/x-www-form-urlencoded or is not registered with PHP).

14 years ago- Fixed ReflectionProperty::isDefault() giving a wrong result for properties
Gustavo André dos Santos Lopes [Tue, 26 Oct 2010 18:47:10 +0000 (18:47 +0000)]
- Fixed ReflectionProperty::isDefault() giving a wrong result for properties
  obtained with ReflectionClass::getProperties().

14 years ago- Implemented request #44164, zlib.output_compression is now implicitly
Gustavo André dos Santos Lopes [Tue, 26 Oct 2010 02:16:21 +0000 (02:16 +0000)]
- Implemented request #44164, zlib.output_compression is now implicitly
  disabled when the header "Content-length" is set.
#One could argue that any output handler could change the size of the
#response, so this exception for zlib.output_compression is an
#inconsistency. However, zlib.output_compression is presented as a
#performance setting, whose value should have no effect on the
#correctness of the scripts. This was not the case. Setting the
#header "content-length" and enabling zlib.output_compression was
#a recipe for infringing section 4.4 of RFC 2616.

14 years agorename and remove usage of inttypes.h, not needed
Andrey Hristov [Mon, 25 Oct 2010 13:44:11 +0000 (13:44 +0000)]
rename and remove usage of inttypes.h, not needed

14 years ago- Small optimization of the fix of bug #53071. It's not necessary to destroy
Gustavo André dos Santos Lopes [Mon, 25 Oct 2010 02:03:20 +0000 (02:03 +0000)]
- Small optimization of the fix of bug #53071. It's not necessary to destroy
  the debug info as it's not holding references anymore (the fix removed
  the refcount increments).

14 years ago- Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).
Gustavo André dos Santos Lopes [Mon, 25 Oct 2010 01:41:54 +0000 (01:41 +0000)]
- Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).

14 years ago- fix Isotopp
Pierre Joye [Sun, 24 Oct 2010 21:51:54 +0000 (21:51 +0000)]
- fix Isotopp

14 years ago- BFN
Felipe Pena [Sun, 24 Oct 2010 14:05:10 +0000 (14:05 +0000)]
- BFN

14 years ago- Fixed bug #53144 (SplObjectStorage::removeAll())
Felipe Pena [Sun, 24 Oct 2010 14:03:07 +0000 (14:03 +0000)]
- Fixed bug #53144 (SplObjectStorage::removeAll())

14 years agoprofiling in trace mode
Andrey Hristov [Fri, 22 Oct 2010 15:46:26 +0000 (15:46 +0000)]
profiling in trace mode

14 years agolast piece to enable trace logging on windows
Andrey Hristov [Fri, 22 Oct 2010 14:34:33 +0000 (14:34 +0000)]
last piece to enable trace logging on windows

14 years agoenable debug logging on windows, in debug builds, of course
Andrey Hristov [Fri, 22 Oct 2010 14:12:45 +0000 (14:12 +0000)]
enable debug logging on windows, in debug builds, of course

14 years agoUpgraded bundled sqlite to version 3.7.3
Ilia Alshanetsky [Wed, 20 Oct 2010 19:27:34 +0000 (19:27 +0000)]
Upgraded bundled sqlite to version 3.7.3

14 years ago- update #52929 and zip NULL deref
Pierre Joye [Tue, 19 Oct 2010 09:56:59 +0000 (09:56 +0000)]
- update #52929 and zip NULL deref

14 years ago- fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2010...
Pierre Joye [Tue, 19 Oct 2010 09:55:36 +0000 (09:55 +0000)]
- fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, (CVE-2010-3709), report&patch from Maksymilian Arciemowicz

14 years agoFix bug #53089 (php.ini should use portable example of find) by using POSIX
Adam Harvey [Mon, 18 Oct 2010 02:10:29 +0000 (02:10 +0000)]
Fix bug #53089 (php.ini should use portable example of find) by using POSIX
compliant syntax in the suggested find command for cleaning up session files in
the shipped php.ini files.

14 years ago- Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path crashes...
Felipe Pena [Sat, 16 Oct 2010 17:52:01 +0000 (17:52 +0000)]
- Fixed bug #53070 (Calling enchant_broker_get_dict_path before set_path crashes php)

14 years ago- Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed.
Gustavo André dos Santos Lopes [Fri, 15 Oct 2010 23:54:24 +0000 (23:54 +0000)]
- Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed.

14 years ago- Three tests were "broken" by rev #304404, not two. Commit the change
Gustavo André dos Santos Lopes [Thu, 14 Oct 2010 19:33:12 +0000 (19:33 +0000)]
- Three tests were "broken" by rev #304404, not two. Commit the change
  to remaining one.

14 years ago- Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting
Gustavo André dos Santos Lopes [Thu, 14 Oct 2010 19:14:06 +0000 (19:14 +0000)]
- Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting
  certain ill-formed UTF-8 sequences.

14 years ago- [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to
Gustavo André dos Santos Lopes [Thu, 14 Oct 2010 03:15:15 +0000 (03:15 +0000)]
- [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to
  fix the erratic behavior without breaking backwards compatibility. Namely,
  $offset retains SEEK_SET behavior but actually SEEK_CUR is passed to
  _php_stream_seek, if possible, by moving the offset stream->position bytes.
- Addresses bug #53006.

14 years agoFix vim marker folds.
Adam Harvey [Wed, 13 Oct 2010 09:23:39 +0000 (09:23 +0000)]
Fix vim marker folds.

14 years agoFixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)
Dmitry Stogov [Wed, 13 Oct 2010 08:51:39 +0000 (08:51 +0000)]
Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)

14 years ago- Fixed forward stream seeking emulation in streams that don't support seeking
Gustavo André dos Santos Lopes [Wed, 13 Oct 2010 03:13:29 +0000 (03:13 +0000)]
- Fixed forward stream seeking emulation in streams that don't support seeking
  in situations where the read operation gives back less data than requested
  and when there was data in the buffer before the emulation started. Also made
  more consistent its behavior -- should return failure every time less data
  than was requested was skipped.
- Small performance improvement by correcting off-by-one error that generate an
  invalid call to the seek handler or read handler. in _php_stream_seek.

14 years agoAdded test
Dmitry Stogov [Tue, 12 Oct 2010 07:38:36 +0000 (07:38 +0000)]
Added test

14 years ago- Added a 3rd parameter to get_html_translation_table. It now takes a charset
Gustavo André dos Santos Lopes [Tue, 12 Oct 2010 02:51:11 +0000 (02:51 +0000)]
- Added a 3rd parameter to get_html_translation_table. It now takes a charset
  hint, like htmlentities et al.
- Fixed bug #49407 (get_html_translation_table doesn't handle UTF-8).
- Fixed bug #25927 (get_html_translation_table calls the ' &#39; instead of
  &#039;).
- Fixed tests for get_html_translation_table and unified the Windows and
  non-Windows versions of the tests.

14 years ago- Removed redundant local variable in dns_get_record.
Gustavo André dos Santos Lopes [Mon, 11 Oct 2010 03:07:03 +0000 (03:07 +0000)]
- Removed redundant local variable in dns_get_record.
- (5.3) Fixed bug in the Windows implementation of
  dns_get_record, where the two last parameters wouldn't be
  filled unless the type were DNS_ANY (Gustavo).

14 years ago- Fixed a typo in rev #304208 (24 instead of 34/'"').
Gustavo André dos Santos Lopes [Fri, 8 Oct 2010 17:27:19 +0000 (17:27 +0000)]
- Fixed a typo in rev #304208 (24 instead of 34/'"').
- Improved the test bug53021.phpt to reflect other fixes in rev #304208.
- Updated NEWS to reflect other fixes in rev #304208.

14 years ago- Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with...
Gustavo André dos Santos Lopes [Fri, 8 Oct 2010 16:19:58 +0000 (16:19 +0000)]
- Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1).

14 years agonew collations
Andrey Hristov [Fri, 8 Oct 2010 09:15:31 +0000 (09:15 +0000)]
new collations

14 years ago- Added bison 2.4.3 version to the bison version list
Felipe Pena [Thu, 7 Oct 2010 21:44:41 +0000 (21:44 +0000)]
- Added bison 2.4.3 version to the bison version list

14 years agofix some uninitialized variables. also fix shadowing of global symbols
Andrey Hristov [Thu, 7 Oct 2010 13:49:00 +0000 (13:49 +0000)]
fix some uninitialized variables. also fix shadowing of global symbols

14 years agoFixed extrenous warning inside openssl_encrypt() for cases where iv not provided...
Ilia Alshanetsky [Thu, 7 Oct 2010 12:32:00 +0000 (12:32 +0000)]
Fixed extrenous warning inside openssl_encrypt() for cases where iv not provided, but algo does not require an iv

14 years ago- Fixed test for bug #50590 on systems with 64-bit longs.
Gustavo André dos Santos Lopes [Wed, 6 Oct 2010 17:05:05 +0000 (17:05 +0000)]
- Fixed test for bug #50590 on systems with 64-bit longs.

14 years agohere comes the news
Andrey Hristov [Wed, 6 Oct 2010 11:12:53 +0000 (11:12 +0000)]
here comes the news

14 years agoFix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type
Andrey Hristov [Wed, 6 Oct 2010 11:11:02 +0000 (11:11 +0000)]
Fix for Bug #52686   mysql_stmt_attr_[gs]et arg. points to incorrect type

14 years agomore variable hiding fixes
Andrey Hristov [Wed, 6 Oct 2010 07:09:37 +0000 (07:09 +0000)]
more variable hiding fixes

14 years agofix shadowing of parameters
Andrey Hristov [Wed, 6 Oct 2010 06:08:55 +0000 (06:08 +0000)]
fix shadowing of parameters

14 years agoUpdate copyright year for the license
Kalle Sommer Nielsen [Tue, 5 Oct 2010 22:58:19 +0000 (22:58 +0000)]
Update copyright year for the license

14 years agorename parameter name - should not shadow the global symbol alloca
Andrey Hristov [Tue, 5 Oct 2010 17:20:00 +0000 (17:20 +0000)]
rename parameter name - should not shadow the global symbol alloca

14 years agotwo more compiler warnings fixed - size does matter
Andrey Hristov [Tue, 5 Oct 2010 17:10:47 +0000 (17:10 +0000)]
two more compiler warnings fixed - size does matter

14 years agoRename a method so it doesn't clash with a global symbol - a function
Andrey Hristov [Tue, 5 Oct 2010 17:03:50 +0000 (17:03 +0000)]
Rename a method so it doesn't clash with a global symbol - a function
Fix compiler waring by extening the type of a variable

14 years agoFix compiler warnings - on 32bit size_t is smaller than uint64_t, although
Andrey Hristov [Tue, 5 Oct 2010 16:54:14 +0000 (16:54 +0000)]
Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although
we will never hit this the compiler should be happy.

14 years agorename parameter, should not conflict with global symbol -
Andrey Hristov [Tue, 5 Oct 2010 16:27:49 +0000 (16:27 +0000)]
rename parameter, should not conflict with global symbol -
the socket function

14 years agoremove trailing commas in enums
Andrey Hristov [Tue, 5 Oct 2010 14:56:49 +0000 (14:56 +0000)]
remove trailing commas in enums

14 years agoFix test: third parameter can be false.
Ulf Wendel [Tue, 5 Oct 2010 14:41:08 +0000 (14:41 +0000)]
Fix test: third parameter can be false.

14 years agofix bug #50345 (nanosleep not detected properly on some solaris versions)
Antony Dovgal [Tue, 5 Oct 2010 13:43:35 +0000 (13:43 +0000)]
fix bug #50345 (nanosleep not detected properly on some solaris versions)

14 years agoGreetings from SunCC.
Ulf Wendel [Tue, 5 Oct 2010 12:42:53 +0000 (12:42 +0000)]
Greetings from SunCC.

ext/mysqli/mysqli_driver.c", line 127|128|129: warning: syntax error:  empty declaration

14 years agoFixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapCl...
Dmitry Stogov [Tue, 5 Oct 2010 11:43:59 +0000 (11:43 +0000)]
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).

14 years agoFixed bug #51008 (Zend/tests/bug45877.phpt fails)
Dmitry Stogov [Tue, 5 Oct 2010 11:28:56 +0000 (11:28 +0000)]
Fixed bug #51008 (Zend/tests/bug45877.phpt fails)

14 years agoadd some safe casts
Andrey Hristov [Tue, 5 Oct 2010 11:08:21 +0000 (11:08 +0000)]
add some safe casts

14 years agoFixed typo in tests (thx Eyal)
Patrick Allaert [Tue, 5 Oct 2010 10:42:13 +0000 (10:42 +0000)]
Fixed typo in tests (thx Eyal)

14 years agofixing more types
Andrey Hristov [Tue, 5 Oct 2010 10:30:00 +0000 (10:30 +0000)]
fixing more types

14 years agoFixed constness compiler warning in pdo_mysql
Kalle Sommer Nielsen [Tue, 5 Oct 2010 09:58:15 +0000 (09:58 +0000)]
Fixed constness compiler warning in pdo_mysql

14 years agoFix constness warnings
Kalle Sommer Nielsen [Tue, 5 Oct 2010 09:48:07 +0000 (09:48 +0000)]
Fix constness warnings

14 years agoFixed compiler warnings in mysqli
Kalle Sommer Nielsen [Tue, 5 Oct 2010 09:40:36 +0000 (09:40 +0000)]
Fixed compiler warnings in mysqli

 - mysqli.c: Fix unused variables, they are only used in non-mysqlnd mode
 - mysqli_api.c (PHP_5_3 only): Fix constness, add_property_string expects a char *, not a const char *
 - mysqli_prop.c: Cast to long, as its below the LONG_MAX and therefore safe
 - mysqli_result_iterator.c: Cast to ulong as the iterator member expects that rather than a my_longlong

# In trunk only warnings regarding the zend_property_info
# structure is present and PHP_5_3 is warning free now

14 years agofix types
Andrey Hristov [Tue, 5 Oct 2010 08:56:21 +0000 (08:56 +0000)]
fix types