RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4(php_4_0_4) /ext/db php_db.h From: James Moore (jmoore <email protected>)
Date: 12/02/00

The commit msg is different.. look at the subject of this email its
php4(php_4_0_4) rather than just php4. When you are actually about to commit
I think a CVS status file.c will show any current sticky tags on that file
(IE it should show php_4_0_4.

James

-----Original Message-----
From: Zeev Suraski [mailto:zeev <email protected>]
Sent: 03 December 2000 00:39
To: php-dev <email protected>
Subject: [PHP-DEV] Re: [PHP-CVS] cvs: php4(php_4_0_4) /ext/db php_db.h

Is there any way of knowing that this patch actually went to a branch, as
opposed to the main branch?

Zeev

At 02:26 3/12/2000, Zeev Suraski wrote:
>zeev Sat Dec 2 16:26:35 2000 EDT
>
> Modified files:
> /php4/ext/db php_db.h
> Log:
> Commit the fix to the 4.0.4 branch
>
>
>Index: php4/ext/db/php_db.h
>diff -u php4/ext/db/php_db.h:1.8 php4/ext/db/php_db.h:1.8.2.1
>--- php4/ext/db/php_db.h:1.8 Sun Jul 23 18:39:44 2000
>+++ php4/ext/db/php_db.h Sat Dec 2 16:26:35 2000
>@@ -17,7 +17,7 @@
>
+----------------------------------------------------------------------+
> */
>
>-/* $Id: php_db.h,v 1.8 2000/07/24 01:39:44 david Exp $ */
>+/* $Id: php_db.h,v 1.8.2.1 2000/12/03 00:26:35 zeev Exp $ */
>
>
> #ifndef PHP_DB_H
>@@ -52,7 +52,7 @@
> #endif
>
> dbm_info *php_find_dbm(pval *id);
>-int php_dbm_close(dbm_info *info);
>+int php_dbm_close(zend_rsrc_list_entry *rsrc);
> dbm_info *php_dbm_open(char *filename, char *mode);
> int php_dbm_insert(dbm_info *info, char *key, char *value);
> char *php_dbm_fetch(dbm_info *info, char *key);
>
>
>
>--
>PHP CVS Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-cvs-unsubscribe <email protected>
>For additional commands, e-mail: php-cvs-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

--
Zeev Suraski <zeev <email protected>>
CTO, Zend Technologies Ltd. http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>