Date: 05/30/98
- Next message: rasmus: "[PHP-DEV] CVS update: php31/ext/standard"
- Previous message: Zeev Suraski: "[PHP-DEV] Re: empty() II"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just a small tip for you guys. For the most part it isn't that hard to
apply your patch to the 3.1 tree. After fixing something in the 3.0 tree,
simply cd to the appropriate part in the 3.1 tree and do, for example:
diff -u reg.c ../../../php3/functions | patch
You should look at the diff -u output first though. If it isn't clean,
sometimes you can save it to a file and just edit the patch file and then
apply it.
-Rasmus
- Next message: rasmus: "[PHP-DEV] CVS update: php31/ext/standard"
- Previous message: Zeev Suraski: "[PHP-DEV] Re: empty() II"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

