Bug #60879 [Com]: unserialize() Does not invoke __wakeup() on object

2012-02-17 Thread szar...@php.net
Edit report at https://bugs.php.net/bug.php?id=60879&edit=1

 ID: 60879
 Comment by: szar...@php.net
 Reported by:thijsputman at gmail dot com
 Summary:unserialize() Does not invoke __wakeup() on object
 Status: Assigned
 Type:   Bug
 Package:Class/Object related
 Operating System:   Windows 7
 PHP Version:5.4.0RC6
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Thank you for reporting this!  It appears to be related to the PGO build, 
however we've been using PGO since RC3, so it looks like this popped up in the 
RC6+ builds.

Can you please test this build of RC8 and let me know if it fixes the issue in 
your environment:  
http://windows.php.net/downloads/snaps/ostc/build/php-5.4.0-RC8-1/php-5.4.0RC8-nts-Win32-VC9-x86.zip

The configure line was fixed earlier (was also in some 5.3 snaps), good catch.  
It does not appear to be related to this issue, however.


Previous Comments:

[2012-02-10 22:43:56] johan...@php.net

Steve,

I can't verify the report on Linux and don't see a related code-change. As I 
don't have a proper Windows environment at hand: From the report the user gave 
it seems like the compiler would do some over-optimistic optimization, can you 
take a look into this?

Also please mind the notes on the other small issues in the configure lines.


[2012-02-08 14:02:24] thijsputman at gmail dot com

The configure commands between RC7-dev (which works properly) and RC7 (which 
exhibits the problem) seem to differ a bit, could that be the cause?

RC7 contains the following elements not contained in RC7-dev:
--disable-nsapi --with-enchant=shared --disable-static-analyze --with-pgo

RC7-dev contains the following not contained in RC7:
--enable-object-out-dir=d:/temp/obj/nts-windows-vc9-x86

Also, there seems to be a small typo in the RC7-dev configure command:
"--enable-snapshot-build --disable-zts --disable-isapi --enable-debug-pack 
--disable-isapi" 

ISAPI is disabled twice (I'm guessing the second one should be nsapi?)


[2012-02-08 13:46:27] thijsputman at gmail dot com

Just tried with RC7 (VC9 x86 Non Thread Safe - 2012-Feb-06 23:40:37) and the 
problem has reappeared...


[2012-02-06 13:44:29] yoozer at gmail dot com

I've just tested the official release of RC7; it still exhibits this issue with 
exactly the same testcase.


[2012-01-26 11:33:25] johan...@php.net

So let's assume this was fixed. I can't see a relevant change for this, though. 
There will be another RC soon, an you check that, too, to be safe? Thanks :-)




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=60879


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=60879&edit=1


Bug #64552 [Com]: Some extensions missing from x64 Windows distribution

2013-04-02 Thread szar...@php.net
Edit report at https://bugs.php.net/bug.php?id=64552&edit=1

 ID: 64552
 Comment by: szar...@php.net
 Reported by:vr...@php.net
 Summary:Some extensions missing from x64 Windows
 distribution
 Status: Assigned
 Type:   Bug
 Package:Windows Installer
 Operating System:   Windows
 PHP Version:5.5.0beta1
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Hello,

This should be fixed now.  The extensions should build properly and show up in 
the latest 5.5 x64 snapshot builds, probably within the next 24-hours at the 
latest.  You can find the latest snapshots here:  
http://windows.php.net/downloads/snaps/php-5.5/

Thanks,
Steve


Previous Comments:

[2013-03-31 08:08:14] paj...@php.net

Steve, can you take a look please?


[2013-03-30 19:30:17] vr...@php.net

Description:

I've downloaded php-5.5.0beta2-Win32-VC11-x64.zip from 
http://windows.php.net/qa/ and there's bunch of extensions missing compared to 
x86 distributions:

php_gd2.dll
php_gettext.dll
php_oci8.dll
php_oci8_11g.dll
php_pdo_oci.dll








-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64552&edit=1


[PHP-BUG] Bug #61842 [NEW]: Version mismatch breaks build-dist

2012-04-24 Thread szar...@php.net
From: szarkos
Operating system: Windows
PHP version:  5.4.1RC2
Package:  Compile Failure
Bug Type: Bug
Bug description:Version mismatch breaks build-dist

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



-- 
Edit bug report at https://bugs.php.net/bug.php?id=61842&edit=1
-- 
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=61842&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=61842&r=trysnapshot53
Try a snapshot (trunk):  
https://bugs.php.net/fix.php?id=61842&r=trysnapshottrunk
Fixed in SVN:
https://bugs.php.net/fix.php?id=61842&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61842&r=needdocs
Fixed in release:
https://bugs.php.net/fix.php?id=61842&r=alreadyfixed
Need backtrace:  
https://bugs.php.net/fix.php?id=61842&r=needtrace
Need Reproduce Script:   
https://bugs.php.net/fix.php?id=61842&r=needscript
Try newer version:   
https://bugs.php.net/fix.php?id=61842&r=oldversion
Not developer issue: 
https://bugs.php.net/fix.php?id=61842&r=support
Expected behavior:   
https://bugs.php.net/fix.php?id=61842&r=notwrong
Not enough info: 
https://bugs.php.net/fix.php?id=61842&r=notenoughinfo
Submitted twice: 
https://bugs.php.net/fix.php?id=61842&r=submittedtwice
register_globals:
https://bugs.php.net/fix.php?id=61842&r=globals
PHP 4 support discontinued:  
https://bugs.php.net/fix.php?id=61842&r=php4
Daylight Savings:https://bugs.php.net/fix.php?id=61842&r=dst
IIS Stability:   
https://bugs.php.net/fix.php?id=61842&r=isapi
Install GNU Sed: 
https://bugs.php.net/fix.php?id=61842&r=gnused
Floating point limitations:  
https://bugs.php.net/fix.php?id=61842&r=float
No Zend Extensions:  
https://bugs.php.net/fix.php?id=61842&r=nozend
MySQL Configuration Error:   
https://bugs.php.net/fix.php?id=61842&r=mysqlcfg



Bug #61842 [Opn]: Version mismatch breaks build-dist

2012-04-24 Thread szar...@php.net
Edit report at https://bugs.php.net/bug.php?id=61842&edit=1

 ID: 61842
 User updated by:szar...@php.net
 Reported by:szar...@php.net
 Summary:Version mismatch breaks build-dist
 Status: Open
 Type:   Bug
 Package:Compile Failure
 Operating System:   Windows
 PHP Version:5.4.1RC2
 Block user comment: N
 Private report: N

 New Comment:

Correction, the directory "php-5.4.2-dev" is created, however the build-dist 
phase is still looking for "php-5.4.1RC1-dev"..


Previous Comments:
----
[2012-04-24 18:22:19] szar...@php.net

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








-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61842&edit=1