summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-8/+8
| | | | | * pull-request/341: (23 commits) typofixes
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-221-15/+36
|\ | | | | | | | | * PHP-5.3: Fixed stream_socket_pair() on Windows x64 and
| * Fixed stream_socket_pair() on Windows x64 andAnatol Belski2013-04-221-15/+36
| | | | | | | | improved errorhandling in the socketpair() implementation.
| * updated lib versionsAnatol Belski2013-04-171-17/+17
| |
* | updated lib versionsAnatol Belski2013-04-171-1/+1
| |
* | fixed EOLAnatol Belski2013-04-171-16/+16
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-231-6/+13
|\ \ | |/ | | | | | | * PHP-5.3: Fixed possible precision loss in microtime
| * Fixed possible precision loss in microtimeAnatol Belski2013-03-231-6/+13
| | | | | | | | | | | | This is related to the fix for bug #64370. MSVC natively supports __int64 type, so calculating with 32 bit ints is neither necessary nor reliable. Therefore an older piece of code is reused.
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-153-97/+42
|\ \ | |/ | | | | | | * PHP-5.3: Backported patch for #64370
| * Backported patch for #64370Anatol Belski2013-03-153-97/+42
| |
| * updated lib versionsAnatol Belski2013-02-211-5/+5
| |
* | updated lib versionsAnatol Belski2013-02-211-4/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-01-101-0/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fixed uninitialized zval.type (Yoram)
| * Fixed uninitialized zval.type (Yoram)Dmitry Stogov2013-01-101-0/+1
| |
| * Happy New Year~Xinchen Hui2013-01-0112-12/+12
| |
* | Happy New YearXinchen Hui2013-01-0112-12/+12
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-092-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-092-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-09-211-3/+3
|\ \ | |/ | | | | | | * PHP-5.3: updated lib versions
| * updated lib versionsAnatoliy Belsky2012-09-211-3/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-09-181-4/+4
|\ \ | |/ | | | | | | | | | | | | * PHP-5.3: updated libary versions Conflicts: win32/build/libs_version.txt
| * updated libary versionsAnatoliy Belsky2012-09-181-4/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-052-2/+2
|\ \ | |/ | | | | | | Conflicts: ext/interbase/interbase.rc
| * year++Xinchen Hui2012-09-052-2/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-301-4/+5
|\ \ | |/ | | | | | | * PHP-5.3: - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)
| * - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" ↵Felipe Pena2012-08-301-4/+5
| | | | | | | | Windows registry)
* | updated mpir versionAnatoliy Belsky2012-08-291-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-06-071-5/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | By Gustavo André dos Santos Lopes (4) and others via Felipe Pena (1) and Xinchen Hui (1) * PHP-5.3: Remove unused codes based on microsoft's description,the direct convert from FILETIME struct to __int64 is unsafe. Fix ext/intl build on ICU < 4.8 Optimization in ext/intl/msgformat Fixed tests in ext/intl Changed XFAILed collator_get_sort_key.phpt
| * Remove unused codesXinchen Hui2012-06-071-10/+8
| |
| * based on microsoft's description,the direct convert from FILETIME struct to ↵slayercat2012-06-071-2/+12
| | | | | | | | | | | | | | | | | | __int64 is unsafe. via http://technet.microsoft.com/en-us/library/ms724284(v=vs.85).aspx "Do not cast a pointer to a FILETIME structure to either a ULARGE_INTEGER* or __int64* value because it can cause alignment faults on 64-bit Windows."
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-05-161-2/+10
|\ \ | |/ | | | | | | * PHP-5.3: - Fixed bug #55299 (multiple null pointer in win32/registry.c)
| * - Fixed bug #55299 (multiple null pointer in win32/registry.c)Felipe Pena2012-05-161-2/+10
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-111-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails
| * Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt failsAnatoliy Belsky2012-05-111-1/+1
| | | | | | | | | | | | | | This fixes a general issue. In this ticket and not for the first time is being seen, that people are trying to use data from "examples" in the tests. When extracting a test pack only "tests" and its siblings was taken into account. Now "examples" are copied as well.
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-141-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: Rename README.SVN-RULES to README.GIT-RULES, here, too
| * Rename README.SVN-RULES to README.GIT-RULES, here, tooJohannes Schlüter2012-04-141-2/+2
| |
| * - update to openssl 0.9.8uPierre Joye2012-04-021-1/+1
| |
| * - fix bug #61290, fix buildPierre Joye2012-03-051-1/+1
| |
| * - fix bug #54407, Incorrectly defined NTDDI_VERSION macroPierre Joye2012-03-041-1/+1
| |
| * - fix bug #54407, Incorrectly defined NTDDI_VERSION macroPierre Joye2012-03-041-2/+2
| |
| * - libssh2 1.3.0Pierre Joye2012-01-301-1/+1
| |
| * - update libsPierre Joye2012-01-271-0/+1
| |
| * - update libsPierre Joye2012-01-271-0/+6
| |
| * - update libsPierre Joye2012-01-271-0/+7
| |
| * - fix #60895, possible invalid handler usagePierre Joye2012-01-271-2/+4
| |
| * - openssl 0.9.8t, curl 7.24.0Pierre Joye2012-01-261-1/+2
| |
| * - spl tests are also under examples (sigh)Pierre Joye2012-01-091-1/+1
| |
| * - Year++Felipe Pena2012-01-0110-10/+10
| |