php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49119 missing ZendEngine1 (or Zend) directory in svn repo
Submitted: 2009-07-31 10:26 UTC Modified: 2009-07-31 16:15 UTC
From: xuefer at gmail dot com Assigned:
Status: Wont fix Package: Systems problem
PHP Version: Irrelevant OS:
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: xuefer at gmail dot com
New email:
PHP Version: OS:

 

 [2009-07-31 10:26 UTC] xuefer at gmail dot com
Description:
------------
$ svn list http://svn.php.net/repository/php/php-src/branches/PHP_4_4 |grep -i Zend
nothing

PHP 4 is discontinued, not sure if anyone care about this problem. but you have PHP 4 in repo anyway, and where is the ZendEngine1 that php4 required?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-31 16:15 UTC] gwynne@php.net
We are sorry, but we can not support PHP 4 related problems anymore.
Momentum is gathering for PHP 6, and we think supporting PHP 4 will
lead to a waste of resources which we want to put into getting PHP 6
ready.

This was a necessary evil in merging the Zend directory into php-src during the SVN conversion. In short, checking out the Zend directory is no longer automatic for PHP 4. Here is the correct procedure to get a valid setup:

$ svn checkout http://svn.php.net/repository/php/php-src/branches/PHP_4_4
$ svn checkout http://svn.php.net/repository/archived/Zend/branches/PHP_4_4 PHP_4_4/Zend


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 10:01:27 2025 UTC