|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-04-24 18:37 UTC] szarkos@php.net
[2012-04-25 06:54 UTC] stas@php.net
[2012-04-25 06:54 UTC] stas@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: stas
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 11 18:00:01 2025 UTC |
Description: ------------ Looks like there’s a version mismatch introduced by commit 701332c where the version in main\php_version.h does not match the version set in configure.in. This breaks the “build-dist” phase of the build at least on Windows. So, for example one would see output below during this phase of the build. The system is looking for “obj/Release/php-5.4.1RC1-dev”, because that is what was declared in configure.in and the generated Makefile, however actually only the directory “obj/Release/php-5.4.2” exists. rd /s /q C:\php-sdk\php54dev\vc9\x86\obj\Release\php-5.4.1RC1-dev The system cannot find the file specified. rd /s /q C:\php-sdk\php54dev\vc9\x86\obj\Release\pecl-5.4.1RC1-dev The system cannot find the file specified. del /f /q C:\php-sdk\php54dev\vc9\x86\obj\Release\php-5.4.1RC1-dev-nts-Win32-VC9-x86.zip Could Not Find C:\php-sdk\php54dev\vc9\x86\obj\Release\php-5.4.1RC1-dev-nts-Win32-VC9-x86.zip del /f /q C:\php-sdk\php54dev\vc9\x86\obj\Release\php-debug-pack-5.4.1RC1-dev-nts-Win32- Could Not Find C:\php-sdk\php54dev\vc9\x86\obj\Release\php-debug-pack-5.4.1RC1-dev-nts-Win32-VC9 del /f /q C:\php-sdk\php54dev\vc9\x86\obj\Release\pecl-5.4.1RC1-dev-nts-Win32-VC9-x86.zi Could Not Find C:\php-sdk\php54dev\vc9\x86\obj\Release\pecl-5.4.1RC1-dev-nts-Win32-VC9-x86.zip