#46081 [Opn->Fbk]: Mysql and Mysqli features selected but not installed.

2008-09-15 Thread jani
 ID:   46081
 Updated by:   [EMAIL PROTECTED]
 Reported By:  zitter at zitterwebdesign dot com
-Status:   Open
+Status:   Feedback
 Bug Type: *General Issues
 Operating System: Vista
 PHP Version:  5.2.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:


[2008-09-14 21:43:52] zitter at zitterwebdesign dot com

Description:

Simply put, I checked five features, and only three showed up on
phpinfo().
http://www.zitterwebdesign.com/hosted/php5inst.gif






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



#46080 [Opn->Bgs]: U8T_CANONICAL

2008-09-15 Thread jani
 ID:   46080
 Updated by:   [EMAIL PROTECTED]
 Reported By:  wkanoff at gmail dot com
-Status:   Open
+Status:   Bogus
 Bug Type: *Configuration Issues
 Operating System: OS X 10.4.11
 PHP Version:  5.2.6
 New Comment:

You have broken c-client installation. That's not a PHP bug. Please use
the SEARCH before submitting bugs..


Previous Comments:


[2008-09-14 21:16:05] wkanoff at gmail dot com

Description:

Using Courier-IMAP 4.4.1
  Courier-Auth 0.61.0

Libraries were installed.

Configure fails --with-imap=/usr/local
without the imap argument it compiles.







Reproduce code:
---
CFLAGS="-arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-Wno-pointer-sign" \
./configure --quiet \
--prefix=/usr \
--mandir=/usr/share/man --infodir=/usr/share/info
--sysconfdir=/private/etc \
--with-config-file-path=/etc \
--with-zlib --with-zlib-dir=/usr \
--with-kerberos=/usr \
--with-curl=/usr \
--enable-exif \
--enable-ftp \
--enable-mbstring \
--enable-mbregex \
--enable-sockets \
--enable-soap \
--with-libxml-dir=/usr \
--with-libexpat-dir=/usr/X11R6 \
--with-iodbc=/usr \
--with-openssl=/usr \
--with-ldap=/usr \
--with-imap=/usr/local/ \
--with-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-apxs2=/usr/local/sbin/apxs \
--without-pear

Expected result:

to compile

Actual result:
--
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL

is missing. This should not happen.





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



#41350 [Com]: Error in my_thread_global_end()

2008-09-15 Thread chris at crgs dot co dot uk
 ID:   41350
 Comment by:   chris at crgs dot co dot uk
 Reported By:  graham at directhostinguk dot com
 Status:   No Feedback
 Bug Type: MySQL related
 Operating System: Windows 2003
 PHP Version:  5.2.6
 Assigned To:  scottmac
 New Comment:

According to the MySQL bug:
http://bugs.mysql.com/bug.php?id=37226
the patch for this bug has now been created, and will be released in
MySQL 5.0.70. When this happens, it would be great if the PHP people
could release a new distribution with the updated libmysql.dll file
inside it, so that everyone can benefit from this release without having
to copy files around


Previous Comments:


[2008-07-29 14:58:48] marcin dot slowinski at keratronik dot pl

I solved problem by copying libMySQL from my MySQL server to PHP dir.

Windows XP SP2
Apache 2.2.9 with mod_ssl
PHP 5.2.6 (crashed with oryginal libmysql.dll)
MySQL 5.0.27-community-nt

Regards
Marcin



[2008-07-20 19:58:29] froggywillneverdie at msn dot com

I'm using PHP 5.2.6 on Windows Vista SP1.

My scripts take around 5 seconds to exit if php_mysql.dll is enabled in
php.ini.



[2008-07-14 19:39:08] bkeene at whisolutions dot nospamplease dot com

It looks like the system automatically closed out this ticket, but it
is still an issue.

I have commented out every extension in my PHP5.2.6 installation with
the exception of the php_mysql.dll OR php_mysqli.dll and still
experience the problem.

Running php.exe -v on a windows 2003 box STILL takes 5 seconds.

I happened to locate a previous version of php5.1.6 (Aug 23 2006) and
used that version of the libmysql.dll and the delay ceases.

At a minimum, could a valid, previous version of the libmysql.dll be
bundled with the installation so that the command line versions of PHP
can function correctly?

Also, I never experienced this issue with MySQL when running PHP
scripts served by Apache 2.2 as a module (not CGI).



[2008-06-20 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2008-06-19 11:50:13] Computer dot Pers at gmail dot com

So mysql dll from 5.2.1 cures the problem... 
Where i can take php 5.2.1 (or this dll)??? 
there no any live links in google...



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
http://bugs.php.net/41350

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



#45656 [Asn->Csd]: spl_autoload cannot handle exceptions

2008-09-15 Thread colder
 ID:   45656
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php at benjaminschulz dot com
-Status:   Assigned
+Status:   Closed
 Bug Type: SPL related
 Operating System: *
 PHP Version:  5.3CVS-2008-07-29 (CVS)
 Assigned To:  colder
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:


[2008-07-29 15:30:47] php at benjaminschulz dot com

Description:

If spl_autoload() is triggered by class_exists() it is able to handle
occuring exceptions but if it is triggered through "new .." then
exceptions are silently ignored.
Attached is an adapted copy of spl_autoload_012.phpt.

Reproduce code:
---
--TEST--
SPL: spl_autoload() capturing multiple Exceptions in __autoload
--FILE--

===DONE===
--EXPECTF--
autoload_first
autoload_second

Fatal error: Uncaught exception 'Exception' with message 'first' in
%sspl_autoload_013.php:%d
Stack trace:
#0 [internal function]: autoload_first('ThisClassDoesNo...')
#1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
#2 %sspl_autoload_013.php(%d): class_exists('ThisClassDoesNo...')
#3 {main}

Next exception 'Exception' with message 'second' in
%sspl_autoload_013.php:%d
Stack trace:
#0 [internal function]: autoload_second('ThisClassDoesNo...')
#1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
#2 %sspl_autoload_013.php(%d): class_exists('ThisClassDoesNo...')
#3 {main}
  thrown in %sspl_autoload_013.php on line %d


Actual result:
--
autoload_first
autoload_second
PHP Fatal error:  Class 'ThisClassDoesNotExist' not found in ... on
line 0

Fatal error: Class 'ThisClassDoesNotExist' not found in ... on line 0





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



Desi indian Girl showing Milky Boobs

2008-09-15 Thread nazia khan
  *Click Here to Enjoy* 

*for full review off  BIG BOOBS check this*

http://www.Breastsurgeryadvice.com 
*For More Daily Updates please check these links

For Digital 
Cameras
Click Here.
For Latest Mobiles
**Click Here.
For Latest Gadgets 
**click here..
For Latest Laptops 

Canon Digital Rebel XTi / Canon 400D (Body Only)

2008-09-15 Thread nazia khan
  *Click Here to Enjoy* 

*for full review off  BIG BOOBS check this*

http://www.Breastsurgeryadvice.com 
*For More Daily Updates please check these links

For Digital 
Cameras
Click Here.
For Latest Mobiles
**Click Here.
For Latest Gadgets 
**click here..
For Latest Laptops 

Tamil Actress Hot Wallpapers Here Whach & enjoy it

2008-09-15 Thread vishalika vishali
 


<



[2008-09-05 13:44:43] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with ,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.



[2008-09-05 07:04:41] ckl at ecw dot de

Description:

My ZF application crashes, because "Zend/Session.php" could not be
located.
I assume this is not a ZF specific issue as the same Script already
worked with PHP 5.2.6.
There might (!) be a problem with the interpreter recognizing files
with the word "namespace" in file-, class- or function name.

Some information about the code:
 * Zend_Session || Zend/Session.php *is* included
 * require_once 'Zend/Session/Abstract.php' is included and throws no
error (Zend/Session.php line 32)
 * require_once 'Zend/Session/Namespace.php' fails. The file is *not*
included

As I already mentioned, this code worked in PHP 5.2.6 and I don't think
that this is a problem of Zend Framwork.



Reproduce code:
---
function __autoload($clazzName)
{
Zend_Loader::loadClass($clazzName);
}

define('ROOT_DIR', dirname(dirname(__FILE__)));

// ...
// some trivial code that worked
// ...
Zend_Session::start();


Expected result:

I expected a working code...

Actual result:
--
"Could not find class Zend_Session in ... at line 0"





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



O2 XDA Orbit - Empowered With High-end Features

2008-09-15 Thread Sanam Naeem

O2 XDA Orbit - Empowered With High-end Features 


The latest mobile phones are obsessed with advanced technology that no
longer restricts them to be a mere tool for communication needs.

http://xrl.us/oq575


Samsung I8510 - Latest 8Mega Pixel Camera Phone From Samsung


Anyone looking for a mobile phone today would ensure that ones select
widget comprises of the Internet, FM radio, camera, music player, video
calling, games etc.

http://xrl.us/oq4d3


3G Apple IPhone - Marvellous Device


Mobile phones are the most demanding gadgets of the present day world,
which are enriched of highly advanced technologies.

http://xrl.us/oq2t6


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Love" group.
To post to this group, send email to Love@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/Love
-~--~~~~--~~--~--~---