php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33344 phpize reports errors upon execute
Submitted: 2005-06-15 01:24 UTC Modified: 2005-06-15 19:14 UTC
From: jtyocum at publicmx dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.4.0RC1 OS: Red Hat Linux 9
Private report: No CVE-ID: None
 [2005-06-15 01:24 UTC] jtyocum at publicmx dot com
Description:
------------
When attempting to execute 'phpize', the script outputs several errors. Instead of listing the API versions, it lists that the commands can't be found.

Although it is producing the errors, it seems to be working fine. As the module I was attempting to build, was able to build cleanly.

Expected result:
----------------
I would expect that 'phpize' would list the API versions, and not produce errors.

Actual result:
--------------
/usr/bin/phpize: line 1: #define PHP_API_VERSION: command not found
/usr/bin/phpize: line 1: #define ZEND_MODULE_API_NO: command not found
/usr/bin/phpize: line 1: #define ZEND_EXTENSION_API_NO: command not found
Configuring for:
PHP Api Version:
Zend Module Api No:
Zend Extension Api No:


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-15 19:14 UTC] sniper@php.net
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.


 [2013-09-09 14:34 UTC] daverandom@php.net
Automatic comment from SVN on behalf of daverandom
Revision: http://svn.php.net/viewvc/?view=revision&revision=331320
Log: Per Bug #62921, max_input_vars is not per nesting level.

--
Provided by anonymous #33344 (keithm@aoeex.com)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 20:00:02 2025 UTC