Bug #64253 [Opn]: alpha 5 does not load extensions

2013-02-21 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=64253edit=1

 ID: 64253
 Updated by: szar...@php.net
 Reported by:bugzilla77 at gmail dot com
 Summary:alpha 5 does not load extensions
 Status: Open
 Type:   Bug
 Package:Dynamic loading
 Operating System:   win 7 32
 PHP Version:5.5.0alpha4
 Block user comment: N
 Private report: N

 New Comment:

Thanks for reporting this.  We narrowed this down to a build issue with the ZTS 
build of PHP-5.5.0alpha5.  I have fixed the issue and updated the build and 
checksum on http://windows.php.net/qa.  Can you please test the new build and 
let me know if it fixes the issue?

Thanks,
Steve


Previous Comments:

[2013-02-20 19:57:36] bugzilla77 at gmail dot com

I have TS and:

;extension=php_bz2.dll
extension=php_com_dotnet.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_intl.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_exif.dll  ; Must be after mbstring as it depends on it
;extension=php_mysql.dll
;extension=php_mysqli.dll
;extension=php_oci8.dll  ; Use with Oracle 10gR2 Instant Client
;extension=php_oci8_11g.dll  ; Use with Oracle 11gR2 Instant Client
;extension=php_openssl.dll
;extension=php_pdo_firebird.dll
;extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
;extension=php_pdo_pgsql.dll
;extension=php_pdo_sqlite.dll
;extension=php_pgsql.dll
;extension=php_pspell.dll
;extension=php_shmop.dll

; The MIBS data available in the PHP distribution must be installed. 
; See http://www.php.net/manual/en/snmp.installation.php 
;extension=php_snmp.dll

;extension=php_soap.dll
;extension=php_sockets.dll
;extension=php_sqlite3.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_zip.dll


and a have not loaded php_com_dotnet.dll, php_mbstring.dll etc

On php 5.5 aplpha 4 is ok with the same php.ini


[2013-02-20 19:34:05] mattfic...@php.net

Extensions are fine for me with 5.5.0a5-NTS on Windows7, but the following 
extensions are missing on 5.5.0a5-TS:
bz2
exif
fileinfo
gd
gettext
imap
intl
mysql
mysqli
pdo_mysql
pdo_pgsql
pgsql
openssl
soap
wddx
xmlrpc

The TS and NTS builds of 5.4.12 and 5.3.22 all have all the extensions though 
(so its only a 5.5.0a5-TS problem).


[2013-02-20 16:57:01] bugzilla77 at gmail dot com

Description:

alpha 5 does not load extensions

Expected result:

alpha 4 loads extensions on the same php.ini

Actual result:
--
alpha 5 does not load extensions






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


Bug #63819 [Asn]: 5.4.10 package seems incomplete and non-functional

2012-12-20 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=63819edit=1

 ID: 63819
 Updated by: szar...@php.net
 Reported by:spause at gmail dot com
 Summary:5.4.10 package seems incomplete and non-functional
 Status: Assigned
 Type:   Bug
 Package:*General Issues
 Operating System:   N/A
 PHP Version:5.4.10
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Hello!

Thank you for submitting this bug report.

We have completed our functional and performance tests on PHP 5.4.10 and 
verified that the download and build does work.  I think the issue may lie 
elsewhere, perhaps with a configuration parameter.  Can you please check the 
following:

- The extension_dir parameter in php.ini (or check in phpinfo()) to make 
sure you are loading extensions from the correct PHP version.

- If you are using the PHPRC FastCGI environment variable, please make sure 
this is also pointing to the correct PHP install and php.ini file.

To explain further - In 5.4.8 we updated our ICU library deps to version 4.9 
from 4.6.  However, due to a bug in our build env we ended up copying some of 
the 4.6 DLLs into the final .zip package.  Though to be clear we did not use 
them to build PHP nor were they loaded at runtime.  You can see this in the 
5.4.9 .zip for example (they are called icu*46.dll), but as I said they are 
superfluous and do not interfere with icu*49.dll files nor the functionality of 
PHP (which is why we didn't notice right away).  In any case this was fixed in 
5.4.10, and accounts for the change in .zip file size.

My guess is that if one of the above parameters are set incorrectly then you 
may be loading an extension from an older version of 5.4 that require the 
icu*46 DLLs, but now that they're not there it may be causing issues.  
Hopefully if this is the case then it's an easy fix.

If you find this is not the case then please provide more info regarding what 
errors you are seeing and what application(s) you are testing.  If you don't 
see errors displayed you may try running PHP on the command-line to see if it 
prints out any errors or warnings.  If possible, please also email me or post 
the output of phpinfo() as well.

Thanks!
Steve


Previous Comments:

[2012-12-20 17:38:43] spause at gmail dot com

Description:

Current windows package for php-5.4.10-nts-Win32-VC9-x86.zip appears to be 
incomplete.  A standalone install of this package fails to work for at least 
one application that was able to function on 5.4.8.

Only by merging the contents of this zip with 5.4.8 was I able to get the 
application to function.  I suspect some files were accidentally left out of 
this 5.4.10 package.  Please note the significant discrepancy in file sizes

Affected file:
http://windows.php.net/downloads/releases/php-5.4.10-nts-Win32-VC9-x86.zip
File size: 16507699 


Previous version:
http://windows.php.net/downloads/releases/archives/php-5.4.9-nts-Win32-VC9-x86.zip
File size: 23264651







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


Bug #63763 [Asn-Csd]: Installer provides incorrect ICU DLL versions

2012-12-17 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=63763edit=1

 ID: 63763
 Updated by: szar...@php.net
 Reported by:chi-yu at web dot de
 Summary:Installer provides incorrect ICU DLL versions
-Status: Assigned
+Status: Closed
 Type:   Bug
 Package:Windows Installer
 Operating System:   Windows 7, Service Pack 1
 PHP Version:5.3.19
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Thanks for the confirmation!  Closing ticket.


Previous Comments:

[2012-12-14 21:59:37] chi-yu at web dot de

Yes, they do.

Both MSI packages appear to install the correct ICU DLL versions and everything 
seems to work as it's supposed to do.


[2012-12-14 21:38:40] szar...@php.net

Hello,

Thank you for reporting this issue.

This looks like a bug in the wix scripts.  I've fixed the issue, rebuilt the 
MSI packages and uploaded them here:  
http://windows.php.net/downloads/snaps/ostc/build/php-5.3.19-63763/

Can you please test the updated MSIs at the URL above and let me know if they 
resolve your issue?

Thanks!
Steve


[2012-12-14 08:25:02] paj...@php.net

Hi Steve,

Can you take a look at it please?


[2012-12-13 20:39:40] chi-yu at web dot de

Description:

I just downloaded the installer version labeled with VC9 x86 Non Thread Safe 
(2012-Nov-21 22:03:42) and tried to install the INTL extension provided with 
the installer.

The installer apparently provides the ICU DLLs for release 4.6 but when trying 
to run php.exe on the command line, an error message pops ups saying that the 
ICU DLLs for release 4.9 are missing.

Manually downloading the 4.9 DLLs from http://site.icu-project.org/download/49 
and putting them into the PHP install directory appears to fix the problem.







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


Bug #63763 [Asn]: Installer provides incorrect ICU DLL versions

2012-12-14 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=63763edit=1

 ID: 63763
 Updated by: szar...@php.net
 Reported by:chi-yu at web dot de
 Summary:Installer provides incorrect ICU DLL versions
 Status: Assigned
 Type:   Bug
 Package:Windows Installer
 Operating System:   Windows 7, Service Pack 1
 PHP Version:5.3.19
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Hello,

Thank you for reporting this issue.

This looks like a bug in the wix scripts.  I've fixed the issue, rebuilt the 
MSI packages and uploaded them here:  
http://windows.php.net/downloads/snaps/ostc/build/php-5.3.19-63763/

Can you please test the updated MSIs at the URL above and let me know if they 
resolve your issue?

Thanks!
Steve


Previous Comments:

[2012-12-14 08:25:02] paj...@php.net

Hi Steve,

Can you take a look at it please?


[2012-12-13 20:39:40] chi-yu at web dot de

Description:

I just downloaded the installer version labeled with VC9 x86 Non Thread Safe 
(2012-Nov-21 22:03:42) and tried to install the INTL extension provided with 
the installer.

The installer apparently provides the ICU DLLs for release 4.6 but when trying 
to run php.exe on the command line, an error message pops ups saying that the 
ICU DLLs for release 4.9 are missing.

Manually downloading the 4.9 DLLs from http://site.icu-project.org/download/49 
and putting them into the PHP install directory appears to fix the problem.







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


Bug #60879 [Asn-Csd]: unserialize() Does not invoke __wakeup() on object

2012-02-23 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=60879edit=1

 ID: 60879
 Updated by: szar...@php.net
 Reported by:thijsputman at gmail dot com
 Summary:unserialize() Does not invoke __wakeup() on object
-Status: Assigned
+Status: Closed
 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



Previous Comments:

[2012-02-20 10:53:32] paj...@php.net

The following patch has been added/updated:

Patch Name: pragmaoptoff
Revision:   1329735212
URL:
https://bugs.php.net/patch-display.php?bug=60879patch=pragmaoptoffrevision=1329735212


[2012-02-20 09:58:02] thijsputman at gmail dot com

The RC8 build provided fixes the issue in my environment.

Thanks for the quick follow up!


[2012-02-17 18:05:35] szar...@php.net

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.


[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?)




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=60879edit=1


Bug #60993 [Asn-Csd]: php_intl.dll is missing from the non-thread safe Windows version

2012-02-07 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=60993edit=1

 ID: 60993
 Updated by: szar...@php.net
 Reported by:yoozer at gmail dot com
 Summary:php_intl.dll is missing from the non-thread safe
 Windows version
-Status: Assigned
+Status: Closed
 Type:   Bug
 Package:*General Issues
 Operating System:   Windows
 PHP Version:5.4.0RC7
 Assigned To:szarkos
 Block user comment: N
 Private report: N



Previous Comments:

[2012-02-06 23:28:04] szar...@php.net

Hello,
Thank you for the bug report.  I have fixed the build issue and pushed a new 
build that includes the missing extension.  Please take a look and let me know 
if you run into any other issues.

Thanks!


[2012-02-06 14:10:46] paj...@php.net

Steve, pls take a look at this one too


[2012-02-06 14:01:45] yoozer at gmail dot com

Description:

The php_intl.dll file is missing from the Windows (non-thread safe) version. It 
is however included in the thread-safe version. 







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


Bug #55056 [Asn-Csd]: missing php_gd2.dll in windows.php.net builds

2012-02-07 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=55056edit=1

 ID: 55056
 Updated by: szar...@php.net
 Reported by:giorgio dot liscio at email dot it
 Summary:missing php_gd2.dll in windows.php.net builds
-Status: Assigned
+Status: Closed
 Type:   Bug
 Package:*General Issues
 Operating System:   windows
 PHP Version:5.4.0RC7
 Assigned To:szarkos
 Block user comment: N
 Private report: N



Previous Comments:

[2012-02-06 23:27:11] szar...@php.net

Thank you for the bug report.  I have fixed the build issue and pushed a new 
build that includes php_gd2.dll.  Please take a look and let me know if you run 
into any other issues.

Thanks!


[2012-02-04 07:43:47] paj...@php.net

Steve, please check why it was not in the release and re upload a new RC7 build 
with it.


[2012-02-03 23:03:48] vr...@php.net

But it is present in php-5.4-nts-windows-vc9-x86-r323040.zip again. Just please 
make sure that it will be in a final version :-).


[2012-02-03 22:55:00] vr...@php.net

The file is missing in php-5.4.0RC7-nts-Win32-VC9-x86.zip.


[2011-06-28 18:59:54] paj...@php.net

Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Fixed, there was a bug in the scripts. Snaps and alpha1 should have the missing 
exts now.




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=55056


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


Bug #55056 [Asn]: missing php_gd2.dll in windows.php.net builds

2012-02-06 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=55056edit=1

 ID: 55056
 Updated by: szar...@php.net
 Reported by:giorgio dot liscio at email dot it
 Summary:missing php_gd2.dll in windows.php.net builds
 Status: Assigned
 Type:   Bug
 Package:*General Issues
 Operating System:   windows
 PHP Version:5.4.0RC7
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Thank you for the bug report.  I have fixed the build issue and pushed a new 
build that includes php_gd2.dll.  Please take a look and let me know if you run 
into any other issues.

Thanks!


Previous Comments:

[2012-02-04 07:43:47] paj...@php.net

Steve, please check why it was not in the release and re upload a new RC7 build 
with it.


[2012-02-03 23:03:48] vr...@php.net

But it is present in php-5.4-nts-windows-vc9-x86-r323040.zip again. Just please 
make sure that it will be in a final version :-).


[2012-02-03 22:55:00] vr...@php.net

The file is missing in php-5.4.0RC7-nts-Win32-VC9-x86.zip.


[2011-06-28 18:59:54] paj...@php.net

Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Fixed, there was a bug in the scripts. Snaps and alpha1 should have the missing 
exts now.


[2011-06-28 17:37:31] giorgio dot liscio at email dot it

Description:

hi, php_gd2.dll is missing in the windows snaps of 5.4 and trunk (vc9 ts)

http://windows.php.net/downloads/snaps/php-5.4/

if you download any of this you will not find the php_gd2.dll

thanks in advance







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


Bug #60993 [Asn]: php_intl.dll is missing from the non-thread safe Windows version

2012-02-06 Thread szarkos
Edit report at https://bugs.php.net/bug.php?id=60993edit=1

 ID: 60993
 Updated by: szar...@php.net
 Reported by:yoozer at gmail dot com
 Summary:php_intl.dll is missing from the non-thread safe
 Windows version
 Status: Assigned
 Type:   Bug
 Package:*General Issues
 Operating System:   Windows
 PHP Version:5.4.0RC7
 Assigned To:szarkos
 Block user comment: N
 Private report: N

 New Comment:

Hello,
Thank you for the bug report.  I have fixed the build issue and pushed a new 
build that includes the missing extension.  Please take a look and let me know 
if you run into any other issues.

Thanks!


Previous Comments:

[2012-02-06 14:10:46] paj...@php.net

Steve, pls take a look at this one too


[2012-02-06 14:01:45] yoozer at gmail dot com

Description:

The php_intl.dll file is missing from the Windows (non-thread safe) version. It 
is however included in the thread-safe version. 







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