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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC