]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sun, 5 Jan 2014 18:13:15 +0000 (19:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  improved the fix for bug #66395
  updated NEWS
  Fixed bug #66009 Failed compilation of PHP extension with C++ std library using VS 2012

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sun, 5 Jan 2014 18:12:52 +0000 (19:12 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  improved the fix for bug #66395

11 years agoimproved the fix for bug #66395
Anatol Belski [Sun, 5 Jan 2014 18:05:04 +0000 (19:05 +0100)]
improved the fix for bug #66395

- fixed the traverse vulnerability in case like c:d:file.txt
- ensure paths containing NTFS streams are still worky

11 years agoFixed bug #66009 Failed compilation of PHP extension with C++ std library using VS...
Anatol Belski [Fri, 3 Jan 2014 23:47:10 +0000 (00:47 +0100)]
Fixed bug #66009 Failed compilation of PHP extension with C++ std library using VS 2012

Visual Studio 2012 includes sanity checks for C++11 features, see
http://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.110).aspx
To fix the 'inline' keyword redefinition for C++ in debug mode, the
new macros ZEND_WIN32_KEEP_INLINE is introduced, ZEND_WIN32_FORCE_INLINE is
automatically appended in release mode.

11 years agoupdated NEWS
Anatol Belski [Fri, 3 Jan 2014 23:59:03 +0000 (00:59 +0100)]
updated NEWS

11 years agoFixed bug #66009 Failed compilation of PHP extension with C++ std library using VS...
Anatol Belski [Fri, 3 Jan 2014 23:47:10 +0000 (00:47 +0100)]
Fixed bug #66009 Failed compilation of PHP extension with C++ std library using VS 2012

Visual Studio 2012 includes sanity checks for C++11 features, see
http://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.110).aspx
To fix the 'inline' keyword redefinition for C++ in debug mode, the
new macros ZEND_WIN32_KEEP_INLINE is introduced, ZEND_WIN32_FORCE_INLINE is
automatically appended in release mode.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Sat, 4 Jan 2014 00:29:15 +0000 (01:29 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Sat, 4 Jan 2014 00:24:54 +0000 (01:24 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix bug #66286: Incorrect object comparison with inheritance
Nikita Popov [Sat, 4 Jan 2014 00:22:14 +0000 (01:22 +0100)]
Fix bug #66286: Incorrect object comparison with inheritance

std_compare_objects immidiately returned 0 if the property tables
of both objects contain NULL at some index. Thus it would report
objects as equal even though properties following after that
differ.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 3 Jan 2014 21:44:46 +0000 (22:44 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS

11 years agoupdated NEWS
Anatol Belski [Fri, 3 Jan 2014 21:42:38 +0000 (22:42 +0100)]
updated NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 3 Jan 2014 21:38:47 +0000 (22:38 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66395 basename function doesn't remove drive letter

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 3 Jan 2014 21:32:39 +0000 (22:32 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #66395 basename function doesn't remove drive letter

11 years agoFixed bug #66395 basename function doesn't remove drive letter
Anatol Belski [Fri, 3 Jan 2014 21:25:58 +0000 (22:25 +0100)]
Fixed bug #66395 basename function doesn't remove drive letter

11 years agoHere need to be str_efree
Xinchen Hui [Fri, 3 Jan 2014 03:36:50 +0000 (11:36 +0800)]
Here need to be str_efree

found by ext/standard/tests/general_functions/phpinfo2.php fails

11 years agoBump year
Xinchen Hui [Fri, 3 Jan 2014 03:08:10 +0000 (11:08 +0800)]
Bump year

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 3 Jan 2014 03:08:06 +0000 (11:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoBump year
Xinchen Hui [Fri, 3 Jan 2014 03:06:16 +0000 (11:06 +0800)]
Bump year

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 3 Jan 2014 03:06:12 +0000 (11:06 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoBump year
Xinchen Hui [Fri, 3 Jan 2014 03:04:26 +0000 (11:04 +0800)]
Bump year

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Thu, 2 Jan 2014 12:52:20 +0000 (12:52 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Thu, 2 Jan 2014 12:52:08 +0000 (12:52 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Thu, 2 Jan 2014 12:47:44 +0000 (12:47 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFixed (some of) add/sub.
Derick Rethans [Thu, 2 Jan 2014 12:45:48 +0000 (12:45 +0000)]
Fixed (some of) add/sub.

This worked in PHP 5.4 already, but with the introduction of DateTimeImmutable
this code was not correctly merged.

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Derick Rethans [Thu, 2 Jan 2014 10:57:46 +0000 (10:57 +0000)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years ago- BFN
Felipe Pena [Thu, 2 Jan 2014 00:33:12 +0000 (22:33 -0200)]
- BFN

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
krakjoe [Wed, 1 Jan 2014 13:01:06 +0000 (13:01 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix #66375 bad logic in sapi header callback routine

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
krakjoe [Wed, 1 Jan 2014 13:00:29 +0000 (13:00 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix #66375 bad logic in sapi header callback routine

11 years agofix #66375 bad logic in sapi header callback routine
krakjoe [Wed, 1 Jan 2014 12:58:18 +0000 (12:58 +0000)]
fix #66375 bad logic in sapi header callback routine

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Wed, 1 Jan 2014 11:56:49 +0000 (09:56 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed bug #66381 (__ss_family was changed on AIX 5.3)

11 years agoMerge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Felipe Pena [Wed, 1 Jan 2014 11:56:31 +0000 (09:56 -0200)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

11 years ago- Fixed bug #66381 (__ss_family was changed on AIX 5.3)
Felipe Pena [Wed, 1 Jan 2014 11:55:14 +0000 (09:55 -0200)]
- Fixed bug #66381 (__ss_family was changed on AIX 5.3)

11 years agoThrow warning when converting invalid string to GMP
Nikita Popov [Mon, 30 Dec 2013 13:37:32 +0000 (14:37 +0100)]
Throw warning when converting invalid string to GMP

11 years agoupdate php.ini-*
Michael Wallner [Tue, 10 Dec 2013 15:28:51 +0000 (16:28 +0100)]
update php.ini-*

11 years agoAdd E_DEPRECATED when populating $HTTP_RAW_POST_DATA
Michael Wallner [Tue, 10 Dec 2013 14:35:41 +0000 (15:35 +0100)]
Add E_DEPRECATED when populating $HTTP_RAW_POST_DATA

11 years agoadd 'never'
Michael Wallner [Wed, 27 Nov 2013 11:19:47 +0000 (12:19 +0100)]
add 'never'

11 years agofix type
Michael Wallner [Wed, 27 Nov 2013 11:19:32 +0000 (12:19 +0100)]
fix type

11 years agofix type; add tests for -1
Michael Wallner [Tue, 26 Nov 2013 14:29:39 +0000 (15:29 +0100)]
fix type; add tests for -1

11 years agos/BOOLEAN/ENTRY/
Michael Wallner [Tue, 26 Nov 2013 14:07:29 +0000 (15:07 +0100)]
s/BOOLEAN/ENTRY/

11 years agore-introduce always_populate_raw_post_data
Michael Wallner [Tue, 26 Nov 2013 14:03:37 +0000 (15:03 +0100)]
re-introduce always_populate_raw_post_data

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Mon, 30 Dec 2013 12:58:29 +0000 (13:58 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Mon, 30 Dec 2013 12:54:58 +0000 (13:54 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix leak caused by fix to bug #65667
Nikita Popov [Mon, 30 Dec 2013 12:46:55 +0000 (13:46 +0100)]
Fix leak caused by fix to bug #65667

ftp->stream is now closed in the ftp resource dtor.

11 years agomissing file from libzip 0.11.2
Remi Collet [Mon, 30 Dec 2013 09:00:02 +0000 (10:00 +0100)]
missing file from libzip 0.11.2

11 years agofix compat for PHP ABI changes
Remi Collet [Mon, 30 Dec 2013 07:47:16 +0000 (08:47 +0100)]
fix compat for PHP ABI changes

11 years agoNEWS
Remi Collet [Mon, 30 Dec 2013 06:45:09 +0000 (07:45 +0100)]
NEWS

11 years agoSync with pecl/zip 1.12.4dev
Remi Collet [Mon, 30 Dec 2013 06:35:30 +0000 (07:35 +0100)]
Sync with pecl/zip 1.12.4dev

- update bunled libzip to 0.11.2
- expose zip_file_set_external_attributes + zip_file_get_external_attributes
  with new methods:
ZipArchive::setExternalAttributesName
ZipArchive::setExternalAttributesIndex
ZipArchive::getExternalAttributesName
ZipArchive::getExternalAttributesIndex

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 30 Dec 2013 03:07:37 +0000 (11:07 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFix test fail
Xinchen Hui [Mon, 30 Dec 2013 03:07:25 +0000 (11:07 +0800)]
Fix test fail

11 years agoFix one more test in dos style eol
Xinchen Hui [Mon, 30 Dec 2013 02:58:40 +0000 (10:58 +0800)]
Fix one more test in dos style eol

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 30 Dec 2013 02:58:23 +0000 (10:58 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFix dos style eol in phpts
Xinchen Hui [Mon, 30 Dec 2013 02:58:01 +0000 (10:58 +0800)]
Fix dos style eol in phpts

11 years agoFixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend)
Xinchen Hui [Mon, 30 Dec 2013 02:51:47 +0000 (10:51 +0800)]
Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 30 Dec 2013 02:51:36 +0000 (10:51 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend)
Xinchen Hui [Mon, 30 Dec 2013 02:50:46 +0000 (10:50 +0800)]
Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend)

Use git blame -w to ingore the space changes

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Sat, 28 Dec 2013 13:29:27 +0000 (14:29 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  minor fix on previous

11 years agominor fix on previous
Remi Collet [Sat, 28 Dec 2013 13:29:14 +0000 (14:29 +0100)]
minor fix on previous

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Sat, 28 Dec 2013 13:26:06 +0000 (14:26 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

11 years agoFixed bug #66356 (Heap Overflow Vulnerability in imagecrop())
Remi Collet [Sat, 28 Dec 2013 13:22:13 +0000 (14:22 +0100)]
Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

Initial fix was PHP stuff
This one is libgd fix.

- filter invalid crop size
- dont try to copy on invalid position
- fix crop size when out of src image
- fix possible NULL deref
- fix possible integer overfloow

11 years agoupdate version output
krakjoe [Fri, 27 Dec 2013 18:03:11 +0000 (18:03 +0000)]
update version output

11 years agoFixed bug #66358 (fpm starts segfault)
Xinchen Hui [Fri, 27 Dec 2013 12:45:43 +0000 (20:45 +0800)]
Fixed bug #66358 (fpm starts segfault)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Dec 2013 06:11:35 +0000 (14:11 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
main/php_version.h

11 years agoRevert accidented committed php_version.h
Xinchen Hui [Fri, 27 Dec 2013 06:10:55 +0000 (14:10 +0800)]
Revert accidented committed php_version.h

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Dec 2013 06:06:35 +0000 (14:06 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
main/php_version.h

11 years agoFixed bug #66356 (Heap Overflow Vulnerability in imagecrop())
Xinchen Hui [Fri, 27 Dec 2013 06:04:59 +0000 (14:04 +0800)]
Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())

And also fixed the bug: arguments are altered after some calls

11 years agoImproved empty string handling. Now ZE uses an interned string instead of allocation...
Dmitry Stogov [Thu, 26 Dec 2013 10:47:13 +0000 (14:47 +0400)]
Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Thu, 26 Dec 2013 07:52:39 +0000 (11:52 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed ZEND_MM_MEM_TYPE=mmap_zero

Conflicts:
NEWS

11 years agoFixed ZEND_MM_MEM_TYPE=mmap_zero
Dmitry Stogov [Thu, 26 Dec 2013 07:51:32 +0000 (11:51 +0400)]
Fixed ZEND_MM_MEM_TYPE=mmap_zero

11 years agofix c89 compat
Anatol Belski [Wed, 25 Dec 2013 22:43:20 +0000 (23:43 +0100)]
fix c89 compat

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 25 Dec 2013 22:30:59 +0000 (23:30 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  brought the ext/sybase_ct/config.w32 up to date

11 years agobrought the ext/sybase_ct/config.w32 up to date
Anatol Belski [Wed, 25 Dec 2013 22:29:42 +0000 (23:29 +0100)]
brought the ext/sybase_ct/config.w32 up to date

11 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Xinchen Hui [Wed, 25 Dec 2013 07:36:55 +0000 (15:36 +0800)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

11 years agoFix test
Xinchen Hui [Wed, 25 Dec 2013 07:34:39 +0000 (15:34 +0800)]
Fix test

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 25 Dec 2013 06:23:42 +0000 (22:23 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.4.25 next

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 25 Dec 2013 06:23:24 +0000 (22:23 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.25 next

Conflicts:
configure.in
main/php_version.h

11 years ago5.4.25 next
Stanislav Malyshev [Wed, 25 Dec 2013 06:22:04 +0000 (22:22 -0800)]
5.4.25 next

11 years agofixed incompatible pointer in phpdbg on win64
Anatol Belski [Tue, 24 Dec 2013 20:08:33 +0000 (21:08 +0100)]
fixed incompatible pointer in phpdbg on win64

11 years agoFixed #18
Bob Weinand [Tue, 24 Dec 2013 12:11:57 +0000 (13:11 +0100)]
Fixed #18
Errors not displaying in some configurations

11 years agoMerge branch 'master' of sapi/phpdbg into PHP-5.6
Bob Weinand [Tue, 24 Dec 2013 12:18:18 +0000 (13:18 +0100)]
Merge branch 'master' of sapi/phpdbg into PHP-5.6

 merge is necessary,

11 years agoFixed #18
Bob Weinand [Tue, 24 Dec 2013 12:11:57 +0000 (13:11 +0100)]
Fixed #18
Errors not displaying in some configurations

11 years agoupdate credits headers
Joe Watkins [Tue, 24 Dec 2013 09:03:22 +0000 (09:03 +0000)]
update credits headers

11 years agoMerge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
Joe Watkins [Tue, 24 Dec 2013 09:02:52 +0000 (09:02 +0000)]
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6

* 'PHP-5.6' of https://git.php.net/repository/php-src:
  Fixed credits in phpdbg.* files
  Added breaking upon fatal-ish error
  credits file for phpdbg
  Fixed credits in phpdbg.* files
  reformat
  credits file

11 years agoFixed credits in phpdbg.* files
Bob Weinand [Mon, 23 Dec 2013 22:55:07 +0000 (23:55 +0100)]
Fixed credits in phpdbg.* files

11 years agoMerge branch 'master' of sapi/phpdbg into PHP-5.6
Bob Weinand [Mon, 23 Dec 2013 23:33:25 +0000 (00:33 +0100)]
Merge branch 'master' of sapi/phpdbg into PHP-5.6

11 years agoAdded breaking upon fatal-ish error
Bob Weinand [Sat, 21 Dec 2013 21:42:11 +0000 (22:42 +0100)]
Added breaking upon fatal-ish error

11 years agocredits file for phpdbg
Joe Watkins [Mon, 23 Dec 2013 22:36:30 +0000 (22:36 +0000)]
credits file for phpdbg

11 years agoFixed credits in phpdbg.* files
Bob Weinand [Mon, 23 Dec 2013 22:55:07 +0000 (23:55 +0100)]
Fixed credits in phpdbg.* files

11 years agocredits file for phpdbg
Joe Watkins [Mon, 23 Dec 2013 22:36:30 +0000 (22:36 +0000)]
credits file for phpdbg

11 years agorestore NEWS to the state of 6c5e93fe17c264aa28f8eeb4ec78c9e4a7eedfba
Stanislav Malyshev [Mon, 23 Dec 2013 22:10:08 +0000 (14:10 -0800)]
restore NEWS to the state of 6c5e93fe17c264aa28f8eeb4ec78c9e4a7eedfba

11 years agoreformat
krakjoe [Mon, 23 Dec 2013 21:54:45 +0000 (21:54 +0000)]
reformat

11 years agoMerge branch 'master' of https://github.com/krakjoe/phpdbg
krakjoe [Mon, 23 Dec 2013 21:52:32 +0000 (21:52 +0000)]
Merge branch 'master' of https://github.com/krakjoe/phpdbg

11 years agocredits file
krakjoe [Mon, 23 Dec 2013 21:52:22 +0000 (21:52 +0000)]
credits file

11 years agoFixed bug #66338 (Optimization binding of class constants is not safely opcacheable)
Dmitry Stogov [Mon, 23 Dec 2013 12:53:34 +0000 (16:53 +0400)]
Fixed bug #66338 (Optimization binding of class constants is not safely opcacheable)

11 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Dmitry Stogov [Mon, 23 Dec 2013 12:05:59 +0000 (16:05 +0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

* 'PHP-5.6' of git.php.net:php-src:
  removed outdated IsDebuggerPresent declaration

11 years agoFixed bug #66334 (Memory Leak in new pass1_5.c optimizations). (Terry)
Dmitry Stogov [Mon, 23 Dec 2013 12:04:10 +0000 (16:04 +0400)]
Fixed bug #66334 (Memory Leak in new pass1_5.c optimizations). (Terry)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 23 Dec 2013 11:01:10 +0000 (12:01 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  removed outdated IsDebuggerPresent declaration

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Mon, 23 Dec 2013 11:00:49 +0000 (12:00 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  removed outdated IsDebuggerPresent declaration

11 years agoremoved outdated IsDebuggerPresent declaration
Anatol Belski [Mon, 23 Dec 2013 10:53:47 +0000 (11:53 +0100)]
removed outdated IsDebuggerPresent declaration

This piece of code seems to retain compatibility with some windows
versions before 2000. Today it's not relevant anymore and only
produces a warning C4273 because of the conflicting prototype. In
VC9 the declaration is present in winbase.h:4142, but available
is it already in winxp. Here's the doc link
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 23 Dec 2013 09:10:42 +0000 (13:10 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Added suggestion about opcache.revalidate_freq setting in development environment

11 years agoAdded suggestion about opcache.revalidate_freq setting in development environment
Dmitry Stogov [Mon, 23 Dec 2013 09:09:45 +0000 (13:09 +0400)]
Added suggestion about opcache.revalidate_freq setting in development environment