php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37302 php-src/ext/pdo/pdo_dbh.c:1275: `PDO_PARAM_EVT_NORMALIZE' undeclared (first use
Submitted: 2006-05-04 05:24 UTC Modified: 2006-05-04 07:10 UTC
From: nohn@php.net Assigned: pollita (profile)
Status: Closed Package: Compile Failure
PHP Version: 6CVS-2006-05-04 (CVS) OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nohn@php.net
New email:
PHP Version: OS:

 

 [2006-05-04 05:24 UTC] nohn@php.net
Description:
------------
Must be one of these (I guess the last):

modified	andrei	/php-src/ext/unicode/php_property.h	05/04/2006 00:03:10	Some more property functions.

# I am pondering a different prefix..
modified	andrei	/php-src/ext/unicode/property.c	05/04/2006 00:03:10	Some more property functions.

# I am pondering a different prefix..
modified	andrei	/php-src/ext/unicode/unicode.c	05/04/2006 00:03:10	Some more property functions.

# I am pondering a different prefix..
modified	pollita	/php-src/ext/pdo/pdo_dbh.c	05/03/2006 23:57:58	Expose PARAM_EVT_* constants

Actual result:
--------------
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/imap/php_imap.c:3013: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/imap/php_imap.c:3047: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/imap/php_imap.c:3126: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/imap/php_imap.c:3160: warning: passing arg 2 of `zend_hash_get_current_key_ex' from incompatible pointer type
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/mysql/php_mysql.c: In function `php_mysql_do_connect':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/mysql/php_mysql.c:524: warning: assignment makes pointer from integer without a cast
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pdo/pdo_dbh.c: In function `pdo_dbh_init':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pdo/pdo_dbh.c:1275: `PDO_PARAM_EVT_NORMALIZE' undeclared (first use in this function)
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pdo/pdo_dbh.c:1275: (Each undeclared identifier is reported only once
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/pdo/pdo_dbh.c:1275: for each function it appears in.)
make: *** [ext/pdo/pdo_dbh.lo] Error 1

Patches

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Dec 13 08:00:01 2025 UTC